.header-nav-popup{
  width:100%;
  height:100%;
  position:fixed;
  display: block;
  background: rgba(0,0,0,0.8);
  top:0;
  left:0;
}
.header-nav-popup>div{
  max-width:1500px;
  width:1470px;
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  margin: auto;
  background:#ffffff;
  border-radius: 7px;
  max-height:600px;
}
.header-nav-popup>div>img{
  width:100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.header-nav-popup>div>ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.header-nav-popup ul li{
  float:left;
  width:26%;
  list-style: none;
  margin:3% 3%;
  padding:0;
  position: relative;
  cursor:pointer;
}
.header-nav-popup ul li .content{
  width:80%;
  border-top:1px solid #e9e9e9;
  font-style: italic;
  padding-top:20px;
  margin:auto;
  position: relative;
  margin-top:20px;
}
.header-nav-popup ul li .content span{
  color:#d22d2d;
  font-weight:bold;
  font-size:26px;
}
.header-nav-popup ul li .content a{
  float:right;
  width:120px;
  height:30px;
  color:#ffffff;
  background: #d22d2d;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  transform:skewX(0);
  opacity: 0;
  font-style: normal;
  box-shadow: 3px 3px 0px #f6c8c8;
  transition:all 0.5s;
  transform-origin: left bottom;
}
.header-nav-popup ul li .content a label{
  display: block;
  transform:skewX(25deg);
  cursor: pointer;
}
.header-nav-popup ul li .type-img{
  margin-left:50px;
  margin-top:20px;
}
.header-nav-popup ul li .type-img:before {
  content: "";
  display: block;
  width: 50px;
  height: 30px;
  background: url("../images/new.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 30%;
  left: 0;
}
.header-nav-popup ul li .type-img.old:before {
  display: none;
}
.header-nav-popup ul li .type-img img{
  position: absolute;
  width: 70%;
}
.header-nav-popup ul li .type-img img.active{
  opacity: 0;
  transition:all 0.5s;
}
.header-nav-popup ul li:hover .type-img img.active{
  opacity:1;
}
.header-nav-popup ul li:hover .content a{
  transform:skewX(-25deg);
  opacity: 1;
}
.header-nav-popup ul li .car{
  position: relative;
  z-index: 1;
  margin-top: 65px;
  width: 110%;
}
.header-nav-popup .close{
  width:20px;
  height:20px;
  position: absolute;
  right:0;
  top:-30px;
  transform:rotate(45deg);
  cursor: pointer;
  transition:all 0.5s;
}

.header-nav-popup .close:hover{
  transform:rotate(-45deg);
}
.header-nav-popup .close:after{
  content:'';
  display: block;
  border-top:1px solid #ffffff;
  width: 100%;
  margin-top:-1px;
}
.header-nav-popup .close:before {
  content:'';
  display: block;
  border-top:1px solid #ffffff;
  width: 100%;
  transform:rotate(90deg);
  margin-top:10px;
}
.pc-show{
  display: block;
}
.wap-show{
  display: none;
}

@media screen and (max-width: 1600px){
  .header-nav-popup>div{
    width:1100px;
    height:500px;
  }
  .header-nav-popup ul li .content span{
    font-size:16px;
  }
  .header-nav-popup ul li .content a{
    width:80px;
    font-size:12px;
    height:25px;
    line-height: 25px;
  }
  .header-nav-popup ul li .car{
    margin-top:50px;
  }
}

@media screen and (max-width: 1200px){
  .header-nav-popup>div{
    width:800px;
    height:420px;
  }
  .header-nav-popup ul li{
  /*  width:30%;
    margin-left:0%;*/
  }
  .header-nav-popup ul li .content{
    width:100%;
  }
  .header-nav-popup ul li .car{
    margin-top:50px;
  }
  .header-nav-popup ul li .content span{
    font-size:16px;
  }
  .header-nav-popup ul li .content a{
    width:80px;
    font-size:12px;
    height:25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 900px){
  .header-nav-popup>div{
    width:300px;
    height:70%;
  }
  .header-nav-popup ul li{
    width:244px;
    margin-left:0%;
    margin: auto;
    float: none;
    padding-bottom:0px;
    margin-top:30px;
  }
  .header-nav-popup ul li>img{
    width:120px;
  }
  .w-1 {
    width: 100px !important;
  }
  .header-nav-popup ul li .type-img{
    margin-left:87px;
    margin-top:-24px;
  }
  .header-nav-popup ul li .type-img:before {
    top: 20%;
    left: 15%;
  }
  .header-nav-popup ul{
    padding:0;
    height: calc(100% - 70px);
    margin:0;
    overflow-x:hidden;
  }
  .header-nav-popup ul li .content{
    border-top:0;
    border-bottom:1px solid #e9e9e9;
    padding-bottom:30px;
    margin-top:0;
  }
  .header-nav-popup .close{    
    left: 0;
    right: 0;
    top: auto;
    bottom: -28px;
    margin: auto;
  }
  .pc-show{
    display: none;
  }
  .wap-show{
    display: block;
  }
  .header-nav-popup ul li .car{
    margin-left:30px;
  }
  .header-nav-popup ul li .type-img img.active {
    opacity: 1;
  }
  .header-nav-popup ul li .content a{
    transform:skewX(-25deg);
    opacity: 1;
  }
}

@media screen and (max-width: 690px){
  .header-nav-popup ul li .content span{
    font-size:16px;
  }
  .header-nav-popup ul li .content a{
    width:80px;
    font-size:12px;
    height:25px;
    line-height: 25px;
  }
}


























