@media (max-width: 768px) {
  .content-c {
    width: 100%;
    margin: 0 auto;
  }

  /* 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: 0 auto;
    padding-left: 0;
    display: flex;
  }

  .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: 60px;
    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 .logo img {
    width: 121px !important;
    height: 47px;
    margin: 10px 0 0;
  }



  .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: 70px;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 20;
    background-color: rgba(255, 255, 255, 1);
  }

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

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


  /* 头部导航栏 */
  /*  2.内容部分 */
  .containner ul li:nth-child(2) {
    border-bottom: none;
  }

  .containner ul li {
    border-top: 1px solid #ccc;
  }

  .containner ul li span {
    display: none;
  }

  .containner ul li .pc-none {
    display: block;
  }

  .containner ul li .pc-none p {
    font-size: 18px;
    font-family: Kozuka Gothic Pr6N;
    font-weight: normal;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
  }


  /* 4.底部  */


  .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;
    overflow: hidden;
  }

  .toup {
    right: 0;
  }
}


@media (max-width: 375px) {
  
.containner .title {
  margin: 34px 0 17px;
}

.title h2 {
  font-size: 18px;
  margin-bottom: 6px;
}

.title p {
  font-size: 9px;
}

.containner ul li p{
  font-size: 12px;
  margin-bottom: 17px;
}

.containner ul li .pc-none p{
  font-size: 9px;
}

.containner .box {
  width: 100%;
  height: 120px;
  background-color: #909090;
  font-size: 9px;
  font-family: KozGoPr6N;
  font-weight: 500;
  color: #FEFEFE;
  text-align: center;
  margin-bottom: 44px;
}

.containner .box p:nth-child(1){
  font-size: 12px;
  font-weight: bold;
  padding: 38px 0 17px;
}



  .bottom {
    height: auto;
  }

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

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

  .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;
  }
}