@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .proinfo .container{
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  header .mbico {
    display: block;
    width: 7vw;
    height: 7vw;
    background: url(../img/mico.png);
    background-size: cover;
    /*filter: invert() brightness(130%);*/
  }

  header {
    color: #2b2b2b;
  }



  header .nav {
    display: block;
    width: 260px;
    font-weight: normal;
    position: fixed;
    left: 0;
    height: 100vh;
    top: 0;
    background: var(--color);
    z-index: 999;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    transform: translateX(-110%);
    transition: all .3s;
    padding: 20px;
    color: #fff;
  }

  header .nav li {
    padding: 3%;
    height: auto;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  header .nav li.router-link-exact-active {
    background: none;
    color: #fe972e;
  }

  header.exp .nav {
    transform: translateX(0%);
  }

  header .status {

  }

  header .status li.cart {
    /*display: block*/
  }

  .proinfo .img {
    width: 100%
  }

  .proinfo .text {
    width: 100%;
    padding: 15px;
  }

  .page.member {
    padding: 0;
  }

  .member .container {
    padding: 0;
  }

  .member .left {
    padding: 15px;
    width: 100%;
    background: none;
    min-height: inherit;
  }

  .member .left h3 {
    padding: 25px 0;
  }

  .member .left ul {
    padding: 0;
    display: flex;
    margin-bottom: -15px;
  }

  .member .left ul li {
    background: #f4f4f4;
    margin-bottom: 0;
    padding: 0;
    margin-right: 5px;
    width: 25%;
    flex-direction: column;
    padding: 8px 0;
    justify-content: center;
    border-color: #dedede #dedede transparent #dedede;
    border-radius: 6px 6px 0 0;
  }

  .member .left ul li i {
    margin-right: 0;
    margin-bottom: 6px;
  }

  .member .left ul li:nth-child(5) {
    margin-right: 0;
  }

  .member .left ul li.router-link-exact-active {
    background: #fe972e;
    color: #fff;
    border-color: transparent transparent transparent transparent;
  }

  .member .right {
    width: 100%;
    padding: 15px;
  }


}

@media (max-width: 991px) and (min-width: 768px) {
}

@media screen and (max-width: 768px) {
  .proinfo .text .ht.type{
    flex-direction: column;}
  .proinfo .text .ht .ip{width: 100%;
    padding-top: 15px;}
  .proinfo .text .ht .ip dl dt {
    width: 100%;}
  .proinfo .text .btns{
    flex-wrap: wrap;}
  .proinfo .text .btns div{
    width: calc(50% - 8px);
  }
  .proinfo .text .btns div.other{
    width: 100%;
  }
  .proinfo .text .btns div.adcart{
    margin-right: 0;
    margin-bottom: 15px;}

  .member .right .ktitle {
    flex-wrap: wrap;
  }

  .member .right .ktitle img {
    margin-left: 0px;
    padding-top: 3%;
    width: 100%;
  }

  .member .right .cart .datetime {
    display: none;
  }

  .page {
    padding: 20px 0;
  }

  .page .newlist, .cart, .reg, .reg .regForm {
    padding: 20px 0 0;
  }

  .reg .regForm {
    width: 100%;
  }

  .f30 {
    font-size: 24px;
  }

  .f26 {
    font-size: 20px;
  }

  .f18, .f16 {
    font-size: 14px;
  }

  .f14 {
    font-size: 12px;
  }

  footer .subnav .container .col-3, footer .subnav .container .col-2 {
    padding: 0;
    width: 25%;
  }

  footer .subnav .container .loarea {
    width: 100%;
    padding-bottom: 40px;
  }


  footer .subnav {
    padding: 40px 0;
  }



  .newlist li {
    padding-right: 0;
    height: auto;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }

  .newlist li .date {
    width: auto;
    flex-direction: row;
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px;
  }

  .newlist li .date .year {
    font-size: 12px;
    padding-right: 4px;
  }

  .fourarea {
    padding: 1px 0 0;
  }

  .fourarea .container {
    padding: 0;
  }

  .fourarea ul li {
    width: 25%;
    padding: 15px 10px;
  }

  .fourarea ul li .text .title {
    font-size: 16px
  }

  .fourarea ul li .text .ms {
    line-height: 16px;
  }


  .fourarea ul li .ico {
    width: 16vw;
    height: 16vw;
  }

  .fourbtn ul li {
    width: calc(25% - 2vw);
    height: 0;
    padding-bottom: calc(25% - 2vw);
    margin: 0 1vw;
  }

  .fourbtn ul li .iconfont {
    margin-top: 100%;
  }

  .prolist {
    width: calc(100% + 15px);
    padding-top: 20px;
  }

  .prolist li {
    width: 50%;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .prodetail .canshu li {
    width: 50%
  }

  .proinfo {
    padding: 20px 0;
  }

  .adCartWin .win {
    width: 90%;
    margin-left: -45%;
    height: 192px;
    margin-top: -96px;
  }

  .adCartWin .win .info i {
    width: 14vw;
    height: 14vw;
  }

  .adCartWin .win .btns {
    height: 46px;
  }

  .buyWin .win {
    width: 90%;
    margin-left: -45%;
    padding: 60px 30px;
  }
  footer .cp .container{
    flex-direction: column;
  }
  footer .cpright{
    padding: 0 0 25px;
    text-align: center;
    justify-content: center;

  }
  .index .section1 .js{
    flex-direction: column;
    padding-bottom: 60px;
  }
  .index .section1 .js .img,.index .section1 .js .text{
    width: 100%;
    padding: 0;
  }
  .index .section2 .proList{
    width: calc(100% + 30px);
  }
  .index .section2 .proList li{
    width: calc(50% - 30px);
  }





}

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


  header .status li span {

  }

  .prolist li .text {
    height: auto;
    flex-wrap: wrap;
    padding: 15px;
  }

  .prolist li .text .title {
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }

  .prodetail .canshu li {
    width: 100%
  }

}

