@charset "UTF-8";
/* 移动端写法说明见 ./style-mobile-guide.md */
/* 使用scss编写，源文件是indexopc_mobile(scss).css 将后缀改回scss */
/* 默认字体颜色 */
/* 主题色 */
/* 辅助色 */
/* 大间距 */
/* 中间距 */
/* 小间距 */
/* 更小间距 */
/* 背景色 */
body {
  font-family: "Microsoft YaHei";
  color: #000000;
  background-color: #fff;
  overflow-x: hidden !important;
  min-width: auto !important;
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  body {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.old_type body {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type body {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type body {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

/*使用scss编写，源文件是indexopc_mobile(scss).css 将后缀改回scss
移动端*/
.project-services-nav-toggle {
  display: none;
}

@media (min-width: 576px) and (max-width: 992px) {
  .header {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 280px;
    padding-bottom: 24px;
    background-position: right top;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 576px) {
  .header {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 280px;
    padding-bottom: 24px;
    background-position: right top;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 375px) {
  .header {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 280px;
    padding-bottom: 24px;
    background-position: right top;
    background-size: auto 100%;
  }
}
.header .head {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .header .head {
    width: 90rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header .head {
    width: calc(100% - 1.5rem * 2);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .header .head {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 576px) {
  .header .head {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 375px) {
  .header .head {
    width: calc(100% - 1.5rem * 2);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .header .head {
    padding-top: 6px;
  }
  .header .head .head-logo,
.header .head .head-search,
.header .head .search-list {
    max-width: 58%;
  }
  .header .head .head-nav {
    margin-top: 1.875rem;
  }
  .header .head .head-nav .project-services-header-top {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .header .head .head-nav .project-services-header-top > img {
    width: 50%;
    max-width: calc(100% - 180px);
    flex: 0 0 auto;
    display: block;
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav {
    display: grid;
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav-toggle span:nth-child(1) {
    transform: translateY(0.875rem) rotate(45deg);
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav-toggle span:nth-child(3) {
    transform: translateY(-0.875rem) rotate(-45deg);
  }
  .header .head .head-nav .project-services-nav-toggle {
    order: 2;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: 0;
    flex: 0 0 auto;
    border: 0;
    border-radius: 1rem;
    background: linear-gradient(135deg, #12a1ff 0%, #1e78ff 100%);
    box-shadow: 0 0.625rem 1.5rem rgba(30, 120, 255, 0.22);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    cursor: pointer;
  }
  .header .head .head-nav .project-services-nav-toggle span {
    width: 1.75rem;
    height: 0.25rem;
    border-radius: 62.4375rem;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .header .head .head-nav .project-services-nav {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    top: calc(100% + 1.25rem);
    z-index: 12;
    width: 30%;
    order: 3;
    margin: 0;
    padding: 1.5rem;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.25rem 3rem rgba(6, 14, 51, 0.12);
  }
  .header .head .head-nav .project-services-nav li {
    font-size: 2rem;
    margin-left: 0;
  }
  .header .head .head-nav .project-services-nav li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 5.5rem;
    padding: 0 1.75rem;
    border-bottom: 0;
    border-radius: 1rem;
    background: #f5f8ff;
    color: #060e33;
  }
  .header .head .head-nav .header-login {
    width: auto;
    order: 1;
    margin-top: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.625rem;
    flex-wrap: nowrap;
  }
  .header .head .head-nav .header-login:empty {
    display: none;
  }
  .header .head .head-nav .header-login > span {
    width: auto !important;
    min-width: 0;
    height: auto;
    line-height: 3rem !important;
    padding: 0 1.25rem;
    font-size: 1.375rem !important;
    font-weight: 600;
    border: 0.0625rem solid rgba(30, 120, 255, 0.18) !important;
    border-radius: 62.4375rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #1e78ff !important;
    box-shadow: 0 0.5rem 1.25rem rgba(30, 120, 255, 0.14);
  }
  .header .head .head-nav .header-login > span:first-child {
    margin-right: 0 !important;
  }
  .header .head .head-nav .header-login > span:last-child {
    border-color: transparent !important;
    background: linear-gradient(135deg, #12a1ff 0%, #1e78ff 100%) !important;
    color: #fff !important;
  }
  .header .head .head-logo {
    margin-top: 24px;
  }
  .header .head .head-logo img {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 24px rgba(30, 120, 255, 0.14));
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 576px) {
  .header .head .head-logo,
.header .head .head-search,
.header .head .search-list {
    max-width: 64%;
  }
  .header .head .head-nav .project-services-header-top {
    gap: 0.75rem;
  }
  .header .head .head-nav .project-services-header-top > img {
    width: 50%;
    max-width: calc(100% - 145px);
  }
  .header .head .head-nav .project-services-nav-toggle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .header .head .head-nav .project-services-nav-toggle span {
    width: 1.5rem;
  }
  .header .head .head-nav .header-login {
    gap: 0.5rem;
  }
  .header .head .head-nav .header-login > span {
    height: auto;
    line-height: 2.75rem !important;
    padding: 0 1rem;
    font-size: 1.25rem !important;
  }
  .header .head .head-nav .project-services-nav {
    grid-template-columns: 1fr;
  }
  .header .head .head-logo {
    margin-top: 18px;
  }
  .header .head .head-logo img {
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 375px) {
  .header .head .head-logo,
.header .head .head-search,
.header .head .search-list {
    max-width: 64%;
  }
  .header .head .head-nav .project-services-header-top {
    gap: 0.75rem;
  }
  .header .head .head-nav .project-services-header-top > img {
    width: 50%;
    max-width: calc(100% - 145px);
  }
  .header .head .head-nav .project-services-nav-toggle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .header .head .head-nav .project-services-nav-toggle span {
    width: 1.5rem;
  }
  .header .head .head-nav .header-login {
    gap: 0.5rem;
  }
  .header .head .head-nav .header-login > span {
    height: auto;
    line-height: 2.75rem !important;
    padding: 0 1rem;
    font-size: 1.25rem !important;
  }
  .header .head .head-nav .project-services-nav {
    grid-template-columns: 1fr;
  }
  .header .head .head-logo {
    margin-top: 18px;
  }
  .header .head .head-logo img {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .header .head .head-search {
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top: 18px;
    padding-left: 46px;
    padding-right: 6px;
    border-radius: 12px;
    background-position: 14px center;
    background-size: 16px auto;
    box-shadow: 0 12px 24px rgba(30, 120, 255, 0.16);
  }
  .header .head .head-search input {
    width: calc(100% - 78px);
    min-width: 0;
    font-size: 15px;
    color: #26364f;
  }
  .header .head .head-search input::placeholder {
    color: #8a98aa;
  }
  .header .head .head-search .search-btn {
    width: 70px;
    height: 34px;
    margin-right: 0;
    border-radius: 10px;
    justify-content: center;
  }
  .header .head .head-search .search-btn img {
    width: 42px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .header .head .search-list {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  .header .head .search-list span,
.header .head .search-list a {
    font-size: 13px;
    line-height: 20px;
  }
  .header .head .search-list span {
    width: 100%;
    color: #6b7a90;
  }
  .header .head .search-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    margin-right: 0;
    border-radius: 999px;
    border: 1px solid rgba(30, 120, 255, 0.12);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 16px rgba(30, 120, 255, 0.08);
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 576px) {
  .header .head .head-search {
    height: 42px;
    margin-top: 14px;
    padding-left: 40px;
    padding-right: 6px;
    border-radius: 10px;
    background-position: 12px center;
    background-size: 14px auto;
  }
  .header .head .head-search input {
    width: calc(100% - 70px);
    font-size: 13px;
  }
  .header .head .head-search .search-btn {
    width: 62px;
    height: 30px;
    border-radius: 8px;
  }
  .header .head .head-search .search-btn img {
    width: 38px;
  }
  .header .head .search-list {
    gap: 6px;
  }
  .header .head .search-list span,
.header .head .search-list a {
    font-size: 12px;
    line-height: 18px;
  }
  .header .head .search-list a {
    min-height: 26px;
    padding: 0 8px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) and (max-width: 375px) {
  .header .head .head-search {
    height: 42px;
    margin-top: 14px;
    padding-left: 40px;
    padding-right: 6px;
    border-radius: 10px;
    background-position: 12px center;
    background-size: 14px auto;
  }
  .header .head .head-search input {
    width: calc(100% - 70px);
    font-size: 13px;
  }
  .header .head .head-search .search-btn {
    width: 62px;
    height: 30px;
    border-radius: 8px;
  }
  .header .head .head-search .search-btn img {
    width: 38px;
  }
  .header .head .search-list {
    gap: 6px;
  }
  .header .head .search-list span,
.header .head .search-list a {
    font-size: 12px;
    line-height: 18px;
  }
  .header .head .search-list a {
    min-height: 26px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 576px) {
  .header .head {
    padding-top: 6px;
  }
  .header .head .head-logo,
.header .head .head-search,
.header .head .search-list {
    max-width: 58%;
  }
  .header .head .head-nav {
    margin-top: 1.875rem;
  }
  .header .head .head-nav .project-services-header-top {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .header .head .head-nav .project-services-header-top > img {
    width: 50%;
    max-width: calc(100% - 180px);
    flex: 0 0 auto;
    display: block;
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav {
    display: grid;
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav-toggle span:nth-child(1) {
    transform: translateY(0.875rem) rotate(45deg);
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav-toggle span:nth-child(3) {
    transform: translateY(-0.875rem) rotate(-45deg);
  }
  .header .head .head-nav .project-services-nav-toggle {
    order: 2;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: 0;
    flex: 0 0 auto;
    border: 0;
    border-radius: 1rem;
    background: linear-gradient(135deg, #12a1ff 0%, #1e78ff 100%);
    box-shadow: 0 0.625rem 1.5rem rgba(30, 120, 255, 0.22);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    cursor: pointer;
  }
  .header .head .head-nav .project-services-nav-toggle span {
    width: 1.75rem;
    height: 0.25rem;
    border-radius: 62.4375rem;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .header .head .head-nav .project-services-nav {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    top: calc(100% + 1.25rem);
    z-index: 12;
    width: 30%;
    order: 3;
    margin: 0;
    padding: 1.5rem;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.25rem 3rem rgba(6, 14, 51, 0.12);
  }
  .header .head .head-nav .project-services-nav li {
    font-size: 2rem;
    margin-left: 0;
  }
  .header .head .head-nav .project-services-nav li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 5.5rem;
    padding: 0 1.75rem;
    border-bottom: 0;
    border-radius: 1rem;
    background: #f5f8ff;
    color: #060e33;
  }
  .header .head .head-nav .header-login {
    width: auto;
    order: 1;
    margin-top: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.625rem;
    flex-wrap: nowrap;
  }
  .header .head .head-nav .header-login:empty {
    display: none;
  }
  .header .head .head-nav .header-login > span {
    width: auto !important;
    min-width: 0;
    height: auto;
    line-height: 3rem !important;
    padding: 0 1.25rem;
    font-size: 1.375rem !important;
    font-weight: 600;
    border: 0.0625rem solid rgba(30, 120, 255, 0.18) !important;
    border-radius: 62.4375rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #1e78ff !important;
    box-shadow: 0 0.5rem 1.25rem rgba(30, 120, 255, 0.14);
  }
  .header .head .head-nav .header-login > span:first-child {
    margin-right: 0 !important;
  }
  .header .head .head-nav .header-login > span:last-child {
    border-color: transparent !important;
    background: linear-gradient(135deg, #12a1ff 0%, #1e78ff 100%) !important;
    color: #fff !important;
  }
  .header .head .head-logo {
    margin-top: 24px;
  }
  .header .head .head-logo img {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 24px rgba(30, 120, 255, 0.14));
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .header .head .head-logo,
.header .head .head-search,
.header .head .search-list {
    max-width: 64%;
  }
  .header .head .head-nav .project-services-header-top {
    gap: 0.75rem;
  }
  .header .head .head-nav .project-services-header-top > img {
    width: 50%;
    max-width: calc(100% - 145px);
  }
  .header .head .head-nav .project-services-nav-toggle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .header .head .head-nav .project-services-nav-toggle span {
    width: 1.5rem;
  }
  .header .head .head-nav .header-login {
    gap: 0.5rem;
  }
  .header .head .head-nav .header-login > span {
    height: auto;
    line-height: 2.75rem !important;
    padding: 0 1rem;
    font-size: 1.25rem !important;
  }
  .header .head .head-nav .project-services-nav {
    grid-template-columns: 1fr;
  }
  .header .head .head-logo {
    margin-top: 18px;
  }
  .header .head .head-logo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) and (max-width: 375px) {
  .header .head .head-logo,
.header .head .head-search,
.header .head .search-list {
    max-width: 64%;
  }
  .header .head .head-nav .project-services-header-top {
    gap: 0.75rem;
  }
  .header .head .head-nav .project-services-header-top > img {
    width: 50%;
    max-width: calc(100% - 145px);
  }
  .header .head .head-nav .project-services-nav-toggle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .header .head .head-nav .project-services-nav-toggle span {
    width: 1.5rem;
  }
  .header .head .head-nav .header-login {
    gap: 0.5rem;
  }
  .header .head .head-nav .header-login > span {
    height: auto;
    line-height: 2.75rem !important;
    padding: 0 1rem;
    font-size: 1.25rem !important;
  }
  .header .head .head-nav .project-services-nav {
    grid-template-columns: 1fr;
  }
  .header .head .head-logo {
    margin-top: 18px;
  }
  .header .head .head-logo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .header .head .head-search {
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top: 18px;
    padding-left: 46px;
    padding-right: 6px;
    border-radius: 12px;
    background-position: 14px center;
    background-size: 16px auto;
    box-shadow: 0 12px 24px rgba(30, 120, 255, 0.16);
  }
  .header .head .head-search input {
    width: calc(100% - 78px);
    min-width: 0;
    font-size: 15px;
    color: #26364f;
  }
  .header .head .head-search input::placeholder {
    color: #8a98aa;
  }
  .header .head .head-search .search-btn {
    width: 70px;
    height: 34px;
    margin-right: 0;
    border-radius: 10px;
    justify-content: center;
  }
  .header .head .head-search .search-btn img {
    width: 42px;
  }
}
@media screen and (max-width: 576px) {
  .header .head .search-list {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  .header .head .search-list span,
.header .head .search-list a {
    font-size: 13px;
    line-height: 20px;
  }
  .header .head .search-list span {
    width: 100%;
    color: #6b7a90;
  }
  .header .head .search-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    margin-right: 0;
    border-radius: 999px;
    border: 1px solid rgba(30, 120, 255, 0.12);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 16px rgba(30, 120, 255, 0.08);
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .header .head .head-search {
    height: 42px;
    margin-top: 14px;
    padding-left: 40px;
    padding-right: 6px;
    border-radius: 10px;
    background-position: 12px center;
    background-size: 14px auto;
  }
  .header .head .head-search input {
    width: calc(100% - 70px);
    font-size: 13px;
  }
  .header .head .head-search .search-btn {
    width: 62px;
    height: 30px;
    border-radius: 8px;
  }
  .header .head .head-search .search-btn img {
    width: 38px;
  }
  .header .head .search-list {
    gap: 6px;
  }
  .header .head .search-list span,
.header .head .search-list a {
    font-size: 12px;
    line-height: 18px;
  }
  .header .head .search-list a {
    min-height: 26px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 576px) and (max-width: 375px) {
  .header .head .head-search {
    height: 42px;
    margin-top: 14px;
    padding-left: 40px;
    padding-right: 6px;
    border-radius: 10px;
    background-position: 12px center;
    background-size: 14px auto;
  }
  .header .head .head-search input {
    width: calc(100% - 70px);
    font-size: 13px;
  }
  .header .head .head-search .search-btn {
    width: 62px;
    height: 30px;
    border-radius: 8px;
  }
  .header .head .head-search .search-btn img {
    width: 38px;
  }
  .header .head .search-list {
    gap: 6px;
  }
  .header .head .search-list span,
.header .head .search-list a {
    font-size: 12px;
    line-height: 18px;
  }
  .header .head .search-list a {
    min-height: 26px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 375px) {
  .header .head {
    padding-top: 6px;
  }
  .header .head .head-logo,
.header .head .head-search,
.header .head .search-list {
    max-width: 58%;
  }
  .header .head .head-nav {
    margin-top: 1.875rem;
  }
  .header .head .head-nav .project-services-header-top {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .header .head .head-nav .project-services-header-top > img {
    width: 50%;
    max-width: calc(100% - 180px);
    flex: 0 0 auto;
    display: block;
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav {
    display: grid;
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav-toggle span:nth-child(1) {
    transform: translateY(0.875rem) rotate(45deg);
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .header .head .head-nav .project-services-header-top.is-open .project-services-nav-toggle span:nth-child(3) {
    transform: translateY(-0.875rem) rotate(-45deg);
  }
  .header .head .head-nav .project-services-nav-toggle {
    order: 2;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: 0;
    flex: 0 0 auto;
    border: 0;
    border-radius: 1rem;
    background: linear-gradient(135deg, #12a1ff 0%, #1e78ff 100%);
    box-shadow: 0 0.625rem 1.5rem rgba(30, 120, 255, 0.22);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    cursor: pointer;
  }
  .header .head .head-nav .project-services-nav-toggle span {
    width: 1.75rem;
    height: 0.25rem;
    border-radius: 62.4375rem;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .header .head .head-nav .project-services-nav {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    top: calc(100% + 1.25rem);
    z-index: 12;
    width: 30%;
    order: 3;
    margin: 0;
    padding: 1.5rem;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.25rem 3rem rgba(6, 14, 51, 0.12);
  }
  .header .head .head-nav .project-services-nav li {
    font-size: 2rem;
    margin-left: 0;
  }
  .header .head .head-nav .project-services-nav li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 5.5rem;
    padding: 0 1.75rem;
    border-bottom: 0;
    border-radius: 1rem;
    background: #f5f8ff;
    color: #060e33;
  }
  .header .head .head-nav .header-login {
    width: auto;
    order: 1;
    margin-top: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.625rem;
    flex-wrap: nowrap;
  }
  .header .head .head-nav .header-login:empty {
    display: none;
  }
  .header .head .head-nav .header-login > span {
    width: auto !important;
    min-width: 0;
    height: auto;
    line-height: 3rem !important;
    padding: 0 1.25rem;
    font-size: 1.375rem !important;
    font-weight: 600;
    border: 0.0625rem solid rgba(30, 120, 255, 0.18) !important;
    border-radius: 62.4375rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #1e78ff !important;
    box-shadow: 0 0.5rem 1.25rem rgba(30, 120, 255, 0.14);
  }
  .header .head .head-nav .header-login > span:first-child {
    margin-right: 0 !important;
  }
  .header .head .head-nav .header-login > span:last-child {
    border-color: transparent !important;
    background: linear-gradient(135deg, #12a1ff 0%, #1e78ff 100%) !important;
    color: #fff !important;
  }
  .header .head .head-logo {
    margin-top: 24px;
  }
  .header .head .head-logo img {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 24px rgba(30, 120, 255, 0.14));
  }
}
@media screen and (max-width: 375px) and (max-width: 576px) {
  .header .head .head-logo,
.header .head .head-search,
.header .head .search-list {
    max-width: 64%;
  }
  .header .head .head-nav .project-services-header-top {
    gap: 0.75rem;
  }
  .header .head .head-nav .project-services-header-top > img {
    width: 50%;
    max-width: calc(100% - 145px);
  }
  .header .head .head-nav .project-services-nav-toggle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .header .head .head-nav .project-services-nav-toggle span {
    width: 1.5rem;
  }
  .header .head .head-nav .header-login {
    gap: 0.5rem;
  }
  .header .head .head-nav .header-login > span {
    height: auto;
    line-height: 2.75rem !important;
    padding: 0 1rem;
    font-size: 1.25rem !important;
  }
  .header .head .head-nav .project-services-nav {
    grid-template-columns: 1fr;
  }
  .header .head .head-logo {
    margin-top: 18px;
  }
  .header .head .head-logo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .header .head .head-logo,
.header .head .head-search,
.header .head .search-list {
    max-width: 64%;
  }
  .header .head .head-nav .project-services-header-top {
    gap: 0.75rem;
  }
  .header .head .head-nav .project-services-header-top > img {
    width: 50%;
    max-width: calc(100% - 145px);
  }
  .header .head .head-nav .project-services-nav-toggle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .header .head .head-nav .project-services-nav-toggle span {
    width: 1.5rem;
  }
  .header .head .head-nav .header-login {
    gap: 0.5rem;
  }
  .header .head .head-nav .header-login > span {
    height: auto;
    line-height: 2.75rem !important;
    padding: 0 1rem;
    font-size: 1.25rem !important;
  }
  .header .head .head-nav .project-services-nav {
    grid-template-columns: 1fr;
  }
  .header .head .head-logo {
    margin-top: 18px;
  }
  .header .head .head-logo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .header .head .head-search {
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top: 18px;
    padding-left: 46px;
    padding-right: 6px;
    border-radius: 12px;
    background-position: 14px center;
    background-size: 16px auto;
    box-shadow: 0 12px 24px rgba(30, 120, 255, 0.16);
  }
  .header .head .head-search input {
    width: calc(100% - 78px);
    min-width: 0;
    font-size: 15px;
    color: #26364f;
  }
  .header .head .head-search input::placeholder {
    color: #8a98aa;
  }
  .header .head .head-search .search-btn {
    width: 70px;
    height: 34px;
    margin-right: 0;
    border-radius: 10px;
    justify-content: center;
  }
  .header .head .head-search .search-btn img {
    width: 42px;
  }
}
@media screen and (max-width: 375px) {
  .header .head .search-list {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  .header .head .search-list span,
.header .head .search-list a {
    font-size: 13px;
    line-height: 20px;
  }
  .header .head .search-list span {
    width: 100%;
    color: #6b7a90;
  }
  .header .head .search-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    margin-right: 0;
    border-radius: 999px;
    border: 1px solid rgba(30, 120, 255, 0.12);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 16px rgba(30, 120, 255, 0.08);
  }
}
@media screen and (max-width: 375px) and (max-width: 576px) {
  .header .head .head-search {
    height: 42px;
    margin-top: 14px;
    padding-left: 40px;
    padding-right: 6px;
    border-radius: 10px;
    background-position: 12px center;
    background-size: 14px auto;
  }
  .header .head .head-search input {
    width: calc(100% - 70px);
    font-size: 13px;
  }
  .header .head .head-search .search-btn {
    width: 62px;
    height: 30px;
    border-radius: 8px;
  }
  .header .head .head-search .search-btn img {
    width: 38px;
  }
  .header .head .search-list {
    gap: 6px;
  }
  .header .head .search-list span,
.header .head .search-list a {
    font-size: 12px;
    line-height: 18px;
  }
  .header .head .search-list a {
    min-height: 26px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 375px) and (max-width: 375px) {
  .header .head .head-search {
    height: 42px;
    margin-top: 14px;
    padding-left: 40px;
    padding-right: 6px;
    border-radius: 10px;
    background-position: 12px center;
    background-size: 14px auto;
  }
  .header .head .head-search input {
    width: calc(100% - 70px);
    font-size: 13px;
  }
  .header .head .head-search .search-btn {
    width: 62px;
    height: 30px;
    border-radius: 8px;
  }
  .header .head .head-search .search-btn img {
    width: 38px;
  }
  .header .head .search-list {
    gap: 6px;
  }
  .header .head .search-list span,
.header .head .search-list a {
    font-size: 12px;
    line-height: 18px;
  }
  .header .head .search-list a {
    min-height: 26px;
    padding: 0 8px;
  }
}

.yzsfw,
.czfn,
.cxnlh,
.OPCsqst {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .yzsfw,
.czfn,
.cxnlh,
.OPCsqst {
    width: 90rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .yzsfw,
.czfn,
.cxnlh,
.OPCsqst {
    width: calc(100% - 1.5rem * 2);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .yzsfw,
.czfn,
.cxnlh,
.OPCsqst {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 576px) {
  .yzsfw,
.czfn,
.cxnlh,
.OPCsqst {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 375px) {
  .yzsfw,
.czfn,
.cxnlh,
.OPCsqst {
    width: calc(100% - 1.5rem * 2);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .yzsfw .yzs_title span,
.czfn .yzs_title span,
.cxnlh .yzs_title span,
.OPCsqst .yzs_title span {
    font-size: 3.25rem;
    line-height: 1.5;
  }
  .yzsfw .yzs_title strong,
.czfn .yzs_title strong,
.cxnlh .yzs_title strong,
.OPCsqst .yzs_title strong {
    font-size: 2rem;
    line-height: 1.5;
  }
  .yzsfw .yzs_title a,
.czfn .yzs_title a,
.cxnlh .yzs_title a,
.OPCsqst .yzs_title a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .yzsfw .yzs_title span,
.czfn .yzs_title span,
.cxnlh .yzs_title span,
.OPCsqst .yzs_title span {
    font-size: 3.25rem;
    line-height: 1.5;
  }
  .yzsfw .yzs_title strong,
.czfn .yzs_title strong,
.cxnlh .yzs_title strong,
.OPCsqst .yzs_title strong {
    font-size: 2rem;
    line-height: 1.5;
  }
  .yzsfw .yzs_title a,
.czfn .yzs_title a,
.cxnlh .yzs_title a,
.OPCsqst .yzs_title a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .yzsfw .yzs_title span,
.czfn .yzs_title span,
.cxnlh .yzs_title span,
.OPCsqst .yzs_title span {
    font-size: 3.25rem;
    line-height: 1.5;
  }
  .yzsfw .yzs_title strong,
.czfn .yzs_title strong,
.cxnlh .yzs_title strong,
.OPCsqst .yzs_title strong {
    font-size: 2rem;
    line-height: 1.5;
  }
  .yzsfw .yzs_title a,
.czfn .yzs_title a,
.cxnlh .yzs_title a,
.OPCsqst .yzs_title a {
    font-size: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .yzsfw .yzs_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
  .yzsfw .yzs_box .list-item {
    width: auto;
    padding: 1.875rem;
  }
  .yzsfw .yzs_box .list-item span {
    font-size: 2.25rem;
  }
  .yzsfw .yzs_box .list-item strong {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .yzsfw .yzs_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
  .yzsfw .yzs_box .list-item {
    width: auto;
    padding: 1.875rem;
  }
  .yzsfw .yzs_box .list-item span {
    font-size: 2.25rem;
  }
  .yzsfw .yzs_box .list-item strong {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .yzsfw .yzs_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
  .yzsfw .yzs_box .list-item {
    width: auto;
    padding: 1.875rem;
  }
  .yzsfw .yzs_box .list-item span {
    font-size: 2.25rem;
  }
  .yzsfw .yzs_box .list-item strong {
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .czfn .czfn_box {
    flex-wrap: wrap;
    gap: 0;
  }
  .czfn .czfn_box .jxkc {
    width: 100%;
    margin-bottom: 1.875rem;
    height: auto;
    padding: 1.875rem;
  }
  .czfn .czfn_box .jxkc:last-child {
    margin-bottom: 0;
  }
  .czfn .czfn_box .jxkc .jxkc_title span {
    font-size: 2.75rem;
  }
  .czfn .czfn_box .jxkc .jxkc_title a {
    font-size: 2rem;
  }
  .czfn .czfn_box .jxkc-box {
    margin-top: 1.875rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list {
    margin-bottom: 1.875rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list img {
    width: 25%;
    height: 15.625rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list .box-list-nr {
    margin-left: 1.875rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list .box-list-nr p {
    font-size: 2.25rem;
    line-height: 1.5;
    color: #333;
    margin-top: 1.375rem;
    margin-bottom: 2rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list .box-list-nr span {
    font-size: 2rem;
  }
  .czfn .czfn_box .rmfw-box {
    margin-top: 1.875rem;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list {
    margin-bottom: 1.875rem;
    align-items: stretch;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-time {
    width: 20%;
    height: auto;
    padding: 0.625rem;
    justify-content: space-around;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-time .day {
    font-size: 2.75rem;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-time .moon {
    font-size: 1.75rem;
    margin-top: 0.875rem;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-list-nr p {
    font-size: 2.25rem;
    color: #333;
    margin-top: 0;
    line-height: 1.5;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-list-nr span {
    font-size: 1.75rem;
    line-height: 1.5;
    color: #999;
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .czfn .czfn_box .cyzx-box {
    margin-top: 1.875rem;
  }
  .czfn .czfn_box .cyzx-box li {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.5;
    display: grid;
    column-gap: 1.25rem;
    margin-bottom: 1.25rem;
    grid-template-columns: minmax(0, 1fr) 8rem;
  }
  .czfn .czfn_box .cyzx-box li span {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .czfn .czfn_box {
    flex-wrap: wrap;
    gap: 0;
  }
  .czfn .czfn_box .jxkc {
    width: 100%;
    margin-bottom: 1.875rem;
    height: auto;
    padding: 1.875rem;
  }
  .czfn .czfn_box .jxkc:last-child {
    margin-bottom: 0;
  }
  .czfn .czfn_box .jxkc .jxkc_title span {
    font-size: 2.75rem;
  }
  .czfn .czfn_box .jxkc .jxkc_title a {
    font-size: 2rem;
  }
  .czfn .czfn_box .jxkc-box {
    margin-top: 1.875rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list {
    margin-bottom: 1.875rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list img {
    width: 25%;
    height: 15.625rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list .box-list-nr {
    margin-left: 1.875rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list .box-list-nr p {
    font-size: 2.25rem;
    line-height: 1.5;
    color: #333;
    margin-top: 1.375rem;
    margin-bottom: 2rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list .box-list-nr span {
    font-size: 2rem;
  }
  .czfn .czfn_box .rmfw-box {
    margin-top: 1.875rem;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list {
    margin-bottom: 1.875rem;
    align-items: stretch;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-time {
    width: 20%;
    height: auto;
    padding: 0.625rem;
    justify-content: space-around;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-time .day {
    font-size: 2.75rem;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-time .moon {
    font-size: 1.75rem;
    margin-top: 0.875rem;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-list-nr p {
    font-size: 2.25rem;
    color: #333;
    margin-top: 0;
    line-height: 1.5;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-list-nr span {
    font-size: 1.75rem;
    line-height: 1.5;
    color: #999;
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .czfn .czfn_box .cyzx-box {
    margin-top: 1.875rem;
  }
  .czfn .czfn_box .cyzx-box li {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.5;
    display: grid;
    column-gap: 1.25rem;
    margin-bottom: 1.25rem;
    grid-template-columns: minmax(0, 1fr) 8rem;
  }
  .czfn .czfn_box .cyzx-box li span {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .czfn .czfn_box {
    flex-wrap: wrap;
    gap: 0;
  }
  .czfn .czfn_box .jxkc {
    width: 100%;
    margin-bottom: 1.875rem;
    height: auto;
    padding: 1.875rem;
  }
  .czfn .czfn_box .jxkc:last-child {
    margin-bottom: 0;
  }
  .czfn .czfn_box .jxkc .jxkc_title span {
    font-size: 2.75rem;
  }
  .czfn .czfn_box .jxkc .jxkc_title a {
    font-size: 2rem;
  }
  .czfn .czfn_box .jxkc-box {
    margin-top: 1.875rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list {
    margin-bottom: 1.875rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list img {
    width: 25%;
    height: 15.625rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list .box-list-nr {
    margin-left: 1.875rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list .box-list-nr p {
    font-size: 2.25rem;
    line-height: 1.5;
    color: #333;
    margin-top: 1.375rem;
    margin-bottom: 2rem;
  }
  .czfn .czfn_box .jxkc-box .jxkc-box-list .box-list-nr span {
    font-size: 2rem;
  }
  .czfn .czfn_box .rmfw-box {
    margin-top: 1.875rem;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list {
    margin-bottom: 1.875rem;
    align-items: stretch;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-time {
    width: 20%;
    height: auto;
    padding: 0.625rem;
    justify-content: space-around;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-time .day {
    font-size: 2.75rem;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-time .moon {
    font-size: 1.75rem;
    margin-top: 0.875rem;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-list-nr p {
    font-size: 2.25rem;
    color: #333;
    margin-top: 0;
    line-height: 1.5;
  }
  .czfn .czfn_box .rmfw-box .rmfw-box-list .rmfw-list-nr span {
    font-size: 1.75rem;
    line-height: 1.5;
    color: #999;
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .czfn .czfn_box .cyzx-box {
    margin-top: 1.875rem;
  }
  .czfn .czfn_box .cyzx-box li {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.5;
    display: grid;
    column-gap: 1.25rem;
    margin-bottom: 1.25rem;
    grid-template-columns: minmax(0, 1fr) 8rem;
  }
  .czfn .czfn_box .cyzx-box li span {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .cxnlh .cxnlh_box {
    margin-top: 1.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item {
    width: auto;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item img {
    width: 7rem;
    height: 9.375rem;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item span {
    font-size: 2.25rem;
    margin: 1.25rem auto;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item strong {
    font-size: 2rem;
    line-height: 1.5;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item p {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 576px) {
  .cxnlh .cxnlh_box {
    margin-top: 1.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item {
    width: auto;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item img {
    width: 7rem;
    height: 9.375rem;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item span {
    font-size: 2.25rem;
    margin: 1.25rem auto;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item strong {
    font-size: 2rem;
    line-height: 1.5;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item p {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 375px) {
  .cxnlh .cxnlh_box {
    margin-top: 1.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item {
    width: auto;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item img {
    width: 7rem;
    height: 9.375rem;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item span {
    font-size: 2.25rem;
    margin: 1.25rem auto;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item strong {
    font-size: 2rem;
    line-height: 1.5;
  }
  .cxnlh .cxnlh_box .cxnlh_list-item p {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .OPCsqst .sqst_box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .OPCsqst .sqst_box .sqst_left {
    width: 100%;
  }
  .OPCsqst .sqst_box .sqst_left .sqst_ul {
    gap: 1.25rem;
    width: 100%;
    flex-direction: row;
  }
  .OPCsqst .sqst_box .sqst_left .sqst_ul li {
    width: auto;
    height: auto;
    line-height: 4.375rem;
    background: #f5f9ff;
    font-weight: 400;
    font-size: 2rem;
    padding: 0 0.75rem;
  }
  .OPCsqst .sqst_box .sqst_left .sqst_ul li.active {
    background: linear-gradient(90deg, #12a1ff 0%, #1e78ff 100%);
  }
  .OPCsqst .sqst_box .sqst_right {
    width: 100%;
    grid-template-columns: none;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_map {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card {
    width: auto;
    padding: 1.875rem;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card strong {
    min-height: auto;
    margin-top: 1.25rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card p {
    margin-top: 1.25rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card p span {
    height: auto;
    line-height: 1.5;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card em {
    margin-top: 1.25rem;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .OPCsqst .sqst_box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .OPCsqst .sqst_box .sqst_left {
    width: 100%;
  }
  .OPCsqst .sqst_box .sqst_left .sqst_ul {
    gap: 1.25rem;
    width: 100%;
    flex-direction: row;
  }
  .OPCsqst .sqst_box .sqst_left .sqst_ul li {
    width: auto;
    height: auto;
    line-height: 4.375rem;
    background: #f5f9ff;
    font-weight: 400;
    font-size: 2rem;
    padding: 0 0.75rem;
  }
  .OPCsqst .sqst_box .sqst_left .sqst_ul li.active {
    background: linear-gradient(90deg, #12a1ff 0%, #1e78ff 100%);
  }
  .OPCsqst .sqst_box .sqst_right {
    width: 100%;
    grid-template-columns: none;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_map {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card {
    width: auto;
    padding: 1.875rem;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card strong {
    min-height: auto;
    margin-top: 1.25rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card p {
    margin-top: 1.25rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card p span {
    height: auto;
    line-height: 1.5;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card em {
    margin-top: 1.25rem;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .OPCsqst .sqst_box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .OPCsqst .sqst_box .sqst_left {
    width: 100%;
  }
  .OPCsqst .sqst_box .sqst_left .sqst_ul {
    gap: 1.25rem;
    width: 100%;
    flex-direction: row;
  }
  .OPCsqst .sqst_box .sqst_left .sqst_ul li {
    width: auto;
    height: auto;
    line-height: 4.375rem;
    background: #f5f9ff;
    font-weight: 400;
    font-size: 2rem;
    padding: 0 0.75rem;
  }
  .OPCsqst .sqst_box .sqst_left .sqst_ul li.active {
    background: linear-gradient(90deg, #12a1ff 0%, #1e78ff 100%);
  }
  .OPCsqst .sqst_box .sqst_right {
    width: 100%;
    grid-template-columns: none;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_map {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card {
    width: auto;
    padding: 1.875rem;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card strong {
    min-height: auto;
    margin-top: 1.25rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card p {
    margin-top: 1.25rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card p span {
    height: auto;
    line-height: 1.5;
  }
  .OPCsqst .sqst_box .sqst_right .sqst_cards .sqst_card em {
    margin-top: 1.25rem;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.5;
  }
}