@media (max-width: 768px) {

  /* 1.头部变化 */
  .header {
    display: none;
  }

  .header-m {
    display: block;
    width: 100%;
    height: 80px;
  }

  .header-m.active {
    height: 80px;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  }

  .header-m .header-c {
    transition: all 0.5s ease-in;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: auto;
    padding-left: 0;
    display: flex;
  }

  .header-m .logo img {
    width: 121px !important;
    height: 47px;
    margin: 10px 0 0;
  }



  .header-m .header-c .logo {
    width: 89px;
    margin-left: 15px;
  }

  .header-m .header-c .logo .logo1 {
    width: 89px;
    display: block;
  }

  .header-m .header-c .logo .logo2 {
    width: 24px;
    padding: 4px 0 0 32px;
    box-sizing: border-box;
    display: block;
  }

  /* 工具栏 */
  .header-m .header-c .btn {
    display: block;
    font-family: "iconfont";
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
  }

  .header-m .header-c .icon-caidan {
    transition: all 0.4s linear;
  }

  .header-m .header-c .icon-close {
    transform: rotate(-90deg);
    transition: all 0.4s linear;
  }

  /* 导航栏 */
  html,
  body {
    width: 100%;
    height: 100%;
  }

  .content {
    width: 100%;
    height: 100%;
  }

  .header-m .header-c .nav .nav-item {
    margin-left: 0px;
    /* padding: 25px 0; */
  }

  .header-m .header-c .nav a:after {
    width: 0;
    height: 0px;
    /* background-color: #b9ab77; */
  }

  .header-c .nav a {
    color: #1d1d1d;
    line-height: 0px;
  }

  .header-m .header-c .nav .nav-item {
    padding: 35px 25px;
    box-sizing: border-box;
  }

  .header-m .header-c .nav .nav-item:first-child {
    padding-top: 65px;
    box-sizing: border-box;
  }

  .header-c .nav .active a {
    transform: scale(1);
    color: #b9ab77;
  }

  .header-c .nav .nav-item:hover a {
    transform: scale(1);
    color: #1d1d1d;
  }


  .header-m .header-c .nav {
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 20;
    background-color: rgba(255, 255, 255, 1);
  }

  .header-m .header-c .nav.active {
    display: block;
  }

  .home-m {
    display: block;
    width: 100%;
    height: 361px;
    margin-top: 80px;
  }

  .containner.active {
    filter: blur(9px);
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  /* 头部导航栏 */
  /*  */
  /*  2.内容部分 */
  .container table {
    width: 90%;
    margin: 0 auto;
  }



  .pc-none {
    display: block;
  }

  .pc-none p {
    margin-bottom: 10px;
  }

  .pc-content {
    display: none;
  }

  /* 4.底部 */

  .pc-show {
    display: none;
  }



  .bottom {
    display: block;
  }

  .pc-m {
    display: none;
  }

  .bottom-title {
    color: #000 !important;
  }

  .table-pc {
    display: none;
  }

  .bottom-w {
    width: 100%;
  }


  .bottom-w table td {
    color: #121212;
  }

  .bottom-w {
    display: block;
  }

  .table-m {
    display: block;
  }

  .toup {
    right: 0;
    /* display: none; */

  }
}

@media (max-width: 375px) {


  .container table {
    /* width: 375px; */
    width: 90%;
  }

  table .center img {
    width: 80px;
    height: 80px;
  }

  .home-m {
    width: 100%;
    height: 181px;
  }

  .main {
    margin-top: 28px;
  }

  .main h3 {
    font-size: 18px;
  }

  .main .title p {
    font-size: 9px;
    /* margin: 5px 0 48px; */
    margin: -5px 0 0;
  }

  .main p {
    font-size: 9px;
    margin: 0;
  }

  .table-none {
    display: none;
  }

  .container {
    margin-bottom: 68px;
  }

  .container table td {
    height: 112px;
  }

  .bottom {
    height: auto;
  }

  .bottom-title {
    /* color: #000 !important; */
    font-size: 18px !important;
    padding: 0 0 21px !important;
  }

  .bottom-w .table-title {
    font-size: 9px;
  }

  .bottom-w table td {
    font-size: 8px;
    height: 38px !important;
  }

  .bottom-w table .common-td {
    /* height: 10px; */
  }

  .bottom-w table .td-first {
    height: 51px !important;
  }

  .bottom-w table {
    margin-bottom: 18px;
  }

  /* #container {
    width: 366px;
    height: 224px;
    margin: 0 auto;
  } */
  iframe{
    width: 100%;
    height: 224px;
    margin: 0 auto;
  }
}