﻿@media screen and (max-width: 1200px) {

  .common-box {
    width: calc(100% - .6rem);
  }

  .common-footer {
    width: calc(100% - .6rem);
    padding: 0;
  }

  .fixed-img {
    display: none;
  }

  body {
    background-size: cover;
  }

  /* 移动端头部适配样式 START*/
  .nav-down {
    display: none;
  }

  .header {
    width: 100%;
    height: 2.3rem;
  }

  .header .jf {
    display: none;
  }

  .header .title-logo {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 0.35rem;
  }

  .header .title-logo img {
    width: 60%;
  }

  /* zww */
  .header .title-logo-zww {
    width: 8%;
    margin-top: 0rem;
    position: absolute;
    top: 0.45rem;
    right: 0.6rem;
  }

  .header .title-logo-zww img {
    width: 90%;
  }

  .header .title-img-erweima {
    display: none;
  }

  .header .search {
    width: 4.1rem;
    height: 0.60rem;
    line-height: 0.60rem;
    text-align: center;
    /* margin: 0.6rem 0 0 0; */
    position: absolute;
    top: 1.4rem;
    left: 50%;
    margin-left: -2rem;
  }

  .header .text {
    width: 3.00rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }

  .header .btn {
    padding: .1rem;
    width: 0.6rem;
    height: 0.576rem;
    font-size: 0.24rem;
    background: #ffffff;
  }

  /* 内容 */
  .content {
    margin-top: 0.3rem;
  }

  .common-box .nav {
    width: 100%;
    height: 1.2rem;
    /* padding: 0.1rem 3%; */
    margin: 0;
  }

  /* .common-box .nav ul{
     width: 80%;
     margin-left: 10%;
   } */
  .nav-box .nav li {
    width: 33.333%;

    /* margin: 0.1rem 2.6%; */

    text-align: center;
  }

  .nav-box .nav li a {
    width: 100%;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }

  /* 移动端头部适配样式 END*/

  /* 移动端底部适配样式 START*/
  .footer {
    padding: .2rem 0;
    height: 3rem;
  }

  .footer .footer-item {
    margin-bottom: 0.2rem;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .footer .footer-item span {
    display: block;
    padding: .1rem 0;
  }

  .footer .footer-item li {
    font-size: .2rem;
  }

  .footer .footer-text {
    position: relative;
    padding: 0;
  }

  .footer .footer-text .footer-item-l1 {
    position: absolute;
    top: 1.6rem;
    left: .2rem;
  }

  .footer .footer-text .footer-item-l1 .footer-icon1 {
    height: .62rem;
  }

  .footer .footer-text .footer-icon2 {
    position: absolute;
    top: 1.6rem;
    right: .2rem;
    height: .52rem;
  }

  /* 移动端底部适配样式 END*/
  .fixed-ewm-box {
    display: none;
  }

}