﻿@media screen and (max-width: 1200px) {

  /* header */
  .header {
    height: auto;
    margin-bottom: 0;
  }

  .header-bg {
    height: 3.59rem;
    background: url(header_bg.png) no-repeat bottom center;
  }

  .header-jf {
    display: none;
  }

  .header-logo {
    padding: 0.3rem 0 0.15rem 0;
    text-align: center;
  }

  .header-logo img {
    margin-bottom: 0.2rem;
  }

  .header-logo img:nth-of-type(1) {
    width: 10%;
  }

  .header-logo .title-logo .logo {
    width: 10%;
    margin-right: 0.1rem;
    margin-top: -0.02rem;
  }

  .header-logo img:nth-of-type(2) {
    width: 50%;
  }

  .header-search {
    width: 100%;
    font-size: 0.24rem;
  }

  .header-search img {
    width: 0.25rem;
    top: 0.2rem;
    left: 0.4rem;
  }

  .header-search input {
    width: 60%;
    height: 0.6rem;
    padding-left: 0.3rem;
    border: 0.01rem solid #4b82b1;
  }

  .header-search button {
    width: 15%;
    height: 0.6rem;
  }

  .header-nav {
    height: 0.92rem;
    border: none;
  }

  .header-nav ul {
    width: 100%;
  }

  .header-nav ul li {
    width: 32%;
    font-size: 0.22rem;
    line-height: 0.44rem;
  }

  .header-nav ul li:hover {
    background-position: 50% 0px;
  }

  .header-nav ul .click {
    background-position: 50% 0px;
  }

  /* content START */
  .content {
    padding: 0.2rem 0;
  }

  .common-content {
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
  }

  .current-location {
    height: auto;
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding: 0.2rem 8% 0.2rem 1%;
    box-sizing: border-box;
  }

  .current-location span {
    word-break: break-all;
  }

  .current-location i img {
    width: 3%;
    margin-top: 0;
    vertical-align: initial;
  }

  /* content END */

  /* footer */
  .footer {
    padding: 0.2rem 0;
    margin-top: 0;
  }

  .footer .select-list {
    width: 100%;
    margin: 0.1rem auto;
  }

  .footer .select-list li {
    width: 45%;
    height: 0.4rem;
    padding-right: 2%;
  }

  .footer .select-list li select {
    font-size: 0.16rem;
    padding: 0 0.1rem;
  }

  .footer-content {
    width: 98%;
    padding: 0 1%;
    font-size: 0.2rem;
    line-height: 0.32rem;
    text-align: left;
  }

  .footer-content p {
    padding: 0 6%;
    font-size: 0.14rem;
  }

  .footer-nav {
    text-align: left;
  }

  .footer-nav li {
    width: 14%;
    padding: 0 5%;
    color: #c9e3ff;
  }

  .footer-nav li:nth-of-type(n+2)::before {
    left: -55%;
  }

  .footer-nav li:nth-of-type(4n+1)::before {
    content: "";
  }

  /* .footer-image {
    width: 15%;
  } */

  /* .footer-image img:nth-of-type(1) {
    float: none;
    width: 70%;
    margin-left: 1%;
  } */

  .foot-zc {
    width: 10%;
    top: 0.75rem;
    left: 80%;
  }

  .foot-dz {
    position: absolute;
    width: 5%;
    top: 77%;
    left: 83%;
  }


  /* .footer-image img:nth-of-type(2) {
    float: none;
    width: 25%;
    margin-top: 4%;
    margin-left: 22%;
    margin-right: 0;
  }

  .footer-image {
    top: 0.75rem;
    left: 80%;
  } */
}