@media screen and (min-width: 960px) {
  .wrapper {
    padding: 0 30px;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: width 0.3s ease-in-out;
    flex: 1;
  }
  .module {
    padding: 70px 20px;
  }
  .module .wrapper > header h2 {
    font-size: 44px;
  }
  .module .wrapper > header h3 {
    font-size: 24px;
  }
  .module .wrapper > header .desc {
    margin: 0 auto;
    font-size: 16px;
    max-width: 1000px;
  }
  .module .wrapper > header .desc pre {
    font-size: 16px;
    word-break: break-all;
    white-space: pre-wrap;
  }
  .module .wrapper > header.align-left {
    text-align: left;
  }
  .module .wrapper > footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header {
    position: fixed;
    margin: 0 auto;
    top: 10px;
    left: 50%;
    max-width: 1400px;
    border-radius: 50px;
    padding: 15px 20px;
    box-sizing: border-box;
    box-shadow: 0px 4px 12px 0px rgba(17, 18, 55, 0.25);
    transform: translate(-50%, 0);
  }
  .site-header .logo {
    font-size: 14px;
  }
  .site-header .menu-wrap {
    position: relative;
    flex: 1;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .site-header .menu-wrap .menu-expand-btn {
    display: none;
  }
  .site-header .menu-wrap .menu {
    display: flex;
  }
  .site-header .menu-wrap .menu li {
    margin: 0 5px;
    white-space: nowrap;
    font-weight: 500;
  }
  .site-header .menu-wrap .menu a,
  .site-header .menu-wrap .menu em {
    padding: 8px 20px;
    color: #000;
    transition: all 0.3s linear;
    border-radius: 57px;
  }
  .site-header .menu-wrap .menu a:hover {
    color: #000;
    background: rgba(0, 23, 41, 0.06);
  }
  .site-header .menu-wrap .menu em {
    color: #fff;
    background: #001729;
  }
  .site-header .menu-wrap .btn {
    position: absolute;
    right: 0;
    width: 119px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 200px;
    background: #001729;
    border: 1px solid #001729;
    backdrop-filter: blur(5px) brightness(0.8);
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .menu-wrap .btn:hover {
    transform: scale(1.1);
    background: rgba(0, 23, 41, 0.7);
    border-color: rgba(0, 23, 41, 0.7);
  }
  .site-header .menu-wrap .btn:after {
    margin-left: 13px;
    content: "\e61a";
    font-family: "iconfont";
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 20px;
    display: block;
    background-color: #fff;
    border-radius: 11px;
    color: #000;
  }
  .site-footer .content {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
  }
  .site-footer .contact > h3 {
    font-size: 24px;
  }
  .site-footer .contact > p {
    margin: 8px 0 20px;
    font-size: 16px;
  }
  .site-footer .contact .whatsapp {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    transition: transform 0.3s ease-in-out;
    background: #001729;
    border-color: #001729;
  }
  .site-footer .contact .whatsapp::before {
    font-size: 20px;
  }
  .site-footer .contact .whatsapp:hover {
    transform: scale(1.1);
    background: rgba(0, 23, 41, 0.7);
    border-color: rgba(0, 23, 41, 0.7);
  }
  .site-footer .contact .mail {
    margin-top: 16px;
    font-size: 16px;
  }
  .site-footer .middle-message {
    padding: 0;
    width: 50%;
  }
  .site-footer .menus {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
  .site-footer .menus > a {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .site-footer .menus > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #001729;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translate(-200%, 0);
  }
  .site-footer .menus > a:hover:after {
    opacity: 1;
    transform: translate(0, 0);
  }
  .site-footer .categories {
    width: 420px;
    font-size: 14px;
  }
  .site-footer .categories > a {
    padding: 10px 60px;
  }
  .site-footer .categories > a:nth-of-type(even) {
    margin-left: 8px;
  }
  .site-footer .categories > a:hover {
    color: #fff;
    background: #001729;
  }
  .site-footer .copyright {
    font-size: 14px;
  }
  .site-footer .copyright a {
    margin-left: 40px;
    display: inline-block;
    color: rgba(0, 23, 41, 0.7);
  }
  .breadcrumb {
    margin: 0 auto;
    padding: 110px 20px 50px;
    max-width: 1400px;
    display: block;
    box-sizing: border-box;
    color: #001729;
    font-size: 14px;
    font-weight: 300;
  }
  .breadcrumb > a {
    position: relative;
    margin-right: 20px;
    color: #001729;
  }
  .breadcrumb > a:hover {
    border-bottom: 1px solid #001729;
  }
  .breadcrumb > a::after {
    position: absolute;
    right: -15px;
    content: "/";
  }
  .breadcrumb span {
    color: rgba(0, 23, 41, 0.5);
  }
  .pagination-wrap {
    margin-top: 80px;
  }
  .pagination-wrap .pagination {
    padding: 8px;
    font-size: 20px;
    border-radius: 8px;
  }
  .pagination-wrap .pagination > a,
  .pagination-wrap .pagination span {
    min-width: 36px;
    margin: 0 10px;
    padding: 8px;
  }
  .pagination-wrap .pagination > a.previous {
    font-size: 20px;
  }
  .pagination-wrap .pagination > a.previous:before {
    margin-right: 5px;
    font-size: 20px;
  }
  .pagination-wrap .pagination > a.previous:after {
    right: -10px;
  }
  .pagination-wrap .pagination > a.next {
    font-size: 20px;
  }
  .pagination-wrap .pagination > a.next:before {
    left: -10px;
  }
  .pagination-wrap .pagination > a.next:after {
    margin-left: 5px;
    font-size: 20px;
  }
  .pagination-wrap .pagination > a:hover,
  .pagination-wrap .pagination .current {
    border-radius: 8px;
  }
  .home-banner {
    height: 620px;
    box-sizing: border-box;
  }
  .home-banner .content {
    padding: 158px 20px;
    text-align: left;
  }
  .home-banner .content h3 {
    font-size: 60px;
  }
  .home-banner .content .desc {
    margin: 12px 0 32px;
    font-size: 20px;
  }
  .home-banner .content .btn > a {
    padding: 10px 24px;
    font-size: 14px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top;
  }
  .home-banner .content .btn > a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
  }
  .analysis {
    padding-left: 10%;
  }
  .analysis > li {
    margin-top: 90px;
    padding-left: 30px;
    width: 25%;
  }
  .analysis > li > h4 {
    font-size: 36px;
  }
  .analysis > li .desc {
    font-size: 14px;
  }
  .gained-trust {
    font-size: 14px;
  }
  .gained-trust > header {
    font-size: 20px;
    margin: 130px 0 50px;
  }
  .gained-trust > ul {
    flex-direction: row;
    justify-content: center;
  }
  .gained-trust > ul li {
    margin: 0;
    padding: 0;
    width: 33.3%;
    justify-content: center;
  }
  .gained-trust > ul li .icon {
    margin-right: 10px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 40px;
  }
  .change-buttons {
    display: flex;
    justify-content: center;
  }
  .change-buttons > div {
    margin: 0 10px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    cursor: pointer;
    box-sizing: border-box;
    font-family: "iconfont";
    user-select: none;
    border: 1px solid #001729;
  }
  .change-buttons > div:hover {
    color: #fff;
    background-color: #001729;
  }
  .reviews-container {
    position: relative;
  }
  .reviews-container .prev,
  .reviews-container .next {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    cursor: pointer;
    box-sizing: border-box;
    font-family: "iconfont";
    user-select: none;
    display: block;
  }
  .reviews-container .prev:hover,
  .reviews-container .next:hover {
    color: #fff;
    background: #001729;
    border-color: #001729;
  }
  .reviews-container .prev {
    left: 40px;
  }
  .reviews-container .next {
    right: 40px;
  }
  .production-list-wrap {
    padding-bottom: 30px;
    overflow: hidden;
  }
  .production-video {
    margin-bottom: -90px;
  }
  .production-list {
    padding: 60px 0 0;
  }
  .production-list.gary {
    padding: 0;
    flex-wrap: nowrap;
  }
  .production-list.gary > li {
    margin: 0;
    padding: 0 16px !important;
    width: 267px;
  }
  .production-list > li {
    margin: 0;
    padding: 0 16px !important;
    width: 25%;
    flex-shrink: 0;
  }
  .production-list > li > a {
    padding: 20px;
    border-radius: 24px;
    font-size: 18px;
  }
  .production-list > li > a .desc {
    margin: 10px 0;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .production-list > li > a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
  }
  .production-list > li > a figure {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 24px;
  }
  .production-list > li > a:hover img {
    transform: scale(1.1);
  }
  .view-more-btn {
    margin-top: 80px;
    font-size: 40px;
    cursor: pointer;
  }
  .service-wrap {
    padding: 80px 0 20px;
    margin: 0;
    overflow: hidden;
  }
  .service-wrap .active {
    width: 56%;
  }
  .service-wrap .active .tags-list {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
  .service-wrap .service-list {
    justify-content: space-between;
  }
  .service-wrap .service-list:not(:hover) > li:first-of-type {
    width: 56%;
  }
  .service-wrap .service-list:not(:hover) > li:first-of-type .tags-list {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
  .service-wrap .service-list > li {
    margin: 0;
    padding: 30px;
    width: 20%;
    height: 532px;
    border-radius: 30px;
    font-size: 14px;
    transition: width 0.5s ease-in-out;
  }
  .service-wrap .service-list > li .content .title {
    font-size: 34px;
  }
  .service-wrap .service-list > li:hover {
    width: 56%;
  }
  .service-wrap .service-list > li:hover .tags-list {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
  .service-wrap .service-list > li .tags-list {
    margin-bottom: 34px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 50%);
    transition: all 0.5s ease-in-out;
  }
  .service-wrap .service-list > li .tags-list > li {
    margin: 10px 0;
  }
  .service-wrap .service-list > li .tags-list > li:before {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
  }
  .service-wrap .service-list > li .more-btn > a {
    padding: 8px 25px;
    font-size: 14px;
  }
  .service-wrap .service-list > li .more-btn > a:hover {
    color: #001729;
    background-color: #fff;
  }
  .intro-swiper-wrap {
    position: relative;
    padding: 88px 0 32px;
    margin: 0;
    overflow: hidden;
  }
  .intro-swiper-wrap:before,
  .intro-swiper-wrap:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40%;
    content: "";
    background: linear-gradient(270deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
    z-index: 1;
  }
  .intro-swiper-wrap:before {
    left: 0;
    transform: rotate(-180deg);
  }
  .intro-swiper-wrap:after {
    right: 0;
  }
  .intro-swiper-wrap .intro-swiper-list > li {
    position: relative;
    margin: 0;
    width: 846px;
    height: 374px;
    font-size: 18px;
    border-radius: 32px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    transform: scale(0.85);
    transform-origin: 50% 50%;
  }
  .intro-swiper-wrap .intro-swiper-list > li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(242, 248, 253, 0.4);
    backdrop-filter: blur(7.8px);
    transition: opacity 0.3s ease-in-out;
  }
  .intro-swiper-wrap .intro-swiper-list > li .title {
    padding: 50px 20px 20px;
    display: none;
  }
  .intro-swiper-wrap .intro-swiper-list > li.swiper-slide-next {
    transform: scale(1);
  }
  .intro-swiper-wrap .intro-swiper-list > li.swiper-slide-next::before {
    opacity: 0;
  }
  .intro-swiper-wrap .intro-swiper-list > li.swiper-slide-next .title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .swiper-controler {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #001729;
    font-weight: 300;
  }
  .swiper-controler > span {
    padding: 0 12px;
    line-height: 40px;
    border-radius: 100px;
    cursor: pointer;
  }
  .swiper-controler > span.active {
    padding: 0 32px;
    font-size: 14px;
    color: #fff;
    background: #001729;
  }
  .article-wrap {
    margin: 70px 0;
    padding: 10px 0;
  }
  .article-wrap .article-list > li {
    margin-right: 40px;
    width: 420px;
    height: 550px;
  }
  .article-wrap .article-list > li a {
    padding: 24px;
    border-radius: 30px;
    border-color: #fff;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .article-wrap .article-list > li a > figure {
    margin-bottom: 24px;
    width: 372px;
    height: 258px;
    border-radius: 16px;
    overflow: hidden;
  }
  .article-wrap .article-list > li a img {
    transition: transform 0.3s ease-in-out;
  }
  .article-wrap .article-list > li a .title {
    font-size: 22px;
  }
  .article-wrap .article-list > li a .desc {
    margin: 24px 0 38px;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    color: rgba(0, 23, 41, 0.5);
  }
  .article-wrap .article-list > li a:after {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    content: "\e637";
    font-family: "iconfont";
    color: #001729;
    display: block;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
  }
  .article-wrap .article-list > li a:hover {
    border-color: #001729;
    background: rgba(248, 248, 248, 0.7);
    backdrop-filter: blur(37.93px);
  }
  .article-wrap .article-list > li a:hover:after {
    color: #fff;
    background-color: #001729;
  }
  .article-wrap .article-list > li a:hover img {
    transform: scale(1.1);
  }
  .view-more {
    padding: 15px 48px;
    font-size: 16px;
    border: 1.5px solid #001729;
    background-color: #fff;
  }
  .view-more:hover {
    color: #fff;
    background-color: #001729;
  }
  .faq-list {
    padding-top: 60px;
  }
  .faq-list > li {
    margin: 8px 0;
    font-size: 16px;
  }
  .faq-list > li .question {
    padding: 16px 28px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .faq-list > li .question:after {
    margin-left: 20px;
    font-size: 22px;
    flex-shrink: 0;
  }
  .faq-list > li .answer {
    padding: 0 28px;
  }
  .faq-list > li.expand .answer {
    margin: 16px 0;
    max-height: fit-content;
    transition: none;
  }
  .reviews-wrap {
    margin: 0;
    padding: 70px 0 20px;
    overflow: hidden;
  }
  .reviews-wrap .reviews-list > li {
    margin-right: 0;
    padding: 110px 150px 110px 110px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 32px;
  }
  .reviews-wrap .reviews-list > li > header {
    font-size: 24px;
    flex-shrink: 0;
  }
  .reviews-wrap .reviews-list > li > header .avatar {
    margin-right: 28px;
    width: 180px;
    height: 180px;
  }
  .reviews-wrap .reviews-list > li > header .title {
    margin-top: 8px;
    font-size: 14px;
  }
  .reviews-wrap .reviews-list > li .content {
    width: 50%;
    font-size: 20px;
    text-align: justify;
  }
  .reviews-wrap .reviews-list > li .content:before,
  .reviews-wrap .reviews-list > li .content:after {
    font-size: 80px;
  }
  .reviews-wrap .reviews-list > li .content:before {
    transform: translate(-15%, -75%);
  }
  .reviews-wrap .reviews-list > li .content:after {
    transform: translate(15%, 25%);
  }
  .startup h3 {
    font-size: 40px;
  }
  .startup p {
    margin: 16px auto 50px;
    max-width: 680px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
  }
  .startup .btn {
    display: flex;
    justify-content: center;
  }
  .startup .btn > a {
    padding: 15px 48px;
    font-size: 20px;
  }
  .startup .btn > a:hover {
    color: #001729;
    background-color: #fff;
  }
  .contact-flexbox {
    padding: 70px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .contact-flexbox > .module {
    padding: 0;
    flex-shrink: 0;
  }
  .contact-flexbox > .module > .wrapper {
    padding: 0;
  }
  .contact-flexbox > .module:nth-of-type(1) {
    margin-left: 90px;
    width: 574px;
  }
  .contact-flexbox > .module:nth-of-type(2) {
    padding-top: 20px;
    width: 736px;
  }
  .card {
    margin: 0;
    padding: 28px 40px;
  }
  .card > header .name {
    font-size: 24px;
  }
  .card > header .title {
    margin-top: 12px;
    font-size: 16px;
  }
  .card > header .avatar {
    width: 80px;
    height: 80px;
  }
  .card > header .avatar:after {
    width: 73px;
    height: 23px;
    line-height: 23px;
    font-size: 15px;
  }
  .card .caption {
    margin: 50px 0 20px;
    font-size: 24px;
  }
  .card > footer {
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
  }
  .card > footer > a {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
  }
  .card > footer > a:before {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px !important;
    background: rgba(0, 0, 0, 0.04);
  }
  .check-list > li {
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 300;
  }
  .check-list > li:before {
    margin-right: 13px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }
  .form-list {
    padding: 28px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .form-list > li {
    margin: 16px 0 0 0;
    padding: 15px 20px;
    width: 32%;
    box-sizing: border-box;
  }
  .form-list > li > input,
  .form-list > li > textarea {
    font-size: 16px;
  }
  .form-list > li:nth-of-type(1),
  .form-list > li:nth-of-type(2) {
    margin-right: 14px;
  }
  .form-list > li:nth-of-type(4) {
    width: 100%;
    border-radius: 16px;
  }
  .submit {
    margin-top: 28px;
    text-align: left;
  }
  .submit > button {
    padding: 15px 85px;
    font-size: 16px;
    cursor: pointer;
  }
  .submit > button:hover {
    color: #fff;
    background-color: #001729;
  }
  .production-page {
    padding: 90px 20px 70px;
  }
  .production-page .wrapper {
    display: flex;
    justify-content: center;
  }
  .production-page .filter-bar {
    position: sticky;
    top: 90px;
    margin-right: 90px;
    width: 230px;
    display: block;
    flex-shrink: 0;
    align-self: flex-start;
  }
  .production-page .filter-bar dl {
    max-height: 32px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .production-page .filter-bar dl a {
    color: #001729;
  }
  .production-page .filter-bar dl:first-of-type dt:after {
    display: none;
  }
  .production-page .filter-bar dl dt {
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  .production-page .filter-bar dl dt:after {
    content: "+";
  }
  .production-page .filter-bar dl dd {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    cursor: pointer;
  }
  .production-page .filter-bar dl dd.active {
    font-weight: 500;
  }
  .production-page .filter-bar dl.expand {
    max-height: 400px;
  }
  .production-page .filter-bar dl.expand dt:after {
    content: "-";
  }
  .production-page .products-list-wrap {
    width: 1020px;
    flex-shrink: 0;
  }
  .production-page .products-list-wrap > .header {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .production-page .products-list-wrap .types-bar-wrap {
    margin-right: 0;
  }
  .production-page .products-list-wrap .types-bar {
    font-size: 14px;
  }
  .production-page .products-list-wrap .types-bar > li {
    margin-right: 10px;
    padding: 8px 24px;
    border-width: 2px;
  }
  .production-page .products-list-wrap .types-bar > li:hover {
    background: #001729;
  }
  .production-page .products-list-wrap .types-bar > li:hover a {
    color: #fff;
  }
  .production-page .productions-list {
    padding: 0;
  }
  .production-page .productions-list > li {
    padding: 0 !important;
    margin-top: 32px;
    width: 333px;
    overflow: hidden;
  }
  .production-page .productions-list > li:nth-of-type(3n-1) {
    margin: 32px 10px 0;
  }
  .production-page .productions-list > li a {
    padding: 13px;
    box-sizing: border-box;
    border-radius: 24px;
  }
  .production-page .productions-list > li a:hover {
    padding: 12px;
    border: 1px solid #001729;
    backdrop-filter: blur(40px);
  }
  .production-page .productions-list > li a:hover img {
    transform: scale(1.1);
  }
  .production-page .productions-list > li figure {
    margin-bottom: 12px;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
  }
  .production-page .productions-list > li img {
    transition: transform 0.3s ease-in-out;
  }
  .production-page .productions-list > li .title {
    font-size: 20px;
  }
  .production-page .productions-list > li .code {
    margin: 28px 0 16px;
    font-size: 14px;
    color: rgba(0, 23, 41, 0.7);
  }
  .scores-list {
    font-size: 16px;
  }
  .scores-list > li {
    margin: 10px 0;
  }
  .scores-list > li .label {
    font-size: 12px;
  }
  .scores-list > li .value {
    width: 40px;
    font-size: 16px;
  }
  .scores-list > li .progress {
    margin: 4px 0;
    height: 4px;
  }
  .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner h3 {
    font-size: 52px;
    line-height: 1.3;
  }
  .banner .desc {
    margin: 10px 0 48px;
    font-size: 16px;
  }
  .banner .link-button {
    padding: 10px 24px;
    font-size: 14px;
  }
  .banner .link-button:hover {
    background: rgba(0, 23, 41, 0.7);
    border-color: rgba(0, 23, 41, 0.7);
  }
  .banner .video {
    margin-left: 50px;
    width: 780px;
    height: 438px;
    flex-shrink: 0;
    border-radius: 32px;
  }
  .banner .webgl {
    position: relative;
    margin-left: 50px;
    width: 640px;
    height: 440px;
    flex-shrink: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    transform: translate(0, -17%);
  }
  .banner .placeholder {
    margin-left: 50px;
    width: 740px;
    height: 290px;
    flex-shrink: 0;
  }
  .table {
    position: relative;
  }
  .table .thead {
    margin: 0;
    right: 0;
    top: 150px;
    width: 60%;
    padding: 6px 3px;
    transform: translate(530px, -100%);
    border-radius: 20px;
  }
  .table .thead span {
    margin: 0 3px;
    padding: 0;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
    border-radius: 4px;
  }
  .table .thead span:first-of-type {
    border-radius: 16px 4px 4px 16px;
  }
  .table .thead span:last-of-type {
    border-radius: 4px 16px 16px 4px;
  }
  .table .summary {
    margin: 0;
    font-size: 24px;
    text-align: left;
    padding: 30px 0;
  }
  .table .tbody > li {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .table .tbody > li > header {
    font-size: 16px;
  }
  .table .tbody > li .check-list {
    padding: 30px 0;
    width: 60%;
  }
  .client-reviews-wrap {
    overflow: hidden;
  }
  .client-reviews-wrap .client-reviews-list {
    padding: 100px 0;
  }
  .client-reviews-wrap .client-reviews-list > li {
    width: 500px;
    padding: 0 48px !important;
    box-sizing: border-box;
  }
  .client-reviews-wrap .client-reviews-list > li .content {
    padding: 20px 0 0 20px;
  }
  .client-reviews-wrap .client-reviews-list > li .content .title {
    font-size: 32px;
  }
  .client-reviews-wrap .client-reviews-list > li .content .title::before {
    font-size: 20px;
    left: -20px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  .client-reviews-wrap .client-reviews-list > li .content .desc {
    margin: 23px 0 56px;
    font-size: 16px;
  }
  .client-reviews-wrap .client-reviews-list > li .author {
    font-size: 16px;
  }
  .client-reviews-wrap .client-reviews-list > li .author .avatar {
    margin-right: 20px;
    width: 60px;
    height: 60px;
  }
  .client-reviews-wrap .client-reviews-list > li .author .title {
    font-size: 14px;
  }
  .client-reviews-wrap .client-reviews-list > li .author .give-me-five {
    bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .service-team-wrap {
    margin: 70px -20px 50px;
    padding: 10px 0;
    overflow: hidden;
  }
  .service-team-wrap .service-team-list > li {
    margin-right: 32px;
    width: 468px;
    height: 450px;
    display: flex;
  }
  .service-team-wrap .service-team-list > li a {
    padding: 0;
    border-radius: 32px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    flex: 1;
  }
  .service-team-wrap .service-team-list > li a > figure {
    width: 100%;
    height: 264px;
    border-radius: 32px 32px 0 0;
  }
  .service-team-wrap .service-team-list > li a .title {
    font-size: 22px;
  }
  .service-team-wrap .service-team-list > li a .desc {
    padding: 12px 0 38px;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    color: rgba(0, 23, 41, 0.5);
  }
  .service-team-wrap .service-team-list > li a .content {
    padding: 28px 32px 0;
  }
  .service-team-wrap .service-team-list > li a:hover {
    border-color: #001729;
    background: rgba(248, 248, 248, 0.7);
    backdrop-filter: blur(37.93px);
  }
  .innovation-features {
    display: flex;
    flex-wrap: wrap;
  }
  .innovation-features > li {
    width: 33.3%;
    padding: 0 !important;
  }
  .innovation-features > li .icon {
    font-size: 68px;
  }
  .innovation-features > li .desc {
    font-size: 14px;
  }
  .innovation-features > li .title {
    margin: 24px 0 16px;
    font-size: 16px;
  }
  .articles-list > li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .articles-list > li:nth-of-type(odd) a {
    flex-direction: row-reverse;
  }
  .articles-list > li:nth-of-type(n+2) {
    margin-top: 140px;
  }
  .articles-list .title {
    font-size: 36px;
  }
  .articles-list .desc {
    font-size: 16px;
  }
  .articles-list .content {
    width: 600px;
  }
  .articles-list figure {
    margin: 0;
    width: 648px;
    height: 432px;
    flex-shrink: 0;
    border-radius: 32px;
  }
  .innovation-recommend {
    padding: 132px 0;
  }
  .innovation-recommend .title {
    width: 60%;
    font-size: 40px;
  }
  .innovation-recommend .desc {
    width: 60%;
    padding-top: 20px;
    font-size: 16px;
  }
  .innovation-recommend .desc > p {
    margin-top: 20px;
  }
  .innovation-experiment-wrap .innovation-experiment {
    display: flex;
  }
  .innovation-experiment-wrap .innovation-experiment > li {
    padding: 0;
    width: 420px;
    flex-shrink: 0;
  }
  .innovation-experiment-wrap .innovation-experiment > li a {
    width: 100%;
    display: block;
  }
  .innovation-experiment-wrap .innovation-experiment > li:nth-of-type(3n-1) {
    margin: 0 40px;
  }
  .innovation-experiment-wrap .innovation-experiment > li figure {
    height: 293px;
    border-radius: 32px;
  }
  .innovation-experiment-wrap .innovation-experiment > li figure:before {
    font-size: 33px;
    width: 20%;
  }
  .innovation-experiment-wrap .innovation-experiment > li .title {
    margin: 28px 0 24px;
    font-size: 22px;
  }
  .innovation-experiment-wrap .innovation-experiment > li .desc {
    font-size: 16px;
  }
  .intro-text {
    margin-top: -120px;
    padding-bottom: 90px;
    max-width: 640px;
    font-size: 32px;
  }
  .intro-list {
    display: flex;
    justify-content: space-between;
  }
  .intro-list > li {
    margin: 0;
    width: 650px;
  }
  .intro-list > li figure {
    height: 380px;
    border-radius: 32px;
  }
  .intro-list > li .title {
    margin: 40px 0 12px;
    font-size: 36px;
  }
  .intro-list > li .desc {
    font-size: 16px;
  }
  .world-map {
    margin-top: 100px;
  }
  .provider-list {
    display: flex;
    justify-content: space-between;
  }
  .provider-list > li {
    margin-top: 70px;
    width: 660px;
    height: 386px;
    border-radius: 32px;
  }
  .provider-list > li .title {
    font-size: 32px;
  }
  .provider-list > li .desc {
    margin-top: 8px;
    font-size: 16px;
  }
  .provider-list > li .check-list > li {
    font-size: 16px;
  }
  .doers-list {
    padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .doers-list > li {
    margin-top: 40px;
    padding: 40px 0;
    width: 33.3%;
  }
  .doers-list > li .icon {
    font-size: 60px;
  }
  .doers-list > li .title {
    font-size: 14px;
  }
  .doers-list > li .total {
    margin: 32px 0 8px;
    font-size: 36px;
  }
  .focus-container {
    position: relative;
  }
  .focus-container .change-buttons {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, -200%);
    z-index: 98;
  }
  .focus-wrap {
    margin: 0;
    padding-right: 20px;
    overflow: hidden;
  }
  .focus-wrap .focus-list > li {
    margin: 0;
    width: 660px;
    height: 470px;
    border-radius: 24px;
  }
  .focus-wrap .focus-list > li.swiper-slide-active {
    margin-right: 20px;
  }
  .focus-wrap .focus-list > li .content {
    padding: 45px 40px 24px;
    font-size: 24px;
  }
  .focus-wrap .focus-list > li img {
    transition: transform 0.3s ease-in-out;
  }
  .focus-wrap .focus-list > li .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .focus-wrap .focus-list > li:hover img {
    transform: scale(1.1);
  }
  .blog-list {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .blog-list > li {
    margin-top: 40px;
    padding: 24px 24px 45px;
    width: 420px;
    border-radius: 30px;
    box-sizing: border-box;
    border-color: #fff;
    background-color: #fff;
  }
  .blog-list > li:hover {
    border-color: #001729;
    backdrop-filter: blur(37.93px);
    background: rgba(248, 248, 248, 0.7);
  }
  .blog-list > li:hover img {
    transform: scale(1.1);
  }
  .blog-list > li:nth-of-type(3n-1) {
    margin: 40px 40px 0;
  }
  .blog-list > li figure {
    width: 372px;
    height: 258px;
    border-radius: 16px;
    overflow: hidden;
  }
  .blog-list > li img {
    transition: transform 0.3s ease-in-out;
  }
  .blog-list > li .category {
    margin-top: 28px;
    font-size: 14px;
  }
  .blog-list > li .title {
    margin: 16px 0 24px;
    font-size: 22px;
  }
  .blog-list > li .desc {
    font-size: 16px;
  }
  .gotop {
    margin: 10px auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border-radius: 12px;
    cursor: pointer;
  }
  .contact-flexbox.contact-page {
    margin: 0 auto;
    max-width: 1400px;
    padding: 50px 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .contact-flexbox.contact-page .card {
    border: 0 none;
    color: #fff;
    background: radial-gradient(142.06% 77.63% at 9.87% 0%, #0ABAFF 0%, #000000 58.96%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  }
  .contact-flexbox.contact-page .card .title {
    margin: 6px 0 16px;
    color: #fff;
  }
  .contact-flexbox.contact-page .card .desc {
    font-size: 14px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.6);
  }
  .contact-flexbox.contact-page .card > header .avatar:after {
    color: #001729;
    background-color: #fff;
  }
  .contact-flexbox.contact-page .card > footer a {
    color: #fff;
  }
  .contact-flexbox.contact-page .card > footer a:before {
    background: rgba(255, 255, 255, 0.12);
  }
  .contact-flexbox.contact-page .card .check-list > li {
    color: #fff;
  }
  .contact-flexbox.contact-page .card .check-list > li::before {
    background-color: #0098D4;
  }
  .contact-flexbox.contact-page .module {
    flex: 1;
    flex-shrink: 0;
  }
  .contact-flexbox.contact-page .module > .wrapper > header h2 {
    font-size: 40px;
    max-width: 100%;
  }
  .contact-flexbox.contact-page .module:first-of-type {
    margin: 0;
    transform: translate(-10%, 0%);
    display: block;
  }
  .contact-flexbox.contact-page .module:first-of-type .card {
    padding-left: 15%;
  }
  .contact-flexbox.contact-page .module:last-of-type {
    padding: 100px 100px 100px 50px;
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(100px);
  }
  .contact-flexbox.contact-page .concact-form-list {
    padding: 20px 0;
  }
  .concact-form-list {
    padding-bottom: 50px;
  }
  .concact-form-list li {
    margin-top: 24px;
    line-height: 1.5;
  }
  .concact-form-list li label {
    font-size: 14px;
  }
  .concact-form-list li input,
  .concact-form-list li textarea {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .dark-submit {
    width: 232px;
    padding: 10px 0;
    font-size: 20px;
    cursor: pointer;
  }
  .dark-submit::before {
    margin-right: 10px;
    font-size: 32px;
  }
  .bingo {
    padding: 160px 0;
    width: 550px;
    text-align: center;
  }
  .bingo .icon::after,
  .bingo .icon::before {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    font-size: 20px;
  }
  .bingo h3 {
    margin: 44px 0 12px;
    font-size: 20px;
  }
  .bingo > p {
    font-size: 14px;
    color: rgba(0, 23, 41, 0.5);
  }
  .blog-detail {
    padding-top: 0;
  }
  .blog-detail > .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .blog-detail .archor-nav {
    position: sticky;
    top: 100px;
    width: 254px;
    display: block;
    flex-shrink: 0;
    align-self: flex-start;
  }
  .blog-detail .archor-nav > li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 12px;
    line-height: 1.5;
    color: rgba(0, 23, 41, 0.5);
    cursor: pointer;
    font-weight: 300;
  }
  .blog-detail .archor-nav > li:hover,
  .blog-detail .archor-nav > li.active {
    color: #001729;
  }
  .blog-detail .archor-nav > li:hover::before,
  .blog-detail .archor-nav > li.active::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #001729;
  }
  .blog-detail .section {
    width: 720px;
  }
  .blog-detail .section > header h1 {
    font-size: 52px;
  }
  .blog-detail .section > header .info {
    margin: 32px 0 0;
    font-size: 12px;
  }
  .blog-detail .section > header .info > div {
    margin-right: 20px;
  }
  .blog-detail .section > .content {
    font-size: 16px;
  }
  .blog-detail .section > .content h1 {
    font-size: 52px;
  }
  .blog-detail .section > .content img {
    border-radius: 32px;
  }
  .blog-detail .section > .content > * {
    margin-top: 52px;
  }
  .blog-detail .striky-bar {
    position: sticky;
    top: 100px;
    margin: 0;
    width: 282px;
    flex-direction: column;
    align-self: flex-start;
  }
  .blog-detail .striky-bar .recommend {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(141, 145, 154, 0.16);
  }
  .blog-detail .striky-bar .recommend figure {
    height: 186px;
  }
  .blog-detail .striky-bar .recommend .content {
    padding: 16px;
    font-size: 14px;
    line-height: 1.5;
  }
  .blog-detail .striky-bar .recommend .content .title {
    font-size: 16px;
  }
  .blog-detail .striky-bar .recommend .content .desc {
    margin: 4px 0 28px;
    font-size: 14px;
  }
  .blog-detail .striky-bar .recommend .content a {
    font-size: 14px;
  }
  .blog-detail .striky-bar .recommend .products {
    padding: 60px 16px 16px;
  }
  .blog-detail .striky-bar .recommend .products .title {
    font-size: 14px;
  }
  .blog-detail .striky-bar .recommend .products .links > a {
    margin: 8px 10px 0 0;
    padding: 8px 16px;
    font-size: 10px;
  }
  .blog-detail .striky-bar .share-tools {
    padding: 40px 16px;
  }
  .blog-detail .striky-bar .share-tools > header {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .blog-detail .striky-bar .share-tools .tools > li {
    margin: 0 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
  }
  .blog-detail .striky-bar .share-tools .tools > li:hover {
    color: #fff;
    background-color: #001729;
  }
  .production-detail {
    padding: 0;
  }
  .production-detail + .contact-flexbox {
    display: none;
  }
  .production-detail > .wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .production-detail > .wrapper .detail,
  .production-detail > .wrapper .detail-content {
    padding-right: 50px;
  }
  .production-detail .sidebar {
    position: sticky;
    top: 90px;
    width: 346px;
    flex-shrink: 0;
    display: block;
    align-self: flex-start;
  }
  .production-detail .sidebar .module {
    padding: 30px 0;
    border: 1px solid rgba(141, 145, 154, 0.16);
    background: rgba(248, 248, 248, 0.7);
    border-radius: 24px;
    backdrop-filter: blur(40px);
  }
  .production-detail .sidebar .module > .wrapper > header {
    margin-bottom: 20px;
  }
  .production-detail .sidebar .module > .wrapper > header h2 {
    font-size: 24px;
  }
  .production-detail .sidebar .steps {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .production-detail .sidebar .steps:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "\e632";
    font-family: "iconfont";
    color: rgba(0, 23, 41, 0.2);
    transform: translate(-100%, -50%);
  }
  .production-detail .sidebar .steps > li {
    position: relative;
    padding-left: 14px;
    width: 40%;
    font-size: 14px;
    color: rgba(0, 23, 41, 0.5);
    box-sizing: border-box;
  }
  .production-detail .sidebar .steps > li:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 23, 41, 0.2);
  }
  .production-detail .sidebar .steps > li span {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-weight: 300;
  }
  .production-detail .sidebar .steps > li.active {
    color: #001729;
  }
  .production-detail .sidebar .steps > li.active::before {
    background-color: #3366ff;
  }
  .production-detail .sidebar .content > .item {
    display: none;
  }
  .production-detail .sidebar .content > .item.active {
    display: block;
  }
  .production-detail .sidebar .content .order-forms-list > li {
    margin: 20px 0;
  }
  .production-detail .sidebar .content .order-forms-list > li .label {
    font-size: 14px;
    font-weight: 500;
  }
  .production-detail .sidebar .content .order-forms-list > li .radios {
    display: flex;
    flex-wrap: wrap;
  }
  .production-detail .sidebar .content .order-forms-list > li .radios > label {
    margin-top: 12px;
    width: 50%;
    display: flex;
    cursor: pointer;
    flex-wrap: nowrap;
  }
  .production-detail .sidebar .content .order-forms-list > li input[type="radio"] {
    display: none;
  }
  .production-detail .sidebar .content .order-forms-list > li input[type="radio"] + .icon {
    margin: 0 8px 0 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #001729;
    flex-shrink: 0;
  }
  .production-detail .sidebar .content .order-forms-list > li input[type="radio"]:checked + .icon {
    font-family: "iconfont";
    background-color: #001729;
  }
  .production-detail .sidebar .content .order-forms-list > li .input {
    margin-top: 16px;
    display: flex;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    overflow: hidden;
    align-items: center;
  }
  .production-detail .sidebar .content .order-forms-list > li .input > input,
  .production-detail .sidebar .content .order-forms-list > li .input > textarea {
    padding: 12px 16px;
    flex: 1;
    font-size: 14px;
    border: 0 none;
    outline: none;
    width: 100%;
  }
  .production-detail .sidebar .content .order-forms-list > li .input .append {
    padding-right: 16px;
  }
  .production-detail .sidebar .content .footer {
    display: flex;
    justify-content: space-between;
  }
  .production-detail .sidebar .content .footer > button,
  .production-detail .sidebar .content .footer > .button {
    height: 40px;
    line-height: 40px;
    text-align: center;
    flex: 1;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #001729;
    background-color: #fff;
    outline: none;
  }
  .production-detail .sidebar .content .footer > button.dark,
  .production-detail .sidebar .content .footer > .button.dark {
    color: #fff;
    background-color: #001729;
  }
  .production-detail .sidebar .content .footer > button.dark:hover,
  .production-detail .sidebar .content .footer > .button.dark:hover {
    background: rgba(0, 23, 41, 0.7);
    border-color: rgba(0, 23, 41, 0.7);
  }
  .production-detail .sidebar .content .footer > button {
    margin-left: 10px;
  }
  .production-detail .sidebar .bingo {
    width: auto;
    display: none;
  }
  .production-detail .sidebar .bingo.show {
    display: block;
  }
  .production-detail .section {
    width: 1000px;
  }
  .production-detail .section .production-intro {
    display: flex;
    justify-content: space-between;
  }
  .production-detail .section .production-intro .focus {
    margin-bottom: 8px;
    width: 540px;
    height: 369px;
  }
  .production-detail .section .production-intro .focus .swiper-wrapper > li figure {
    width: 540px;
    height: 369px;
    border-radius: 24px;
  }
  .production-detail .section .production-intro .thumbnail-wrap {
    position: relative;
    width: 540px;
    overflow: hidden;
  }
  .production-detail .section .production-intro .thumbnail-wrap .prev,
  .production-detail .section .production-intro .thumbnail-wrap .next {
    position: absolute;
    top: 4px;
    width: 24px;
    height: 87px;
    line-height: 87px;
    color: #fff;
    text-align: center;
    font-family: "iconfont";
    background: rgba(0, 23, 41, 0.2);
    z-index: 2;
    cursor: pointer;
    display: block;
    transition: transform 0.3s ease-in-out;
  }
  .production-detail .section .production-intro .thumbnail-wrap .prev {
    transform: translate(-200%, 0);
    left: 4px;
    border-radius: 12px 0 0 12px;
  }
  .production-detail .section .production-intro .thumbnail-wrap .next {
    transform: translate(200%, 0);
    right: 4px;
    border-radius: 0 12px 12px 0;
  }
  .production-detail .section .production-intro .thumbnail-wrap:hover .prev,
  .production-detail .section .production-intro .thumbnail-wrap:hover .next {
    transform: translate(0, 0);
  }
  .production-detail .section .production-intro .thumbnail-wrap .thumbnail-list > li {
    margin-right: 0;
    border-radius: 12px;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .production-detail .section .production-intro .thumbnail-wrap .thumbnail-list > li figure {
    width: 100%;
    height: 88px;
    border-radius: 12px;
    cursor: pointer;
  }
  .production-detail .section .production-intro .info {
    width: 420px;
    padding: 8px 0;
    font-size: 16px;
    box-sizing: border-box;
  }
  .production-detail .section .production-intro .info .title {
    font-size: 16px;
  }
  .production-detail .section .production-intro .info .title h1 {
    font-size: 32px;
  }
  .production-detail .section .production-intro .info .cate {
    margin: 12px 0 60px;
  }
  .production-detail .section .production-intro .info .desc {
    margin: 33px 0 28px;
    padding-right: 10%;
    text-align: justify;
  }
  .production-detail .section .regarding-products > .title,
  .production-detail .section .detail > .title {
    margin: 50px 0 30px;
    font-size: 16px;
    font-weight: 500;
  }
  .production-detail .section .sizes > span {
    margin: 12px 12px 0 0;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 4px;
  }
  .production-detail .section .tips {
    margin: 20px 0 0;
    padding: 16px 12px 16px 48px;
    border-radius: 16px;
    width: 520px;
    box-sizing: border-box;
  }
  .production-detail .section .tips:before {
    top: 21px;
    left: 16px;
    font-size: 16px;
  }
  .production-detail .section .tips .title {
    font-size: 14px;
  }
  .production-detail .section .tips .desc {
    margin-top: 2px;
    font-size: 12px;
  }
  .production-detail .section .detail-list {
    padding-bottom: 60px;
  }
  .production-detail .section .detail-list > li {
    padding: 16px 0;
    font-size: 14px;
  }
  .production-detail .section .detail-list > li .label {
    width: 170px;
  }
  .production-detail .section .detail-list > li .value {
    flex: 1;
  }
  .production-detail .section .detail-list > li .sizes {
    margin-top: -12px;
  }
  .production-detail .section .detail-content > header h2 {
    font-size: 32px;
  }
  .production-detail .section .specifications > li {
    margin-top: 40px;
    font-size: 14px;
  }
  .production-detail .section .specifications > li::before {
    width: 20px;
  }
  .production-detail .section .compare-list > li {
    margin-top: 40px;
    width: 227px;
  }
  .production-detail .section .compare-list > li figure {
    margin-bottom: 20px;
    width: 227px;
    height: 218px;
    border-radius: 16px;
  }
  .production-detail .section .compare-list > li .title {
    font-size: 16px;
  }
  .production-detail .section .compare-list > li .desc {
    margin: 10px 0 20px;
    font-size: 14px;
  }
  .production-detail .section .rich-text {
    font-size: 14px;
  }
  .production-detail .section .rich-text > *,
  .production-detail .section .rich-text li {
    margin-top: 20px;
  }
  .production-detail .section .free-service-wrap > .title {
    margin: 30px 0;
    font-size: 16px;
  }
  .production-detail .section .free-service-wrap .free-service-list {
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
  .production-detail .section .free-service-wrap .free-service-list > li {
    margin: 0;
    padding: 30px 10px;
    width: 227px;
    border-radius: 16px;
    box-sizing: border-box;
  }
  .production-detail .section .free-service-wrap .free-service-list > li .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  .production-detail .section .free-service-wrap .free-service-list > li .title {
    margin: 12px 0 4px;
    font-size: 14px;
  }
  .production-detail .section .free-service-wrap .free-service-list > li .desc {
    font-size: 12px;
  }
  .firstscreen + .module .intro-text {
    margin-top: 0;
  }
  .firstscreen .contact-flexbox {
    margin: 0 auto;
    padding: 36px 40px;
    max-width: 1400px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 32px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
  }
  .firstscreen .contact-flexbox .card {
    border: 0 none;
  }
  .firstscreen .contact-flexbox > .module:nth-of-type(2) {
    flex: 1;
  }
  .firstscreen .contact-flexbox .form-list > li:nth-of-type(1) {
    margin-right: 12px;
  }
  .welcome .production-list-wrap,
  .welcome .application-wrap {
    margin: 0;
    padding-top: 70px;
    overflow: hidden;
  }
  .welcome .innovation-experiment {
    flex-wrap: wrap;
  }
  .welcome .innovation-experiment > li {
    margin-top: 60px !important;
  }
  .welcome .innovation-experiment > li .desc {
    display: none;
  }
  .welcome .application-wrap {
    margin-bottom: -50px;
  }
  .welcome .application-list {
    justify-content: space-between;
  }
  .welcome .application-list > li {
    padding: 21px 21px 49px;
    width: 396px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 32px;
  }
  .welcome .application-list > li:hover {
    border-color: #001729;
  }
  .welcome .application-list > li figure {
    height: 260px;
    border-radius: 32px;
  }
  .welcome .application-list > li figure figcaption {
    padding: 90px 20px 16px;
    font-size: 20px;
    font-weight: 300;
  }
  .welcome .application-list > li .desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .not-found {
    padding: 200px 0;
  }
  .not-found h2 {
    margin: 50px 0;
    font-size: 40px;
  }
  .not-found p {
    font-size: 18px;
  }
}
