/* Global cleanup for old live CSS overrides that broke desktop layout. */
html,
body {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body {
  background: #fff !important;
}

.container,
.container2 {
  box-sizing: border-box;
}

.header {
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 29, 43, .08);
  position: relative;
  z-index: 20;
}

.header .top {
  background: #172334;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 38px;
}

.header .top a {
  color: rgba(255,255,255,.82);
}

.header .top a:hover {
  color: #fff;
}

.ny3d-lang-sel {
  height: 26px;
  margin-right: 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 4px;
  background: #111b29;
  color: #fff;
  font-size: 12px;
}

.header > .container.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}

.header .logo {
  float: none;
  width: auto;
  height: auto;
  line-height: 1;
}

.header .logo img {
  max-height: 58px;
}

.pm-logo-text {
  display: inline-flex;
  flex-direction: column;
  color: #172334;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .9;
}

.pm-logo-text small {
  color: #20a864;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .28em;
  margin-top: 7px;
}

.pm-wahead {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 8px 16px 8px 10px;
  border-radius: 6px;
  background: #20a864;
  color: #fff;
  box-shadow: 0 14px 30px rgba(32,168,100,.24);
}

.pm-wahead:hover {
  background: #168a52;
  color: #fff;
}

.pm-wahead-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
}

.pm-wahead-tx small,
.pm-wahead-tx b {
  display: block;
  color: #fff;
  line-height: 1.2;
}

.pm-wahead-tx small {
  font-size: 11px;
  opacity: .82;
}

.pm-wahead-tx b {
  font-size: 15px;
  margin-top: 3px;
}

.header .nav {
  height: auto;
  background: #0f3f83;
}

.header .nav ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.header .nav li {
  float: none;
}

.header .nav li a {
  height: 54px;
  padding: 0 34px;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
  transition: background .18s ease, color .18s ease;
}

.header .nav li a:hover,
.header .nav li.on a,
.header .nav li.current a {
  background: #113568;
  color: #fff;
}

.xzjt-sou {
  background: #f4f7fa;
  border-bottom: 1px solid #dfe6ee;
}

.xzjt-sou .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.xzjt-sou .hot {
  float: none;
  width: auto;
  color: #5f6e82;
  line-height: 1.7;
}

.xzjt-sou .hot strong {
  color: #172334;
}

.xzjt-sou .hot a {
  color: #15428b;
  margin-right: 12px;
}

.xzjt-sou .hform {
  float: none;
  width: 310px;
  flex: 0 0 310px;
}

.xzjt-sou .hform form {
  display: flex;
  overflow: hidden;
  height: 42px;
  border: 1px solid #d7e0ea;
  border-radius: 6px;
  background: #fff;
}

.xzjt-sou .hform input {
  flex: 1;
  width: auto;
  height: 42px;
  border: 0;
  padding: 0 14px;
  color: #172334;
}

.xzjt-sou .hform button {
  width: 96px;
  height: 42px;
  border: 0;
  background: #20a864;
  color: #fff;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1230px !important;
    padding-bottom: 0 !important;
  }

  .footer-fix {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px !important;
  }

  .header .top {
    display: none;
  }

  .header > .container.clearfix {
    min-height: 62px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header .menu-btn {
    display: block;
  }

  .pm-logo-text {
    font-size: 24px;
  }

  .pm-wahead {
    display: none;
  }

  .header .nav ul {
    display: block;
  }

  .header .nav li a {
    height: 44px;
    padding: 0 16px;
    line-height: 44px;
  }

  .xzjt-sou .container {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }

  .xzjt-sou .hform {
    width: 100%;
    margin-top: 10px;
  }

  .footer-fix {
    display: block !important;
  }
}
