.header{
  background: #42C27E;
  height: 80px;
  min-width: 1232px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.header .header-container{
  width: 1232px;
  margin: 0 auto;
  height: 80px;
  font-family: "Microsoft Sans Serif";
}
.header .header-container .logoIcon{
  background: url('../images/img_1.png');
  width: 96px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin-right: 15px;
}
.header .header-container .address{
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  width: 106px;
  text-align: center;
}
.header .header-container .homeIcon{
  display: block;
  background: url('../images/img_2.png');
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .header-container .nav a{
  margin: 0 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 18px;
  font-size: 16px;
}
.header .header-container .nav a.active{
  color: #CDF88B;
  position: relative;
}
.header .header-container .nav a.active::after{
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #CDF88B;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.header .header-container .active .homeIcon{
  display: block;
  background: url('../images/img_3.png');
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.header .header-container .nav li{
  position: relative;
}
.app_down{display: none;}
/* 下载弹窗 */
.pop-appDown-wrap{padding-top:9px;position: absolute;right:0;display:none;}
.pop-appDown-box{width:297px;padding:16px;background:#fff;border-radius:8px;box-sizing: border-box;position: relative;box-shadow: 0 0 8px 0 rgba(0,0,0,.2);}
.pop-appDown-box:after{content: '';width:0;height:0;border:9px solid;border-width:0 9px 9px;border-color: transparent transparent #fff;position: absolute;top:-9px;right:18px;}
.pop-appDown-tips{color:#434343;font-size:13px;padding-bottom:8px;line-height: normal;text-align: left;font-weight: normal;word-break: normal;}
.pop-appDown-ownership{
  height: 10px;border-bottom: 1px solid #F0F0F0;text-align: center;font-size: 0;margin-bottom: 15px;     
}
.pop-appDown-ownership p{display: inline-block; padding: 0 24px; height: 20px;background-color: #fff; 
  color: #434343; font-size: 14px; line-height: 20px; font-family: "SF Pro Display";margin: 0 auto;
}
.pop-appDown-mian{display:flex;align-items: center;justify-content: space-between;}
.appDown-select{width:100%;display: flex;flex-direction:column;margin-right:12px;}
.appDown-btn{display: flex !important;align-items: center;padding:0 !important;margin:0 !important;}
.appDown-logo{margin-right:8px;}
.appDown-logo img{width:56px;height:56px;}
.appDown-t-logo img{width:78px;height:auto;}
.appDown-txt{color:#434343;font-size:14px;font-weight: normal;line-height:normal !important;text-align: left;white-space: nowrap;}
.appDown-line{margin-top:8px;padding-top:8px !important;border-top:1px solid #F0F0F0;}
.appDown-code{text-align: center;}
.appDown-qrcode img{width:95px;height:auto;}
.appDown-code-txt{color:#434343;font-size:13px;text-align: center;white-space: nowrap;line-height: 18px;margin-top:6px;font-weight: normal;}
.appDown-code-txt span{color:#09B363;}
.header .header-container .nav li:hover .pop-appDown-wrap{display:block !important;}


@media screen and (max-width: 767px) {
  .header{
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .header .header-container{
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: .04rem;
  }
  .header .header-container .logo{
    justify-content: space-between;
    padding: .11rem .16rem;
  }
  .header .header-container .logoIcon{
    width: .67rem;
    height: .28rem;
    margin-right: 0;
  }
  .header .header-container .address{
    border: .01rem solid #fff;
    border-radius: .1rem;
    line-height: .18rem;
    font-size: .12rem;
    width: auto;
    padding:  0 .08rem;
  }
  .header .header-container .nav{
    padding: 0 0 .04rem 0;
    overflow: auto;
    /* overflow-y: auto; */
  }
  .header .header-container .nav::-webkit-scrollbar {
    width: 0rem; display: none!important;
  }
  .header .header-container .homeIcon{
    width: .2rem;
    height: .18rem;
  }
  .header .header-container .active .homeIcon{
    width: .2rem;
    height: .18rem;
  }
  .header .header-container .nav a.active::after{
    height: .03rem;
    bottom: -.08rem;
  }
  .header .header-container .nav{
    padding-bottom: .04rem;
  }
  .header .header-container .nav li:last-child a{
    margin-right: .16rem;
  }
  .header .header-container .nav li{
    padding-bottom: .08rem;
  }
  .header .header-container .nav a{
    line-height: .18rem;
    font-size: .16rem;
    white-space: nowrap;
    margin: 0 0 0 .16rem;
  }

  .nav_app{
    display: none;
  }
  .app_down{
    display: block;
    color:#0B8A47;
    font-size:.12rem;
    background-color: #FFDB5A;
    line-height: .18rem;
    padding:0 .08rem;
    border-radius: .1rem;
    margin-left:auto;
    margin-right:.08rem;
  }
  
}