@media screen and (max-width:768px) {
  :root {
    --head: 52px;
  }

  .head1 .menu {
    position: fixed;
    left: 0;
    top: -120vh;
    width: 100%;
    height: calc(100vh - var(--head));
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
  }

  header.open .menu {
    top: var(--head);
    opacity: 1;
  }

  .head1 .link {
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .head1 .link>a {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    color: #333;
  }

  .head1 .link a {
    padding: 0 20px;
  }

  .head1 .link::after {
    display: none;
    width: 52px;
    height: 10px;
    left: 50%;
    top: 100%;
    margin-top: 14px;
    transform: translate(-50%, -50%) scale(0);
  }

  .head1 .link:hover::after,
  .head1 .link.on::after {
    transform: translate(-50%, 0) scale(1);
  }

  .head1 .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  .head1 .link .down {
    left: 50%;
    top: 100%;
    margin-top: 0;
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
    width: 100%;
    pointer-events: visible;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  .head1 .link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  .head1 .link .down a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
    width: 100%;
  }

  .head1 .link .down a:not(:last-child) {
    border-bottom: none;
  }

  .head1 .link .down-jt {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/img/icon-jia.svg') no-repeat center/15px;
  }


  .head1 .link.on .down-jt {
    background: url('/img/icon-jian.svg') no-repeat center/15px;
  }

  .head1 {
    width: 100%;
    padding: 0 5%;
  }

  .isback .head1 {
    transform: translateY(-100%);
  }

  .head1 .logo {
    width: 118px;
    height: 52px;
  }

  .head1 .menu {
    gap: 18px;
  }

  .head-quote {
    padding: 0 16px;
    height: 23px;
    line-height: 23px;
    border-radius: 21px;
    margin-left: 18px;
    display: none;
  }

  .head-lang {
    width: 20px;
    margin-left: 21px;
  }

  .head1 .has-down .down {
    top: 100%;
  }

  .head1 .support-down {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    padding: 15px 16px 27px;
    width: 120px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .head1 .support-down>a:first-child {
    line-height: 1;
  }

  .mega-menu {
    width: 100%;
    padding: 20px 0 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .mega-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 60px;
    width: 100%;
  }

  .mega-right {
    flex: 1;
    padding-right: 60px;
  }

  .mega-right .item {
    flex-wrap: wrap;
    gap: 10px;
  }

  .mega-right .item.on {
    display: flex;
  }

  .mega-card {
    width: calc(50% - 5px);
    height: 150px;
    border-radius: 10px;
  }

  .mega-card-img {
    width: 100%;
    height: 100%;
  }

  .mega-card-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .mega-card-line {
    width: 16px;
    height: 1px;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn1 {
    display: inline-flex;
    gap: 4px;
    height: 32px;
    padding: 0 15px;
    border-radius: 26px;
  }

  .C-btn2 {
    display: inline-flex;
    height: 32px;
    padding: 0 21px;
    border-radius: 500px;
  }

  .C-btn4 {
    display: inline-flex;
    height: 32px;
    padding: 0 21px;
    border-radius: 500px;
  }

  .C-btn3 {
    display: inline-flex;
    height: 32px;
    padding: 0 33px;
    border-radius: 500px;
    border: 1px solid #a2a2a2;
  }

  .home1 {
  }

  .home1-side {
    right: -100px;
    top: 50%;
    letter-spacing: 1px;
  }

  .home1-main {
    left: 5%;
    top: 144px;
    width: 222px;
  }

  .home1-line {
    width: 221px;
    height: 1px;
    margin-bottom: 8px;
  }

  .home1-main h1 {
    margin-bottom: 8px;
  }

  .home1-main>p {
    margin-bottom: 16px;
  }

  .home1-btns {
    gap: 12px;
  }

  .home1-logo {
    left: 5%;
    bottom: 58px;
    width: 70%;
    clip-path: inset(0 100% 0 0);
  }

  .home1 .C-btn1 {
    width: 160px;
  }

  .solution-float {
    right: 20px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    border-radius: 47px;
    box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, 0.05);
  }

  .solution-float.on {
    width: 240px;
  }

  .solution-float-inner {
    width: 240px;
    height: 60px;
    border-radius: 47px;
    padding: 9px;
  }

  .solution-avatar {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .solution-avatar img {
    width: 100%;
    height: 100%;
  }

  .solution-text {
    margin-left: 21px;
  }

  .solution-arrow {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }

  .home2 {
    padding: 40px 0 60px;
  }

  .home2-title {
    margin-bottom: 20px;
  }

  .home2Swiper .swiper-slide {
    width: 100%;
  }

  .home2-slide {
    width: 365px;
    height: 385px;
    border-radius: 16px;
  }

  .home2-slide-bg {
    width: 100%;
    height: 100%;
  }

  .home2-slide-vid {
    width: 100%;
    height: 100%;
  }

  .home2-slide::after {
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }

  .home2-slide-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 36px;
  }

  .home2-slide-info p {
    margin-bottom: 8px;
  }

  .home2-ctrl {
    margin-top: 20px;
  }

  .home2-progress {
    flex: 1;
    height: 1px;
    margin-right: 50px;
  }

  .home2-progress-bar {
    height: 100%;
    width: 30%;
    min-width: 5%;
  }

  .home2-btns {
    gap: 8px;
    flex-shrink: 0;
  }

  .sbtn1 {
    width: 34px;
    height: 34px;
  }

  .home3 {
    height: 380px;
  }

  .home3-bg {
    width: 100%;
    height: 100%;
  }

  .home3-mask {
    width: 100%;
    height: 100%;
  }

  .home3-content {
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .home3-left {
    position: static;
    bottom: 40px;
    width: 100%;
    padding: 5px;
  }

  .home3-right {
    position: static;
    top: 70px;
    width: 100%;
  }

  .home3-swiper {
    height: 240px;
  }

  .home3Swiper {
    height: 100%;
    border-radius: 10px;
  }

  .home3-card {
    padding: 40px 46px 40px 28px;
    height: 240px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    align-items: flex-start;
  }

  .home3-card h3 {
    letter-spacing: -0.4px;
  }

  .home3-card p {
    height: auto;
  }

  .home3 .home3-pagination {
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }

  .home3 .home3-pagination .swiper-pagination-bullet {
    width: 1px;
    height: 4px;
    border-radius: 2px;
  }

  .home3 .home3-pagination .swiper-pagination-bullet-active {
    height: 9px;
  }

  .home4 {
    padding: 60px 0;
  }

  .home4>.C-wrap>h2 {
    margin-bottom: 20px;
  }

  .home4-main {
    gap: 34px;
  }

  .home4-img {
    width: 384px;
    height: 350px;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .home4-list {
    flex: 1;
  }

  .home4-item {
    border-top: 2px solid #ddd;
    padding: 16px 0;
  }

  .home4-item:last-child {
    border-bottom: 2px solid #ddd;
  }

  .home4-item-head h3 {
    line-height: 26px;
    flex: 1;
  }

  .home4-item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 10px;
  }

  .home4-item-body {
    padding-top: 10px;
  }

  .home5 {
    padding: 60px 0;
    position: relative;
  }

  .home5-head {
    margin-bottom: 40px;
    align-items: flex-start;
  }

  .home5-head h2 {
    flex-shrink: 0;
  }

  .home5-desc {
    width: 100%;
  }

  .home5-main {
    gap: 76px;
    align-items: flex-end;
  }

  .home5-circle {
    width: 240px;
    height: 240px;
    flex-shrink: 0;
    display: flex;
    opacity: 0.8;
    position: absolute;
    left: 0%;
    top: 0;
  }

  .home5-1 {
    width: 100%;
    height: 100%;
  }

  .home5-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
  }

  .home5-item {
    border-radius: 10px;
    height: auto;
    min-height: 120px;
  }

  .home5-item-img {
    width: 140px;
    height: 100px;
    border-radius: 8px;
    margin: 10px;
    flex-shrink: 0;
  }

  .home5-item-info {
    padding: 0 10px;
  }

  .home5-item-info h3 {
    margin-bottom: 10px;
  }

  .home6 {
    padding: 0 0 70px;
  }

  .home6>h2 {
    margin-bottom: 20px;
  }

  .home6-map {
    width: 100%;
    height: 311px;
  }

  .home6-1 img {
    width: 100%;
    height: 100%;
  }

  .home6-card {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    border-radius: 16px;
    padding: 23px 62px 20px 41px;
  }

  .home6-card h3 {
    letter-spacing: -0.4px;
    margin-bottom: 17px;
  }

  .home6-addr {
    margin-bottom: 17px;
  }

  .home6-tag {
    gap: 9px;
    border-radius: 28px;
    padding: 0 15px;
    height: 26px;
    display: inline-flex;
  }

  .home6-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .C-banner {
    width: 100%;
    height: 400px;
  }

  .C-banner-bg {
    width: 100%;
    height: 100%;
  }

  .C-banner-info {
    left: 5%;
    bottom: 40px;
    width: 90%;
  }

  .C-banner-info p {
    margin-top: 16px;
  }

  .sv2 {
    padding: 60px 5%;
  }

  .sv2-list {
    gap: 12px;
  }

  .sv2-item {
    width: 100%;
    border-radius: 16px;
    padding: 30px 20px;
  }

  .sv2-item-head {
    margin-bottom: 12px;
  }

  .sv2-item-head h2 {
    margin-bottom: 12px;
  }

  .sv2-line {
    width: 100%;
    height: 1px;
  }

  .sv2-features {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .sv2-features li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
  }

  .sv2-features li .icon {
    width: 14px;
    height: 14px;
    margin-top: 4px;
  }

  .sv2-features li p {
    flex: 1;
  }

  .sl2 {
    padding: 20px 0;
  }

  .sl2-tabs {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    overflow: auto;
    flex-wrap: nowrap;
    gap: 40px;
  }

  .sl2-tab {
    flex: none;
    max-width: 60vw;

    padding: 0 4px 9px;
    display: flex;
    flex-wrap: wrap;
  }

  .sl2-tab::after {
    bottom: -1px;
    width: 100%;
    height: 1px;
  }

  .sl2-content {
    gap: 43px;
  }

  .sl2-content.on {
    display: flex;
  }

  .sl2-content-left {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    min-height: 271px;
  }

  .sl2-content-left h2 {
    margin-bottom: 20px;
  }

  .sl2-points {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .sl2-point {
    gap: 6px;
  }

  .sl2-point p {
    flex: 1;
  }

  .sl2-num {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .sl2-desc {
    margin-top: 30px;
  }

  .sl2-content-img {
    flex: 1;
    height: 271px;
    border-radius: 10px;
  }

  .sl3 {
    padding: 40px 0 94px;
  }

  .sl3-head {
    margin-bottom: 30px;
    align-items: flex-start;
  }

  .sl3-head h2 {
    flex-shrink: 0;
  }

  .sl3-item {
    flex: none;
    width: 100%;
  }

  .sl3-item-media {
    width: 100%;
    height: 350px;
  }

  .sl3-item-bg {
    width: 100%;
    height: 100%;
  }

  .sl3-item-vid {
    width: 100%;
    height: 100%;
  }

  .sl3-item-title {
    bottom: 40px;
    width: 100%;
    padding: 0 20px;
  }

  .foot-wrap {
    padding: 50px 5% 60px;
  }

  .foot-bg {
    width: 100%;
    height: 100%;
  }

  .foot1 {
    display: flex;
    margin-bottom: 60px;
  }

  .foot-logo {
    width: 50%;
  }

  .foot-top {
    width: 30px;
    margin-right: 0;
  }

  .foot-top:hover {
    transform: translateY(-3px);
  }

  .foot-top img {
    width: 100%;
  }

  .foot2 {
    width: 100%;
  }

  .foot2-left {
    max-width: 381px;
  }

  .foot-title {
    line-height: 27px;
    margin-bottom: 16px;
    height: auto;
  }

  .foot2-addr {
    margin-bottom: 10px;
  }

  .foot2-social {
    gap: 12px;
    margin-bottom: 29px;
  }

  .foot2-social a {
    width: 23px;
    height: 23px;
  }

  .foot-wrap .C-btn1 {
    border-radius: 500px;
    padding: 0 21px;
    height: 24px;
  }

  .foot-wrap .C-btn1 img {
    width: 12px;
    margin-left: 4px;
  }

  .foot2-right {
    border-bottom: 1px solid #2F4C84;
    width: 100%;
    padding: 40px 0;
  }

  .foot-col {
    width: 50%;
  }

  .foot-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .foot-copy {
    margin-top: 12px;
  }

  .sv3 {
    padding: 82px 5% 51px;
  }

  .sv3-title {
    margin-bottom: 28px;
  }

  .sv3-title h2 {
    line-height: 36px;
    margin-bottom: 10px;
  }

  .sv3-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .sv3-field {
    width: 100%;
  }

  .sv3-field.full {
    width: 100%;
  }

  .sv3-label {
    margin-bottom: 4px;
  }

  .sv3-input {
    width: 100%;
    height: 33px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 12px;
  }

  .sv3-select-wrap .sv3-input {
    padding-right: 30px;
  }

  .sv3-select-arrow {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
  }

  .sv3-select-wrap.open .sv3-select-arrow {
    transform: translateY(-50%) rotate(180deg);
  }

  .sv3-select-drop {
    top: calc(100% + 2px);
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05), 0px 0px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 8px 12px;
  }

  .sv3-select-option {
    padding: 4px 0;
    line-height: 11px;
  }

  .sv3-textarea {
    width: 100%;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 12px;
  }

  .sv3-upload {
    width: 100%;
    height: 120px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .sv3-upload-icon {
    width: 12px;
    height: 12px;
  }

  .sv3-upload-text {
    line-height: 1.4;
  }

  .sv3-upload-hint {
    line-height: 7px;
  }

  .sv3-upload-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
  }

  .sv3-upload-file {
    display: flex;
    gap: 3px;
    border-radius: 6px;
    padding: 2px 5px;
  }

  .sv3-submit {
    width: 100%;
    height: 25px;
    border-radius: 10px;
    letter-spacing: 1px;
  }

  .sv3-agree {
    display: flex;
    gap: 4px;
  }

  .sv3-agree-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  .sv3-agree p {
    line-height: 1.4;
  }

  .sv3-modal {
    width: 100%;
    height: 100%;
  }

  .sv3-modal.show {
    display: flex;
  }

  .sv3-modal-box {
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 6px 16px 0 rgba(0, 0, 0, 0.05);
    padding: 28px 30px 25px;
  }

  .sv3-modal-box p {
    margin-bottom: 12px;
  }

  .sv3-modal-btn {
    display: inline-flex;
    width: 90px;
    height: 25px;
    border-radius: 10px;
    letter-spacing: 1px;
  }

  .sv5 {
    padding: 78px 0 30px;
  }

  .sv5-wrap {
    width: 90%;
  }

  .sv5-head {
    margin-bottom: 20px;
  }

  .sv5-head h2 {
    margin-bottom: 6px;
  }

  .sv5-search {
    display: flex;
    gap: 12px;
    width: 100%;
    height: 33px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 12px;
    margin-bottom: 20px;
  }

  .sv5-search-icon {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
  }

  .sv5-search-icon img {
    width: 100%;
    height: 100%;
  }

  .sv5-search-input {
    flex: 1;
    height: 100%;
  }

  .sv5-content-empty-tip {
    padding: 40px 0;
  }

  .sv5-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
  }

  .sv5-item {
    width: 100%;
    height: auto;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    gap: 17px;
  }

  .sv5-item-icon {
    width: 20px;
    height: 24px;
    flex-shrink: 0;
  }

  .sv5-item-icon img {
    width: 100%;
    height: 100%;
  }

  .sv5-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .sv5-item-download {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-shrink: 0;
    width: auto;
  }

  .sv5-download-icon {
    width: 16px;
    height: 16px;
  }

  .sv5-download-icon img {
    width: 100%;
    height: 100%;
  }

  .sv5-loadmore {
    margin-top: 30px;
  }

  .C-mbx {
    gap: 6px;
  }

  .C-mbx-home {
    width: 15px;
    height: 15px;
  }

  .C-mbx-arrow {
    width: 15px;
    height: 15px;
  }

  .C-mbx-links {
    gap: 2px;
  }

  .C-paging {
    gap: 8px;
  }

  .C-paging-prev,
  .C-paging-next {
    width: 12px;
    height: 12px;
  }

  .C-paging-list {
    gap: 6px;
  }

  .C-paging-item {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
  }

  .news2 {
    padding: 0 5%;
  }

  .news2-inner {
    padding: 20px 0 0;
  }

  .news2-swiper {
    margin-top: 40px;
  }

  .news2-slide {
    gap: 45px;
  }

  .news2-slide-img {
    width: 391px;
    height: 296px;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .news2-slide-info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .news2-slide-info h2 {
    line-height: 36px;
    margin-bottom: 10px;
  }

  .news2-slide-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .news2-slide-btns {
    gap: 12px;
    justify-content: flex-end;
    padding-top: 17px;
  }

  .news2-slide-btns .sbtn1 {
    width: 31px;
  }

  .news3 {
    padding: 70px 5% 50px;
  }

  .news3-tabs {
    gap: 20px 40px;
  }

  .news3-line {
    width: 100%;
    height: 1px;
    margin-top: 12px;
  }

  .news3-list {
    gap: 23px;
    margin-top: 30px;
  }

  .news3-item {
    width: 100%;
    flex-shrink: 0;
  }

  .news3-item-img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
  }

  .news3-item-info {
    margin-top: 12px;
  }

  .news3-item-title {
    margin-top: 8px;
  }

  .news3-item-desc {
    margin-top: 10px;
  }

  .news3 .C-paging {
    margin-top: 40px;
  }

  .news5 {
    padding: 20px 5% 60px;
  }

  .news5-inner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }

  .news5-main {
    width: 100%;
    flex-shrink: 0;
  }

  .news5-head {
    margin-bottom: 40px;
  }

  .news5-title {
    margin-top: 40px;
  }

  .news5-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .news5-img {
    width: 100%;
    height: 280px;
    border-radius: 10px;
  }

  .news5-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .news5-nav {
    margin-top: 60px;
  }

  .news5-nav-line {
    width: 100%;
    height: 1px;
  }

  .news5-nav-links {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .news5-back {
    gap: 8px;
    margin-top: 20px;
  }

  .news5-back-icon {
    width: 18px;
  }

  .news5-side {
    width: 100%;
    padding-top: 74px;
  }

  .news5-share {
    gap: 8px;
    margin-bottom: 45px;
    justify-content: flex-end;
    padding-bottom: 8px;
    border-bottom: 2px solid #EEE;
  }

  .news5-share-icon {
    width: 25px;
  }

  .news5-side-title {
    margin-bottom: 20px;
  }

  .news5-recommend {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .news5-rec-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
  }

  .news5-rec-item+.news5-rec-item {
    border-top: 1px solid #eee;
  }

  .news5-rec-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .news5-rec-title {
    line-height: 14px;
  }

  .ct2 {
    padding: 0 20px 60px;
    min-height: auto;
  }

  .ct2-bg {
    width: 100%;
    height: 100%;
  }

  .ct2-bg img {
    width: 100%;
    height: 100%;
  }

  .ct2-aperture {}

  .ct2-aperture-ring {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px dashed rgba(0, 32, 91, 0.2);
  }

  .ct2-aperture-ring:nth-child(1) {
    width: 230px;
    height: 230px;
  }

  .ct2-aperture-ring:nth-child(2) {
    width: 98px;
    height: 98px;
  }

  .ct2-aperture-ring:nth-child(3) {
    width: 33px;
    height: 33px;
  }

  .ct2-aperture-dot {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }

  .ct2-aperture-dot::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .ct2-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 150px;
    gap: 30px;
  }

  .ct2-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .ct2-email-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .ct2-email-item {
    display: flex;
    flex-direction: column;
  }

  .ct2-right {
    width: 100%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 5px 6px 30px 0 rgba(175, 184, 197, 0.25);
    padding: 33px;
  }

  .ct2-step-title {
    margin-bottom: 16px;
  }

  .ct2-form-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
  }

  .ct2-field {
    flex: 1;
  }

  .ct2-field.full {
    width: 100%;
  }

  .ct2-label {
    margin-bottom: 4px;
  }

  .ct2-input {
    width: 100%;
    height: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 0 8px;
  }

  .ct2-select-wrap .ct2-input {
    padding-right: 25px;
  }

  .ct2-select-arrow {
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
  }

  .ct2-select-wrap.open .ct2-select-arrow {
    transform: translateY(-50%) rotate(180deg);
  }

  .ct2-select-drop {
    top: calc(100% + 2px);
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05), 0 0 10px 0 rgba(0, 0, 0, 0.05);
    padding: 8px 12px;
  }

  .ct2-select-option {
    padding: 4px 0;
    line-height: 11px;
  }

  .ct2-next-btn {
    width: 100%;
    height: 27px;
    border-radius: 8px;
    margin-top: 8px;
  }

  .ct2-submit-btn {
    width: 100%;
    height: 27px;
    border-radius: 8px;
    margin-top: 20px;
  }

  .ct2-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
  }

  .ct2-checkbox {
    display: flex;
    gap: 4px;
  }

  .ct2-checkbox-box {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid #eee;
    display: flex;
    flex-shrink: 0;
  }

  .ct2-checkbox-box svg {
    width: 12px;
    height: 12px;
  }

  .ct2-field-group {
    margin-bottom: 12px;
  }

  .ct2-field-group .ct2-label {
    margin-bottom: 8px;
  }

  .ct2-textarea {
    width: 100%;
    height: 83px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 8px;
  }

  .ct2-conditional {
    margin-top: 8px;
  }

  .ct2-field-group.error .ct2-checkbox-group {
    outline-offset: 2px;
    border-radius: 4px;
  }

  .about1 {
    width: 100%;
    height: 400px;
  }

  .about1-bg {
    width: 100%;
    height: 100%;
  }

  .about2 {
    padding: 60px 0 0;
  }

  .about2-title {
    margin-bottom: 66px;
  }

  .about2-main {
    width: 100%;
  }

  .about2 .pin {
    width: 100%;
  }

  .about2-bg {
    width: 100%;
    height: 100%;
  }

  .about2-mask {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
  }

  .about2-textbox {
    left: 0;
    top: 20vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 5%;
    max-height: 60vh;
  }

  .about3 {
    padding: 60px 0 70px;
  }

  .about3-title {
    padding: 0 53px;
    margin-bottom: 10px;
  }

  .about3-map {
    width: 100%;
  }

  .about3-map-bg {
    width: 100%;
    height: auto;
  }

  .about3-points {
    width: 100%;
  }

  .about3-point {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }

  .about3-point-icon {
    width: 21px;
    height: 21px;
    border-radius: 50%;
  }

  .about3-point-icon img {
    width: 100%;
    height: 100%;
  }

  .about3-point-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
  }

  .about3-legend {
    left: 50%;
    transform: none;
    gap: 0;
    position: static;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about3-legend-item {
    gap: 6px;
    margin: 6px 0;
  }

  .about3-legend-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }

  .about3-legend-line {
    width: 16px;
    height: 5px;
  }

  .pd2 {
    padding: 60px 20px 80px;
  }

  .pd2-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .pd2-head h1 {
    line-height: 36px;
    flex-shrink: 0;
    margin-bottom: 15px;
  }

  .pd2-desc {
    width: 100%;
    text-align: left;
  }

  .pd2-tabs {
    gap: 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .pd2-tab {
    padding-bottom: 16px;
    line-height: 18px;
  }

  .pd2-tab::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
  }

  .pd2-tab.on::after {
    width: 100%;
  }

  .pd2-line {
    width: 100%;
    height: 1px;
  }

  .pd2-content {
    margin-top: 30px;
    gap: 16px;
    flex-direction: column;
  }

  .pd2-side {
    width: 100%;
    height: auto;
    border-radius: 8px;
    flex-shrink: 0;
  }

  .pd2-side-bg {
    width: 100%;
    height: 100%;
  }

  .pd2-side-info {
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
  }

  .pd2-list {
    flex: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 16px;
    align-content: flex-start;
  }

  .pd2-item {
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }

  .pd2-item:hover {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.06);
  }

  .pd2-item-img {
    width: 100%;
    height: 100%;
  }

  .pd2-item-info {
    left: 15px;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .pd2-item-line {
    width: 16px;
    height: 1px;
  }


  .pd4-top {
    max-width: 495px;
  }

  .pd4-top h2 {
    line-height: 36px;
  }

  .pd4-top p {
    margin-top: 10px;
  }

  .pd4-btn {
    margin-top: 20px;
  }

  .C-btn5 {
    display: inline-flex;
    height: 31px;
    padding: 0 22px;
    border-radius: 500px;
  }

  .pd4-list {
    width: 100%;
    gap: 20px;
  }

  .pd4-item {
    flex-shrink: 0;
    width: calc(50% - 20px);
  }

  .pd4-label {
    margin-top: 4px;
  }

  .pd4 .pin {
    width: 100%;
    padding: 60px 5%;
    display: flex;
    flex-direction: column;
  }

  .pd4 .test {
    left: 2%;
    top: 10%;
    font-size: 12px;
  }

  .pd4 .image-container {
    width: 100%;
    right: 0%;
    height: 100%;
  }

  .pd4 .image-container img {
    width: 100%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }

  .pd5-main {
    width: 100%;
  }

  .pd5-bg {
    width: 100%;
    height: 100%;
  }

  .pd5-mask {
    width: 100%;
    height: 100%;
  }

  .pd5-info {
    left: 5%;
    bottom: 160px;
    width: 90%;
  }

  .pd5-title {
    line-height: 36px;
  }

  .pd5-desc {
    line-height: 20px;
    margin-top: 10px;
  }

  .pd6-sec1 {
    padding: 60px 5% 0;
  }

  .pd6-sec1-title {
    line-height: 36px;
    margin-bottom: 20px;
  }

  .pd6-grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 20px;
  }

  .pd6-grid-left {
    border-radius: 16px;
  }

  .pd6-grid-rt {
    border-radius: 16px;
  }

  .pd6-grid-rb {
    border-radius: 16px;
    padding: 30px;
  }

  .pd6-grid-rb p {
    line-height: 1.4;
    letter-spacing: -1px;
  }

  .pd6-sec2 {
    padding: 60px 5% 36px;
  }

  .pd6-sec2-title {
    line-height: 36px;
    margin-bottom: 20px;
  }

  .pd6-table {
    border-radius: 16px;
    padding: 20px 33px 36px 33px;
    overflow: auto;
  }

  .pd6-table-head {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    flex-wrap: nowrap;
    width: max-content;
  }

  .pd6-th-model {
    width: 50vw;
    flex-shrink: 0;
    line-height: 24px;
  }

  .pd6-th-col {
    width: 50vw;
    flex-shrink: 0;
  }

  .pd6-select-val {
    gap: 12px;
    height: 24px;
  }

  .pd6-select-arrow {
    width: 16px;
    height: 16px;
  }

  .pd6-select-drop {
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 4px);
    min-width: 120px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05), 0 0 10px 0 rgba(0, 0, 0, 0.05);
    padding: 8px 12px;
  }

  .pd6-select-option {
    padding: 4px 0;
  }

  .pd6-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 42px;
    flex-wrap: nowrap;
    width: max-content;
  }

  .pd6-table-body {
    width: max-content;
  }

  .pd6-td-label {
    width: 50vw;
    flex-shrink: 0;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
  }

  .pd6-td-val {
    width: 50vw;
    flex-shrink: 0;
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .pd6-td-val img {
    width: 16px;
  }

  .pd7 {
    padding: 60px 5%;
  }

  .pd7-head {
    flex: none;
    width: 100%;
  }

  .pd7-head h2 {
    line-height: 36px;
  }

  .pd7-right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 20px;
    width: 100%;
  }

  .pd7-btns {
    gap: 12px;
    justify-content: flex-start;
    margin-right: 30px;
  }

  .pd7-btns .sbtn1 {
    width: 31px;
  }

  .pd7-swiper {
    width: 100%;
  }

  .pd7-slide {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 10px;
    padding-bottom: 20px;
    height: auto;
  }

  .pd7-slide:hover {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.06);
  }

  .pd7-slide-img {
    width: 100%;
    height: 110px;
    display: flex;
    padding: 20px 0 0;
  }

  .pd7-slide-img img {
    max-width: 90%;
    max-height: 100%;
  }

  .pd7-slide-info {
    padding: 0 20px;
    width: 100%;
  }

  .pd7-slide-info h3 {
    line-height: 24px;
  }

  .pd7-slide-info p {
    margin-top: 6px;
  }

  .legal-hero {
    width: 100%;
    height: 240px;
    display: flex;
  }

  .legal-hero::before {
    left: -10%;
    top: -30%;
    width: 60%;
    height: 160%;
    border-radius: 50%;
  }

  .legal-hero h1 {
    letter-spacing: 4px;
  }

  .legal-body {
    max-width: 600px;
    padding: 50px 20px 70px;
  }

  .privacy-section {
    margin-bottom: 28px;
  }

  .privacy-section__title {
    padding-left: 10px;
    border-left: 2px solid var(--color);
    margin-bottom: 10px;
  }

  .privacy-section__text {}

  .legal-intro {
    margin-bottom: 30px;
  }
}