@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编写，源文件是column_mobile.scss
移动端*/
@media (min-width: 576px) and (max-width: 992px) {
  .customer-services {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .customer-services {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .customer-services {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  #barrierfree_container {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  #barrierfree_container {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  #barrierfree_container {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .footer {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 375px) {
  .footer {
    flex-shrink: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .ymout {
    min-width: 0;
    width: 100%;
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .ymout {
    min-width: 0;
    width: 100%;
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  .ymout {
    min-width: 0;
    width: 100%;
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
}

.current-position.box-wrap {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .current-position.box-wrap {
    width: 75rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .current-position.box-wrap {
    width: calc(100% - 1.5rem * 2);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .current-position.box-wrap {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 576px) {
  .current-position.box-wrap {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 375px) {
  .current-position.box-wrap {
    width: calc(100% - 1.5rem * 2);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .current-position.box-wrap {
    padding: 1.25rem 0 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .current-position.box-wrap {
    padding: 1.25rem 0 0.75rem;
  }
}
@media screen and (max-width: 375px) {
  .current-position.box-wrap {
    padding: 1.25rem 0 0.75rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .current-position-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2.625rem;
    line-height: 1.6;
    color: #94a3b8;
  }
  .current-position-center a {
    color: inherit;
  }
  .current-position-center a:last-child {
    color: #1f2937;
  }
  .current-position-center span {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  .current-position-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2.625rem;
    line-height: 1.6;
    color: #94a3b8;
  }
  .current-position-center a {
    color: inherit;
  }
  .current-position-center a:last-child {
    color: #1f2937;
  }
  .current-position-center span {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 375px) {
  .current-position-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2.625rem;
    line-height: 1.6;
    color: #94a3b8;
  }
  .current-position-center a {
    color: inherit;
  }
  .current-position-center a:last-child {
    color: #1f2937;
  }
  .current-position-center span {
    margin: 0 1rem;
  }
}

.main {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .main {
    width: 75rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main {
    width: calc(100% - 1.5rem * 2);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .main {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 576px) {
  .main {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 375px) {
  .main {
    width: calc(100% - 1.5rem * 2);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .main {
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .main {
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .main {
    min-height: 0;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .main > table,
.main table tbody,
.mmout {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .main > table,
.main table tbody,
.mmout {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .main > table,
.main table tbody,
.mmout {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .main table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .main table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .main table td {
    display: block;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .main > table {
    table-layout: auto;
  }
}
@media screen and (max-width: 576px) {
  .main > table {
    table-layout: auto;
  }
}
@media screen and (max-width: 375px) {
  .main > table {
    table-layout: auto;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .tdl {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .tdl {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .tdl {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .tdr {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background: transparent;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 576px) {
  .tdr {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background: transparent;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 375px) {
  .tdr {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background: transparent;
    box-sizing: border-box;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .dqlmlist {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem;
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 0.75rem 2.25rem rgba(15, 23, 42, 0.08);
  }
}
@media screen and (max-width: 576px) {
  .dqlmlist {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem;
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 0.75rem 2.25rem rgba(15, 23, 42, 0.08);
  }
}
@media screen and (max-width: 375px) {
  .dqlmlist {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem;
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 0.75rem 2.25rem rgba(15, 23, 42, 0.08);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .dqlmlist .page-content {
    flex: 1 0 auto;
    min-height: 0;
  }
}
@media screen and (max-width: 576px) {
  .dqlmlist .page-content {
    flex: 1 0 auto;
    min-height: 0;
  }
}
@media screen and (max-width: 375px) {
  .dqlmlist .page-content {
    flex: 1 0 auto;
    min-height: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .dqlmlist .page-content ul {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .dqlmlist .page-content ul {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .dqlmlist .page-content ul {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .dqlmlist .page-content li {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    height: auto !important;
    min-height: 0;
    line-height: normal !important;
    padding: 1.125rem 0 !important;
    border-bottom: 1px solid #e5e7eb;
  }
  .dqlmlist .page-content li:last-child {
    border-bottom: none;
  }
  .dqlmlist .page-content li a {
    float: none !important;
    display: flex;
    align-items: flex-start;
    min-width: 0;
    width: 100%;
    color: #1f2937;
    font-size: 3rem;
    line-height: 1.6;
  }
  .dqlmlist .page-content li a i {
    flex: 0 0 0.75rem;
    width: 0.75rem !important;
    height: 0.75rem !important;
    margin: 1.5rem 0.75rem 0 0 !important;
    background: #2e7ed9 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .dqlmlist .page-content li span {
    float: none !important;
    display: block;
    padding-left: 1.125rem;
    color: #94a3b8;
    font-size: 2.625rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .dqlmlist .page-content li {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    height: auto !important;
    min-height: 0;
    line-height: normal !important;
    padding: 1.125rem 0 !important;
    border-bottom: 1px solid #e5e7eb;
  }
  .dqlmlist .page-content li:last-child {
    border-bottom: none;
  }
  .dqlmlist .page-content li a {
    float: none !important;
    display: flex;
    align-items: flex-start;
    min-width: 0;
    width: 100%;
    color: #1f2937;
    font-size: 3rem;
    line-height: 1.6;
  }
  .dqlmlist .page-content li a i {
    flex: 0 0 0.75rem;
    width: 0.75rem !important;
    height: 0.75rem !important;
    margin: 1.5rem 0.75rem 0 0 !important;
    background: #2e7ed9 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .dqlmlist .page-content li span {
    float: none !important;
    display: block;
    padding-left: 1.125rem;
    color: #94a3b8;
    font-size: 2.625rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .dqlmlist .page-content li {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    height: auto !important;
    min-height: 0;
    line-height: normal !important;
    padding: 1.125rem 0 !important;
    border-bottom: 1px solid #e5e7eb;
  }
  .dqlmlist .page-content li:last-child {
    border-bottom: none;
  }
  .dqlmlist .page-content li a {
    float: none !important;
    display: flex;
    align-items: flex-start;
    min-width: 0;
    width: 100%;
    color: #1f2937;
    font-size: 3rem;
    line-height: 1.6;
  }
  .dqlmlist .page-content li a i {
    flex: 0 0 0.75rem;
    width: 0.75rem !important;
    height: 0.75rem !important;
    margin: 1.5rem 0.75rem 0 0 !important;
    background: #2e7ed9 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .dqlmlist .page-content li span {
    float: none !important;
    display: block;
    padding-left: 1.125rem;
    color: #94a3b8;
    font-size: 2.625rem;
    line-height: 1.4;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .pagination {
    margin-top: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.25rem;
    text-align: center;
  }
  .pagination .layui-box {
    display: inline-flex;
    min-width: max-content;
  }
  .pagination .layui-laypage a,
.pagination .layui-laypage span {
    min-width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 0.75rem;
    font-size: 1.5rem;
  }
  .pagination .layui-laypage a:not(.layui-laypage-prev):not(.layui-laypage-next),
.pagination .layui-laypage .layui-laypage-curr,
.pagination .layui-laypage .layui-laypage-spr {
    display: none !important;
  }
  .pagination .layui-laypage .layui-laypage-prev,
.pagination .layui-laypage .layui-laypage-next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .pagination {
    margin-top: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.25rem;
    text-align: center;
  }
  .pagination .layui-box {
    display: inline-flex;
    min-width: max-content;
  }
  .pagination .layui-laypage a,
.pagination .layui-laypage span {
    min-width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 0.75rem;
    font-size: 1.5rem;
  }
  .pagination .layui-laypage a:not(.layui-laypage-prev):not(.layui-laypage-next),
.pagination .layui-laypage .layui-laypage-curr,
.pagination .layui-laypage .layui-laypage-spr {
    display: none !important;
  }
  .pagination .layui-laypage .layui-laypage-prev,
.pagination .layui-laypage .layui-laypage-next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 375px) {
  .pagination {
    margin-top: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.25rem;
    text-align: center;
  }
  .pagination .layui-box {
    display: inline-flex;
    min-width: max-content;
  }
  .pagination .layui-laypage a,
.pagination .layui-laypage span {
    min-width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 0.75rem;
    font-size: 1.5rem;
  }
  .pagination .layui-laypage a:not(.layui-laypage-prev):not(.layui-laypage-next),
.pagination .layui-laypage .layui-laypage-curr,
.pagination .layui-laypage .layui-laypage-spr {
    display: none !important;
  }
  .pagination .layui-laypage .layui-laypage-prev,
.pagination .layui-laypage .layui-laypage-next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .pagination .layui-laypage a,
.pagination .layui-laypage span {
    min-width: 3.25rem;
    height: 3.25rem;
    line-height: 3.25rem;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 375px) {
  .pagination .layui-laypage a,
.pagination .layui-laypage span {
    min-width: 3.25rem;
    height: 3.25rem;
    line-height: 3.25rem;
    font-size: 1.375rem;
  }
}
