body {
  --ww: 1rem;
  --bj: var(--ww);
  --top: 0.9rem;
  --color: #3866e6;
  --gap: 1rem;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f64: 0.64rem;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --ww: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.32rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --ww: 5vw;
    --top: 60px;
    --gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.4rem;
    --f30: 0.4rem;
    --f32: 0.42rem;
    --f34: 0.42rem;
    --f36: 0.42rem;
    --f38: 0.46rem;
    --f40: 0.46rem;
    --f42: 0.46rem;
    --f44: 0.48rem;
    --f46: 0.48rem;
    --f48: 0.5rem;
    --f52: 0.5rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.52rem;
    --f64: 0.54rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #3866e6;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #3866e6 #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
/** 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: no-drop !important;
}
.maodian {
  position: relative;
  top: calc(var(--top) * -1 + 1px);
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.wMain {
  padding-left: var(--bj);
  padding-right: var(--bj);
  width: 100%;
}
.Privacy_Policy .box_ .box_left {
  flex: 1;
}
.Privacy_Policy .box_ .box_left > div {
  font-size: var(--f18);
  color: #666;
  line-height: 1.6;
  min-height: 45vh;
}
.Privacy_Policy .box_ .box_right {
  margin-left: 0.6rem;
  width: 3rem;
}
.Privacy_Policy .box_ .box_right > div {
  position: sticky;
  top: calc(var(--top) + 10px);
  background: #f5f5f5;
  border: 1px solid #d8d8d8;
}
.Privacy_Policy .box_ .box_right > div a {
  font-size: var(--f18);
  line-height: 3;
  color: #666;
  transition: 0.4s;
  padding: 0 0.2rem;
  border-bottom: 1px solid #d8d8d8;
}
.Privacy_Policy .box_ .box_right > div a:last-child {
  border-bottom: none;
}
.Privacy_Policy .box_ .box_right > div a.active {
  color: #fff !important;
  background: #3866e6;
  border-bottom-color: #3866e6;
}
.Privacy_Policy .box_ .box_right > div a:hover {
  color: #000;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f32);
  color: #000;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #3866e6;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #3866e6;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #3866e6;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #3866e6;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  transition: 0.4s;
  color: #666;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #3866e6;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a + a {
  margin-top: 4px;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #3866e6;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.compiler_style iframe,
.compiler_style video,
.compiler_style img {
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  .compiler_style img,
  .compiler_style video {
    width: auto !important;
    height: auto !important;
  }
}
.compiler_style a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.compiler_style b,
.compiler_style strong {
  font-weight: bold;
}
.compiler_style i,
.compiler_style em {
  font-style: italic;
}
.compiler_style sup {
  vertical-align: super;
  font-size: smaller;
}
.compiler_style sub {
  vertical-align: sub;
  font-size: smaller;
}
.compiler_style h1,
.compiler_style h2,
.compiler_style h3,
.compiler_style h4,
.compiler_style h5,
.compiler_style h6 {
  font-weight: bold;
}
.compiler_style hr {
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  color: gray;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.compiler_style table tr td {
  border: 1px solid #ccc;
  padding: 6px;
}
.compiler_style ul {
  padding-left: 22px;
}
.compiler_style ul li {
  list-style-type: inherit;
}
.compiler_style ol {
  padding-left: 22px;
}
.compiler_style ol li {
  list-style-type: inherit;
}
.pu_search {
  --h: 0.6rem;
  display: none;
  position: fixed;
  top: var(--top);
  z-index: 5;
  width: 100%;
  background: #fff;
  padding: 0.25rem 0;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pu_search .ch_box {
  width: min(7.2rem, 90vw);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_search .ch_box .form {
  flex: 1;
}
.pu_search .ch_box .form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #eaf2f5;
  padding: 0 0.25rem;
  border-radius: 0.1rem;
}
.pu_search .ch_box .form form .item {
  flex: 1;
}
.pu_search .ch_box .form form .item input {
  width: 100%;
  height: var(--h);
  border: none;
  background: none;
  color: #333;
}
.pu_search .ch_box .form form .item input::placeholder {
  color: #999;
}
.pu_search .ch_box .form form .submit {
  cursor: pointer;
}
.pu_search .ch_box .form form .submit span {
  display: block;
  width: 22px;
}
.pu_search .ch_box .form form .submit span img {
  width: 100%;
}
.pu_search .ch_box .close {
  margin-left: 0.3rem;
  cursor: pointer;
}
.pu_search .ch_box .close i {
  color: #333;
  transition: 0.4s;
  font-size: var(--f30);
}
.pu_search .ch_box .close:hover i {
  color: #3866e6;
}
@media (max-width: 1520px) {
  .pu_search {
    --h: 0.66rem;
  }
}
@media (max-width: 1200px) {
  .pu_search {
    --h: 0.7rem;
  }
}
@media (max-width: 750px) {
  .pu_search {
    --h: 0.86rem;
  }
  .pu_search .ch_box .form form .submit span {
    width: 20px;
  }
}
.pc_header {
  z-index: 5;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
}
.pc_header .he_box {
  background: #fff;
  font-size: var(--f18);
}
.pc_header .he_box .logo a img {
  height: 0.66rem;
}
.pc_header .he_box .column .nav .item > p a {
  transition: 0.4s;
  line-height: var(--top);
  color: #000;
  font-family: Medium;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.4rem;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #3866e6;
}
.pc_header .he_box .column .menu {
  margin-left: 0.7rem;
}
.pc_header .he_box .column .menu .switch_lang a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_header .he_box .column .menu .switch_lang a span {
  height: var(--f32);
  display: flex;
}
.pc_header .he_box .column .menu .switch_lang a span img {
  margin: auto;
  height: 100%;
}
.pc_header .he_box .column .menu .switch_lang a p {
  transition: 0.4s;
  margin-left: 10px;
  font-family: Medium;
  color: #000;
}
.pc_header .he_box .column .menu .switch_lang:hover p {
  color: #3866e6;
}
.pc_header .he_box .column .menu .switch_user {
  margin-left: 0.7rem;
}
.pc_header .he_box .column .menu .switch_user a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_header .he_box .column .menu .switch_user a span {
  height: var(--f32);
  display: flex;
}
.pc_header .he_box .column .menu .switch_user a span img {
  margin: auto;
  height: 100%;
}
.pc_header .he_box .column .menu .switch_user a p {
  transition: 0.4s;
  margin-left: 10px;
  font-family: Medium;
  color: #000;
}
.pc_header .he_box .column .menu .switch_user a:hover p {
  color: #3866e6;
}
.pc_header.hide .he_box .column {
  opacity: 0;
  visibility: hidden;
}
.pc_footer {
  position: relative;
  background: #2b2d2f;
  min-height: var(--h110);
  display: flex;
}
.pc_footer .box {
  width: 100%;
  margin: auto;
  padding: 0.3rem var(--bj);
  font-size: var(--f14);
}
.pc_footer .box .le_box .logo a img {
  height: 0.46rem;
  filter: brightness(0) invert(1);
}
.pc_footer .box .le_box .line {
  margin: 0 0.22rem;
  width: 1px;
  height: 0.2rem;
  background: rgba(255, 255, 255, 0.6);
}
.pc_footer .box .le_box .yszc a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 0.15rem;
}
.pc_footer .box .le_box .yszc a:last-child {
  margin-right: 0;
}
.pc_footer .box .le_box .yszc a:hover {
  color: #fff;
}
.pc_footer .box .ri_box p {
  color: rgba(255, 255, 255, 0.6);
}
.pc_footer .box .ri_box p a {
  transition: 0.4s;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.pc_footer .box .ri_box p a:hover {
  color: #fff;
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.link_01 {
  width: fit-content;
}
.link_01 .a {
  cursor: pointer;
}
.index_banner {
  position: relative;
  background: url("../images/home_bannerbg.jpg") no-repeat center center / cover;
  min-height: calc(var(--vh) - var(--top) - var(--h110));
  display: flex;
}
.index_banner .ban_box {
  width: min(10rem, 90vw);
  margin: auto;
}
.index_banner .ban_box form {
  font-size: var(--f16);
}
.index_banner .ban_box form .div1 {
  font-size: var(--f48);
  font-family: Bold;
  color: #fff;
  text-align: center;
}
.index_banner .ban_box form .div2 {
  margin-top: 0.36rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0.3rem;
  border-radius: var(--r5);
}
.index_banner .ban_box form .div2 span {
  cursor: pointer;
}
.index_banner .ban_box form .div2 span img {
  width: var(--f20);
}
.index_banner .ban_box form .div2 input {
  padding-right: 12px;
  flex: 1;
  height: var(--h72);
  border: none;
  background: none;
  font-size: var(--f18);
  font-family: Medium;
}
.index_banner .ban_box form .div2 input::placeholder {
  color: #999;
}
.index_banner .ban_box form .div3 {
  margin-top: 0.16rem;
}
.index_banner .ban_box form .div3 p {
  color: #fff;
  line-height: 1.5;
}
@keyframes heroFade {
  0% {
    opacity: 0.001;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.w900 {
  width: min(9rem, 90vw);
  margin: 0 auto;
}
.w1440 {
  width: min(14.4rem, 90vw);
  margin: 0 auto;
}
.welcome_box {
  position: relative;
  height: calc(var(--vh) - var(--top));
  display: flex;
}
.welcome_box form {
  margin: auto;
}
.welcome_box .we_top span {
  margin-right: 0.14rem;
  display: inline-block;
}
.welcome_box .we_top span:last-child {
  margin-right: 0;
}
.welcome_box .we_top span img {
  height: 1.04rem;
}
.welcome_box .we_bot {
  margin-top: 0.35rem;
}
.welcome_box .we_bot .content1 .text {
  font-size: var(--f48);
  font-family: Bold;
}
.welcome_box .we_bot .content1 .desc {
  margin-top: 8px;
  font-size: var(--f18);
}
.welcome_box .we_bot .content2 {
  margin-top: 0.3rem;
}
.welcome_box .we_bot .content2 .div1 .label {
  width: var(--w500);
  height: var(--h62);
  border: 2px solid #000;
  color: #333;
  border-radius: var(--r5);
  font-family: Medium;
}
.welcome_box .we_bot .content2 .div1 .label + .label {
  margin-top: 0.14rem;
}
.welcome_box .we_bot .content2 .div2 {
  margin-top: 0.3rem;
}
.welcome_box .we_bot .content2 .div2 .tips {
  font-size: var(--f22);
  font-family: Bold;
}
.welcome_box .we_bot .content2 .div2 .select {
  margin-top: 0.1rem;
  width: var(--w500);
  font-family: Medium;
}
.welcome_box .we_bot .content2 .div3 {
  margin-top: 0.44rem;
}
.layui-form-select .layui-select-title input {
  height: var(--h62);
  border: 2px solid #000 !important;
  color: #333;
  border-radius: var(--r5);
  padding: 0 0.2rem;
  font-size: var(--f18);
}
.layui-form-select .layui-select-title i {
  right: 0.2rem;
  font-size: var(--f24);
  border-top-color: #000;
}
.layui-form-select dl {
  top: var(--h62);
  z-index: 1;
  padding: 0;
  max-height: calc(var(--f16) * 3 * 5);
}
.layui-form-select dl dd {
  font-size: var(--f16);
  line-height: 3;
}
.layui-form-select.layui-form-selectup dl {
  top: auto;
  bottom: var(--h62);
}
.layui-form-radio {
  width: 100%;
  line-height: calc(var(--h62) - 4px);
  margin: 0;
  padding-right: 0;
  padding: 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.layui-form-radio i {
  font-size: var(--f24);
  color: #000;
  margin-right: 0.2rem;
}
.layui-form-radio > div {
  flex: 1;
  font-size: var(--f18);
}
.layui-form-radio.layui-form-radioed i {
  color: #3866e6;
}
.btn_01 {
  transition: 0.6s;
  cursor: pointer;
  width: fit-content;
  min-width: 2.4rem;
  line-height: var(--h50);
  background: #3866e6;
  text-align: center;
  color: #fff;
  font-size: var(--f18);
  border-radius: var(--r5);
  font-family: Medium;
  padding: 0 0.36rem;
  border: none;
}
.btn_01:hover {
  background: #0c1853;
}
.global_settings {
  position: relative;
  height: calc(var(--vh) - var(--top));
  display: flex;
}
.global_settings form {
  margin: auto;
}
.global_settings .gl_top span {
  margin-right: 0.14rem;
  display: inline-block;
}
.global_settings .gl_top span:last-child {
  margin-right: 0;
}
.global_settings .gl_top span img {
  height: 1.04rem;
}
.global_settings .gl_bot {
  margin-top: 0.35rem;
}
.global_settings .gl_bot .content1 .text {
  font-size: var(--f48);
  font-family: Bold;
}
.global_settings .gl_bot .content1 .desc {
  margin-top: 8px;
  font-size: var(--f18);
}
.global_settings .gl_bot .content2 {
  margin-top: 0.3rem;
}
.global_settings .gl_bot .content2 .div1 .label .tips {
  font-size: var(--f22);
  font-family: Bold;
}
.global_settings .gl_bot .content2 .div1 .label .select {
  margin-top: 0.1rem;
  width: var(--w500);
  font-family: Medium;
}
.global_settings .gl_bot .content2 .div1 .label + .label {
  margin-top: 0.3rem;
}
.global_settings .gl_bot .content2 .div2 {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.global_settings .gl_bot .content2 .div2 .layui-form-checkbox[lay-skin="primary"] {
  min-width: var(--f26);
  min-height: var(--f26);
  padding-left: 0;
}
.global_settings .gl_bot .content2 .div2 .layui-form-checkbox[lay-skin="primary"] i {
  width: var(--f26);
  height: var(--f26);
  line-height: calc(var(--f26) - 2px);
  border: 2px solid #3866e6;
  font-size: calc(var(--f26) * 0.6);
}
.global_settings .gl_bot .content2 .div2 p {
  margin-left: 0.16rem;
  font-size: var(--f18);
}
.global_settings .gl_bot .content2 .div2 p a {
  cursor: pointer;
  display: inline-block;
  color: #3866e6;
  text-decoration: underline;
}
.global_settings .gl_bot .content2 .div3 {
  margin-top: 0.44rem;
}
.pop_01 {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: rgba(0, 0, 0, 0.5);
}
.pop_01 .box {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(9rem, 90vw);
  background: #fff;
  border-radius: 5px;
  padding: 0.3rem;
}
.pop_01 .box .close {
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  cursor: pointer;
}
.pop_01 .box .close i {
  transition: 0.4s;
  font-size: var(--f26);
  font-weight: bold;
}
.pop_01 .box .close:hover i {
  color: #3866e6;
}
.pop_01 .box .content .text {
  font-size: var(--f24);
  font-family: Bold;
}
.pop_01 .box .content .desc {
  margin-top: 0.2rem;
  font-size: var(--f16);
  line-height: 1.5;
  max-height: calc(var(--f16) * 1.5 * 20);
  overflow: auto;
  padding-right: 0.1rem;
}
.pop_01 .box .content .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pop_01 .box .content .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #3866e6;
}
.pop_01 .box .content .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .pop_01 .box .content .desc {
    scrollbar-color: #3866e6 rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.pop_01 .box .content .desc b {
  font-family: Bold;
}
.pop_01 .box .btn {
  margin-top: 0.2rem;
}
.mbx_01 {
  color: #fff;
  font-size: var(--f18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mbx_01 i {
  margin: 0 6px;
  font-size: 0.88em;
}
.mbx_01 a {
  color: #fff;
  font-family: Medium;
}
.main_01 {
  position: relative;
  width: 100%;
  min-height: 1.75rem;
  background: #0c1853;
  padding: 0.35rem 0;
  display: flex;
}
.main_01 > div {
  margin: auto;
}
.main_01 > div .ch_bot {
  margin-top: 0.16rem;
}
.main_01 > div .ch_bot p {
  font-size: var(--f40);
  color: #fff;
  font-family: Bold;
}
.search_02 {
  margin-top: 0.3rem;
  position: relative;
}
.search_02 .ch_top form {
  font-size: var(--f16);
}
.search_02 .ch_top form .div1 .div1-1 {
  width: var(--w500);
  align-items: center;
  border: 2px solid #000 !important;
  padding: 0 0.2rem;
  border-radius: var(--r5);
  display: flex;
  flex-wrap: wrap;
}
.search_02 .ch_top form .div1 .div1-1 input {
  flex: 1;
  height: var(--h50);
  color: #000;
  border: none;
  background: none;
}
.search_02 .ch_top form .div1 .div1-1 label {
  margin-left: 10px;
  width: var(--f18);
}
.search_02 .ch_top form .div1 .div1-1 label span {
  cursor: pointer;
  width: 100%;
}
.search_02 .ch_top form .div1 .div1-1 label span img {
  width: 100%;
}
.search_02 .ch_top form .div1 .div1-2 {
  width: 0.3rem;
  height: 2px;
  background: #999;
  margin: 0 10px;
}
.search_02 .ch_top form .div1 .div1-3 {
  width: var(--w260);
}
.search_02 .ch_top form .div1 .div1-3 .layui-form-select .layui-select-title input {
  height: var(--h50);
  font-size: var(--f16);
}
.search_02 .ch_top form .div1 .div1-3 .layui-form-select dl {
  top: var(--h50);
  max-height: calc(var(--f14) * 3 * 5);
}
.search_02 .ch_top form .div1 .div1-3 .layui-form-select dl dd {
  font-size: var(--f14);
}
.search_02 .ch_top form .div1 .div1-3 .layui-form-selectup dl {
  top: auto;
  bottom: var(--h50);
}
.search_02 .ch_top form .div1 .div1-4 {
  margin-left: 0.2rem;
}
.search_02 .ch_top form .div1 .div1-4 label .btn_01 {
  min-width: 1.4rem;
}
.search_02 .ch_top form .div2 {
  margin-top: 8px;
  font-size: var(--f14);
  color: #666;
  line-height: 2;
}
.search_02 .ch_top form .div2 a {
  text-decoration: underline;
  display: inline-block;
  color: #3866e6;
}
.search_02 .ch_bot {
  margin-top: 0.35rem;
}
.search_02 .ch_bot .content2 {
  min-height: 60vh;
}
.search_02 .ch_bot .content2 .item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.search_02 .ch_bot .content2 .item .div1 p {
  width: fit-content;
  cursor: pointer;
  transition: 0.4s;
  font-family: Bold;
  font-size: var(--f22);
}
.search_02 .ch_bot .content2 .item .div1 p:hover {
  text-decoration: underline;
  color: #3866e6;
}
.search_02 .ch_bot .content2 .item .div2 {
  margin-top: 0.14rem;
}
.search_02 .ch_bot .content2 .item .div2 p {
  position: relative;
  font-size: var(--f14);
  color: #6f6f6f;
  padding: 0 20px;
}
.search_02 .ch_bot .content2 .item .div2 p::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/s1.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  height: var(--f16);
  width: var(--f16);
}
.search_02 .ch_bot .content2 .item .div2 p.eifu {
  color: #0c1853;
}
.search_02 .ch_bot .content2 .item .div2 p.info::before {
  background-image: url("../images/s2.svg");
}
.search_02 .ch_bot .content2 .item .div2 p.size::before {
  background-image: url("../images/s3.svg");
}
.search_02 .ch_bot .content2 .item .div2 p.date::before {
  background-image: url("../images/s4.svg");
}
.search_02 .ch_bot .content2 .item .div2 p.covered::before {
  background-image: url("../images/s5.svg");
}
.search_02 .ch_bot .content2 .item .div3 {
  margin-top: 0.2rem;
}
.search_02 .ch_bot .content2 .item .div3 > div {
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.search_02 .ch_bot .content2 .item .div3 > div > p {
  cursor: pointer;
  transition: 0.6s;
  line-height: var(--h42);
  border-radius: var(--r5);
  background: var(--bg100);
  border: 1px solid #3866e6;
  text-align: center;
  padding: 0 0.26rem;
  font-size: var(--f16);
  font-family: Medium;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search_02 .ch_bot .content2 .item .div3 > div > p span {
  transition: 0.4s;
  width: var(--f20);
  display: flex;
}
.search_02 .ch_bot .content2 .item .div3 > div > p span img {
  transition: 0.4s;
  margin: auto;
  transition: 0.3s;
  max-width: 100%;
}
.search_02 .ch_bot .content2 .item .div3 > div > p em {
  transition: 0.4s;
  margin-left: 10px;
  font-style: normal;
  color: #0c1853;
}
.search_02 .ch_bot .content2 .item .div3 > div > p em i {
  font-style: normal;
}
.search_02 .ch_bot .content2 .item .div3 > div > p em .hide {
  display: none;
}
.search_02 .ch_bot .content2 .item .div3 > div .post {
  display: none;
  position: absolute;
  min-width: 2.15rem;
  white-space: nowrap;
  z-index: 1;
  top: var(--h42);
  left: 0;
  padding-top: 6px;
}
.search_02 .ch_bot .content2 .item .div3 > div .post > div {
  width: 100%;
  border: 1px solid #3866e6;
  background: #fff;
  border-radius: var(--r5);
}
.search_02 .ch_bot .content2 .item .div3 > div .post > div a {
  cursor: pointer;
  padding: 0 0.24rem;
  border-bottom: 1px solid #3866e6;
  line-height: 3;
}
.search_02 .ch_bot .content2 .item .div3 > div .post > div a img {
  width: var(--f20);
}
.search_02 .ch_bot .content2 .item .div3 > div .post > div a span {
  transition: 0.4s;
  margin-left: 10px;
  text-decoration: underline;
  font-family: Medium;
}
.search_02 .ch_bot .content2 .item .div3 > div .post > div a:last-child {
  border-bottom: none;
}
.search_02 .ch_bot .content2 .item .div3 > div .post > div a:hover span {
  color: #3866e6;
}
.search_02 .ch_bot .content2 .item .div3 > div:hover > p {
  background: #3866e6;
}
.search_02 .ch_bot .content2 .item .div3 > div:hover > p span img {
  filter: brightness(0) invert(1);
}
.search_02 .ch_bot .content2 .item .div3 > div:hover > p em {
  color: #fff;
}
.search_02 .ch_bot .content2 .item .div3 > div:hover .post {
  display: block;
}
.search_02 .ch_bot .content2 .item .div4 {
  display: none;
  font-size: var(--f16);
  background: var(--bg100);
  padding: 0.2rem;
  border-radius: var(--r5);
}
.search_02 .ch_bot .content2 .item .div4 .div4-1 {
  border-bottom: 1px solid #dee2e6;
}
.search_02 .ch_bot .content2 .item .div4 .div4-1 p {
  width: fit-content;
  color: #000;
  font-family: Medium;
  font-size: var(--f20);
  padding-bottom: 14px;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 {
  margin-top: 14px;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p {
  display: flex;
  flex-wrap: wrap;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p span {
  color: #666;
  line-height: 2.2;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p .label {
  width: 3.3rem;
  font-family: Bold;
  color: #333;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p .value {
  flex: 1;
  max-height: calc(var(--f16) * 2.2 * 4);
  overflow: auto;
  padding-right: 0.1rem;
  padding-right: 0;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p .value::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p .value::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #3866e6;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p .value::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .search_02 .ch_bot .content2 .item .div4 .div4-2 p .value {
    scrollbar-color: #3866e6 rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p .value .value_content {
  display: none;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p .value .value_btn a {
  display: inline;
  cursor: pointer;
  text-decoration: underline;
  color: #3866e6;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p .value .value_btn .less {
  display: none;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p.active .value .value_content {
  display: inline;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p.active .value .value_btn .more {
  display: none;
}
.search_02 .ch_bot .content2 .item .div4 .div4-2 p.active .value .value_btn .less {
  display: inline;
}
.search_02 .ch_bot .content2 .item .div5 {
  display: none;
}
.search_02 .ch_bot .content2 .item.active .div3 .details > p span {
  transform: rotate(90deg);
}
.search_02 .ch_bot .content2 .item.active .div3 .details > p em .hide {
  display: block;
}
.search_02 .ch_bot .content2 .item.active .div3 .details > p em .see {
  display: none;
}
.search_02 .ch_bot .content2 .item + .item {
  margin-top: 0.2rem;
}
.pop_02 {
  --w1: 1.4rem;
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: rgba(0, 0, 0, 0.5);
}
.pop_02 .box {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(9rem, 90vw);
  background: #fff;
  border-radius: 5px;
  padding: 0.3rem;
}
.pop_02 .box .close {
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  cursor: pointer;
}
.pop_02 .box .close i {
  transition: 0.4s;
  font-size: var(--f26);
  font-weight: bold;
}
.pop_02 .box .close:hover i {
  color: #3866e6;
}
.pop_02 .box .content .text {
  font-size: var(--f24);
  font-family: Bold;
}
.pop_02 .box .content .link {
  margin-top: 0.2rem;
  font-size: var(--f16);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pop_02 .box .content .link .div1 {
  width: calc(100% - var(--w1) - 10px);
  white-space: nowrap;
  background: #f0eff5;
  line-height: var(--h50);
  overflow: auto;
  padding: 0 0.2rem;
  border-radius: var(--r5);
}
.pop_02 .box .content .link .div1::-webkit-scrollbar {
  display: none;
}
.pop_02 .box .content .link .div1 > div {
  width: max-content;
  display: flex;
}
.pop_02 .box .content .link .div1 > div span img {
  width: var(--f20);
}
.pop_02 .box .content .link .div1 > div p {
  padding-left: 12px;
  color: #333;
}
.pop_02 .box .content .link .div2 {
  cursor: pointer;
  min-width: var(--w1);
  transition: 0.4s;
  height: var(--h50);
  line-height: var(--h50);
  text-align: center;
  background: #3866e6;
  color: #fff;
  border-radius: var(--r5);
}
.pop_02 .box .content .link .div2 .hide {
  display: none;
}
.pop_02 .box .content .link .div2.active {
  background: #0c1853;
}
.pop_02 .box .content .link .div2.active .hide {
  display: block;
}
.pop_02 .box .content .link .div2.active .show {
  display: none;
}
.pop_03 {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: rgba(0, 0, 0, 0.5);
}
.pop_03 .box {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(9rem, 90vw);
  background: #fff;
  border-radius: 5px;
  padding: 0.3rem;
}
.pop_03 .box .close {
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  cursor: pointer;
}
.pop_03 .box .close i {
  transition: 0.4s;
  font-size: var(--f26);
  font-weight: bold;
}
.pop_03 .box .close:hover i {
  color: #3866e6;
}
.pop_03 .box .content form {
  font-size: var(--f16);
}
.pop_03 .box .content form .div1 {
  color: #333;
  line-height: 1.75;
}
.pop_03 .box .content form .div1 a {
  transition: 0.4s;
  display: inline-block;
  color: #3866e6;
}
.pop_03 .box .content form .div1 a:hover {
  text-decoration: underline;
  color: #3866e6;
}
.pop_03 .box .content form .div2 {
  margin-top: 0.16rem;
}
.pop_03 .box .content form .div2 .tips {
  font-family: Bold;
  color: #333;
}
.pop_03 .box .content form .div2 .tips span {
  color: #f00;
}
.pop_03 .box .content form .div2 .inp {
  margin-top: 6px;
  width: var(--w350);
}
.pop_03 .box .content form .div2 .inp input {
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  font-family: Medium;
  height: var(--h40);
  padding: 0 10px;
  border-radius: var(--r5);
}
.pop_03 .box .content form .div3 {
  margin-top: 0.36rem;
}
.pop_03 .box .content form .div3 .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pop_03 .box .content form .div3 .label p {
  color: #333;
}
.pop_03 .box .content form .div3 .label + .label {
  margin-top: 0.16rem;
}
.pop_03 .box .content form .div4 {
  margin-top: 0.44rem;
}
.no_data {
  min-height: 52vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.no_data p {
  width: 100%;
  margin: auto;
  text-align: center;
  color: #333;
  font-size: var(--f20);
  font-family: Medium;
}
.pop_05 {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: rgba(0, 0, 0, 0.5);
}
.pop_05 .box {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(9rem, 90vw);
  background: #fff;
  border-radius: 5px;
  padding: 0.3rem;
}
.pop_05 .box .close {
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  cursor: pointer;
}
.pop_05 .box .close i {
  transition: 0.4s;
  font-size: var(--f26);
  font-weight: bold;
}
.pop_05 .box .close:hover i {
  color: #3866e6;
}
.pop_05 .box .content .text {
  font-size: var(--f24);
  font-family: Bold;
}
.pop_05 .box .content .desc {
  margin-top: 0.2rem;
  font-size: var(--f16);
  background: var(--bg100);
  padding: 0.2rem;
  border-radius: var(--r5);
}
.pop_05 .box .content .desc .desc-1 {
  border-bottom: 1px solid #dee2e6;
}
.pop_05 .box .content .desc .desc-1 p {
  width: fit-content;
  color: #000;
  font-family: Medium;
  font-size: var(--f20);
  padding-bottom: 14px;
}
.pop_05 .box .content .desc .desc-2 {
  margin-top: 14px;
}
.pop_05 .box .content .desc .desc-2 p {
  display: flex;
  flex-wrap: wrap;
}
.pop_05 .box .content .desc .desc-2 p span {
  color: #666;
  line-height: 2.2;
}
.pop_05 .box .content .desc .desc-2 p .label {
  width: 3.3rem;
  font-family: Bold;
  color: #333;
}
.pop_05 .box .content .desc .desc-2 p .value {
  flex: 1;
  max-height: calc(var(--f16) * 2.2 * 4);
  overflow: auto;
  padding-right: 0.1rem;
  padding-right: 0;
}
.pop_05 .box .content .desc .desc-2 p .value::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pop_05 .box .content .desc .desc-2 p .value::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #3866e6;
}
.pop_05 .box .content .desc .desc-2 p .value::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .pop_05 .box .content .desc .desc-2 p .value {
    scrollbar-color: #3866e6 rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.pop_05 .box .content .desc .desc-2 p .value .value_content {
  display: none;
}
.pop_05 .box .content .desc .desc-2 p .value .value_btn a {
  display: inline;
  cursor: pointer;
  text-decoration: underline;
  color: #3866e6;
}
.pop_05 .box .content .desc .desc-2 p .value .value_btn .less {
  display: none;
}
.pop_05 .box .content .desc .desc-2 p.active .value .value_content {
  display: inline;
}
.pop_05 .box .content .desc .desc-2 p.active .value .value_btn .more {
  display: none;
}
.pop_05 .box .content .desc .desc-2 p.active .value .value_btn .less {
  display: inline;
}
.pop_04 {
  display: none;
  z-index: 98;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--vw);
  height: var(--vh);
  background: #fff;
}
.pop_04 .box {
  width: 100%;
}
.pop_04 .box .box_top {
  padding: 12px 20px;
}
.pop_04 .box .box_top .le_box {
  flex: 0.95;
}
.pop_04 .box .box_top .le_box .div1 {
  transition: 0.6s;
  width: var(--h42);
  height: var(--h42);
  text-align: center;
  border: 1px solid #3866e6;
  display: flex;
  border-radius: var(--r5);
  cursor: pointer;
}
.pop_04 .box .box_top .le_box .div1 i {
  margin: auto;
  transition: 0.4s;
  color: #333;
  font-size: calc(var(--h42) * 0.48);
}
.pop_04 .box .box_top .le_box .div1:hover {
  background: #3866e6;
}
.pop_04 .box .box_top .le_box .div1:hover i {
  color: #fff;
}
.pop_04 .box .box_top .le_box .div2 {
  flex: 1;
  margin-left: 0.2rem;
  font-size: var(--f20);
  color: #3866e6;
  font-family: Bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.2em;
}
.pop_04 .box .box_top .ri_box .div1 > div {
  position: relative;
  margin-right: 0.15rem;
}
.pop_04 .box .box_top .ri_box .div1 > div > p {
  cursor: pointer;
  transition: 0.6s;
  line-height: var(--h42);
  border-radius: var(--r5);
  background: var(--bg100);
  border: 1px solid #3866e6;
  text-align: center;
  padding: 0 0.26rem;
  font-size: var(--f16);
  font-family: Medium;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pop_04 .box .box_top .ri_box .div1 > div > p span {
  transition: 0.4s;
  width: var(--f20);
  display: flex;
}
.pop_04 .box .box_top .ri_box .div1 > div > p span img {
  transition: 0.4s;
  margin: auto;
  transition: 0.3s;
  max-width: 100%;
}
.pop_04 .box .box_top .ri_box .div1 > div > p em {
  transition: 0.4s;
  margin-left: 10px;
  font-style: normal;
  color: #0c1853;
}
.pop_04 .box .box_top .ri_box .div1 > div > p em i {
  font-style: normal;
}
.pop_04 .box .box_top .ri_box .div1 > div > p em .hide {
  display: none;
}
.pop_04 .box .box_top .ri_box .div1 > div .post {
  display: none;
  position: absolute;
  min-width: 2.15rem;
  white-space: nowrap;
  z-index: 1;
  top: var(--h42);
  left: 0;
  padding-top: 6px;
}
.pop_04 .box .box_top .ri_box .div1 > div .post > div {
  width: 100%;
  border: 1px solid #3866e6;
  background: #fff;
  border-radius: var(--r5);
}
.pop_04 .box .box_top .ri_box .div1 > div .post > div a {
  cursor: pointer;
  padding: 0 0.24rem;
  border-bottom: 1px solid #3866e6;
  line-height: 3;
}
.pop_04 .box .box_top .ri_box .div1 > div .post > div a img {
  width: var(--f20);
}
.pop_04 .box .box_top .ri_box .div1 > div .post > div a span {
  transition: 0.4s;
  margin-left: 10px;
  text-decoration: underline;
  font-family: Medium;
}
.pop_04 .box .box_top .ri_box .div1 > div .post > div a:last-child {
  border-bottom: none;
}
.pop_04 .box .box_top .ri_box .div1 > div .post > div a:hover span {
  color: #3866e6;
}
.pop_04 .box .box_top .ri_box .div1 > div:hover > p {
  background: #3866e6;
}
.pop_04 .box .box_top .ri_box .div1 > div:hover > p span img {
  filter: brightness(0) invert(1);
}
.pop_04 .box .box_top .ri_box .div1 > div:hover > p em {
  color: #fff;
}
.pop_04 .box .box_top .ri_box .div1 > div:hover .post {
  display: block;
}
.pop_04 .box .box_top .ri_box .div2 > p {
  transition: 0.6s;
  width: var(--h42);
  height: var(--h42);
  text-align: center;
  border: 1px solid #3866e6;
  display: flex;
  border-radius: var(--r5);
  cursor: pointer;
}
.pop_04 .box .box_top .ri_box .div2 > p svg {
  max-width: 56%;
  margin: auto;
}
.pop_04 .box .box_top .ri_box .div2 > p svg path {
  transition: 0.4s;
}
.pop_04 .box .box_top .ri_box .div2 > p:hover {
  background: #3866e6;
}
.pop_04 .box .box_top .ri_box .div2 > p:hover svg path {
  fill: #fff;
}
.pop_04 .box .box_bot {
  width: 100%;
}
.pop_04 .box .box_bot iframe {
  width: 100%;
  height: 100vh;
}
.contact_01 .ct_box .le_box {
  width: 45%;
}
.contact_01 .ct_box .le_box > div .div1 {
  font-size: var(--f30);
  font-family: Bold;
  color: #333;
}
.contact_01 .ct_box .le_box > div .div2 {
  margin-top: 0.4rem;
}
.contact_01 .ct_box .le_box > div .div2 > div {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f18);
}
.contact_01 .ct_box .le_box > div .div2 > div span {
  width: var(--f24);
  height: calc(var(--f18) * 1.5);
  display: flex;
}
.contact_01 .ct_box .le_box > div .div2 > div span img {
  margin: auto;
  max-width: 100%;
}
.contact_01 .ct_box .le_box > div .div2 > div a {
  flex: 1;
  padding-left: 10px;
  transition: 0.4s;
  color: #666;
  line-height: 1.5;
}
.contact_01 .ct_box .le_box > div .div2 > div a:hover[href] {
  color: #3866e6;
}
.contact_01 .ct_box .le_box > div .div2 > div.tel span {
  height: calc(var(--f18) * 1.25 * 1.5);
}
.contact_01 .ct_box .le_box > div .div2 > div.tel a {
  font-family: Bold;
  font-size: 1.25em;
  color: #3866e6;
}
.contact_01 .ct_box .le_box > div .div2 > div + div {
  margin-top: 0.3rem;
}
.contact_01 .ct_box .le_box > div .div3 {
  margin-top: 0.6rem;
  text-align: center;
  width: var(--w120);
}
.contact_01 .ct_box .le_box > div .div3 .code {
  border: 2px solid #3866e6;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.contact_01 .ct_box .le_box > div .div3 .code img {
  border-radius: inherit;
  width: 100%;
}
.contact_01 .ct_box .le_box > div .div3 .text {
  margin-top: 8px;
  font-size: var(--f16);
  color: #666;
}
.contact_01 .ct_box .ri_box {
  width: 50%;
}
.contact_01 .ct_box .ri_box a {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.contact_01 .ct_box .ri_box a img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.contact_01 .ct_box .ri_box a:hover img {
  transform: scale(1.05);
}
:root {
  --w260: 2.6rem;
  --w120: 1.2rem;
  --w400: 4rem;
  --w350: 3.5rem;
  --w500: 5rem;
  --h62: 0.62rem;
  --h72: 0.72rem;
  --h50: 0.5rem;
  --h42: 0.42rem;
  --h40: 0.4rem;
  --h110: 1.1rem;
  --r5: 5px;
  --bg100: #f5f7fe;
}
@media (max-width: 1500px) {
  .w900 {
    width: min(10rem, 90vw);
    margin: 0 auto;
  }
  .w1440 {
    width: min(15rem, 90vw);
    margin: 0 auto;
  }
  :root {
    --w260: 3.1rem;
    --w120: 1.2rem;
    --w400: 4.5rem;
    --w350: 4rem;
    --w500: 5.5rem;
    --h62: 0.72rem;
    --h72: 0.82rem;
    --h50: 0.6rem;
    --h42: 0.52rem;
    --h40: 0.5rem;
    --h110: 1.7rem;
  }
}
@media (max-width: 1200px) {
  .MobileNavigation .box_scroll .box .item a p {
    font-family: Medium;
  }
  .MobileNavigation .box_scroll .default {
    margin-top: 0.4rem;
  }
  .MobileNavigation .box_scroll .default .switch_user a,
  .MobileNavigation .box_scroll .default .switch_lang a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .MobileNavigation .box_scroll .default .switch_user a span,
  .MobileNavigation .box_scroll .default .switch_lang a span {
    width: 32px;
  }
  .MobileNavigation .box_scroll .default .switch_user a span img,
  .MobileNavigation .box_scroll .default .switch_lang a span img {
    width: 100%;
  }
  .MobileNavigation .box_scroll .default .switch_user a p,
  .MobileNavigation .box_scroll .default .switch_lang a p {
    transition: 0.4s;
    flex: 1;
    padding-left: 12px;
    font-family: Medium;
    font-size: 16px;
    color: #333;
  }
  .MobileNavigation .box_scroll .default .switch_user a:hover p,
  .MobileNavigation .box_scroll .default .switch_lang a:hover p {
    color: #3866e6;
  }
  .MobileNavigation .box_scroll .default .switch_user {
    margin-top: 0.6rem;
  }
  .pc_footer .box .ri_box {
    margin-top: 0.2rem;
  }
  .pc_footer .box .le_box .logo a img,
  .MobileMain .HeaderMobile .box .logo a img {
    height: 46px;
  }
  .search_02 .ch_top form .div1 .div1-1 {
    margin-bottom: 10px;
  }
  .contact_01 .ct_box .ri_box {
    margin-top: 0.6rem;
  }
  .search_02 .ch_top form .div2 {
    margin-top: 0;
  }
  .search_02 .ch_bot .content2 .item .div3 .details > p span img {
    height: 0.24rem;
  }
  .index_banner .ban_box form .div1 {
    font-size: 0.42rem;
  }
  .Privacy_Policy .box_ .box_right,
  .search_02 .ch_top form .div1 .div1-2 {
    display: none;
  }
  .Privacy_Policy .box_ .box_left,
  .contact_01 .ct_box .ri_box,
  .contact_01 .ct_box .le_box,
  .pc_footer .box .ri_box {
    width: 100%;
    flex: none;
  }
  :root {
    --w260: 4rem;
    --w120: 1.4rem;
    --w400: 100%;
    --w350: 100%;
    --w500: 100%;
    --h62: 0.72rem;
    --h72: 0.82rem;
    --h50: 0.6rem;
    --h42: 0.52rem;
    --h40: 0.5rem;
    --h110: 1.7rem;
  }
}
@media (max-width: 750px) {
  .main_01 {
    padding: 0.46rem 0;
  }
  .search_02 .ch_bot .content2 .item .div2 p {
    margin-bottom: 6px;
  }
  .search_02 .ch_top form .div1 .div1-4 label .btn_01 {
    min-width: 2rem;
  }
  .pop_05 .box .content .desc .desc-2 p .label,
  .search_02 .ch_bot .content2 .item .div4 .div4-2 p .label,
  .pop_05 .box .content .desc .desc-2 p .value,
  .search_02 .ch_bot .content2 .item .div4 .div4-2 p .value {
    width: 100%;
    line-height: 1.6;
    flex: none;
  }
  .pop_05 .box .content .desc .desc-2 p .value,
  .search_02 .ch_bot .content2 .item .div4 .div4-2 p .value {
    max-height: calc(var(--f16) * 1.6 * 4);
  }
  .pop_05 .box .content .desc .desc-2 p + p,
  .search_02 .ch_bot .content2 .item .div4 .div4-2 p + p {
    margin-top: 10px;
  }
  .pop_02 .box .content .link .div2 {
    width: 100%;
    margin: 0.2rem auto 0;
  }
  .pop_04 .box .box_top .ri_box .div1 > div > p {
    width: var(--h42);
    height: var(--h42);
    padding: 0;
  }
  .pop_04 .box .box_top .ri_box .div1 > div > p span {
    margin: auto;
  }
  .pop_04 .box .box_top {
    padding: 12px;
  }
  .index_banner .ban_box form .div3 p {
    font-size: 0.24rem;
  }
  .index_banner .ban_box {
    padding: var(--top) 0;
  }
  .pc_footer .box .le_box .logo a img,
  .MobileMain .HeaderMobile .box .logo a img {
    height: 38px;
  }
  .pc_footer .box .le_box .yszc {
    margin-top: 0.2rem;
  }
  .pc_footer .box .le_box .yszc a {
    line-height: 1.6;
  }
  .pc_footer .box .ri_box p {
    line-height: 1.6;
  }
  .btn_01 {
    padding: 0 0.4rem;
  }
  .global_settings,
  .welcome_box {
    height: auto;
    padding: var(--top) 0;
  }
  .pop_05 .box,
  .pop_03 .box,
  .pop_02 .box,
  .pop_01 .box {
    padding: 0.4rem;
  }
  .pc_footer .box .le_box .line,
  .index_banner .ban_box form .div1 br,
  .pop_04 .box .box_top .ri_box .div1 > div > p em,
  .pop_04 .box .box_top .ri_box .div1 .print,
  .pop_04 .box .box_top .ri_box .div1 .share {
    display: none;
  }
  .pop_02 .box .content .link .div1 {
    width: 100%;
    flex: none;
  }
  :root {
    --w260: calc(100% - 2.2rem);
    --w120: 1.8rem;
    --w400: 100%;
    --w350: 100%;
    --w500: 100%;
    --h62: 0.92rem;
    --h72: 1.02rem;
    --h50: 0.8rem;
    --h42: 0.72rem;
    --h40: 0.7rem;
    --h110: 1.7rem;
  }
}
