/*鍏ㄥ眬css*/
*{
  padding:0;
  margin:0;
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}

body{
  background: #ffffff;
}

/*PC鏍峰紡*/
@media screen and (min-width: 1000px) {
  /*椤堕儴瀹夊叏鎻愮ず*/
  #safety-tips{
    width: 100%;
    height: 50px;
    background: rgb(241, 249, 236);
    overflow: hidden;
  }

  #safety-tips .safety-icon{
    width: 20px;
    height: 20px;
    margin:15px 5px 15px 15px;
    float: left;
  }

  #safety-tips .safety-icon img{
    width: 20px;
    height: 20px;
  }

  #safety-tips .safety-title{
    line-height: 50px;
    font-size: 14px;
    color:#07C160;
    float: left;
  }
  
  /*鎵爜鎻愮ず*/
  #scan_tips{
    text-align: center;
    margin:20px auto;
    display: block;
    color: #ccc;
    font-size: 15px;
    font-weight: bold;
  }
  
  /*缇や簩缁寸爜*/
  #ewm{
    width: 330px;
    margin:20px auto;
  }

  #ewm img{
    width: 330px;
  }

  /*涓汉寰俊浜岀淮鐮�*/
  #scan_wx_tips{
    text-align: center;
    margin:20px auto;
    display: block;
    color: #ccc;
    font-size: 15px;
    font-weight: bold;
  }

  #wxewm{
    width: 130px;
    margin:0 auto;
  }

  #wxewm img{
    width: 130px;
  }

  #hm_wxewm{
    width: 200px;
    margin:0 auto;
  }

  #hm_wxewm img{
    width: 200px;
  }

  /*鎻愰啋ICON*/
  #tips_icon{
    width: 100px;
    margin:20px auto;
  }

  #tips_icon img{
    width: 100px;
  }

  /*鎻愰啋鏂囧瓧*/
  #tips_text{
    text-align: center;
    margin:20px auto;
    display: block;
    color: #999;
    font-size: 16px;
    font-weight: bold;
  }

  /*寰俊鍙�*/
  #wx_num{
    text-align: center;
    color: #999;
    font-size: 16px;
    margin:20px auto;
  }

  /*鍔犲井淇¤鏄�*/
  #shuoming{
    width: 70%;
    margin: 30px auto;
    background: #fff;
    padding:20px 20px;
    border-radius: 5px;
    line-height: 22px;
    /*text-align: justify;*/
    color: #666;
    font-size: 16px;
  }

  /*娲诲姩鏍囬*/
  #active_title{
    width:88%;
    margin:25px auto 15px;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 400em;
  }

  #active_int{
    width: 88%;
    height: 25px;
    margin:0 auto 20px;
  }

  #active_int .active_update_time{
    color: #999;
    font-size: 15px;
    float: left;
  }

  #active_int .active_pv{
    color: #999;
    font-size: 15px;
    float: right;
  }

  #active_content{
    width: 88%;
    margin:0 auto;
    text-align: justify;
  }
}

/*鎵嬫満鏍峰紡*/
@media screen and (max-width: 639px) {
  #safety-tips{
    width: 100%;
    height: 50px;
    background: rgb(241, 249, 236);
    overflow: hidden;
    position: fixed;
    top: 0;
  }

  #safety-tips .safety-icon{
    width: 20px;
    height: 20px;
    margin:15px 5px 15px 15px;
    float: left;
  }

  #safety-tips .safety-icon img{
    width: 20px;
    height: 20px;
  }

  #safety-tips .safety-title{
    line-height: 50px;
    font-size: 14px;
    color:#07C160;
    float: left;
  }

  /*鎵爜鎻愮ず*/
  #scan_tips{
    text-align: center;
    margin:65px auto 10px;
    display: block;
    color: #ccc;
    font-size: 15px;
    font-weight: bold;
  }
  
  /*缇や簩缁寸爜*/
  #ewm{
    width: 88%;
    margin:20px auto;
  }

  #ewm img{
    width: 100%;
  }

  /*涓汉寰俊浜岀淮鐮�*/
  #scan_wx_tips{
    text-align: center;
    margin:20px auto;
    display: block;
    color: #ccc;
    font-size: 15px;
    font-weight: bold;
  }

  #wxewm{
    width: 130px;
    margin:0 auto;
  }

  #wxewm img{
    width: 130px;
  }

  #hm_wxewm{
    width: 200px;
    margin:0 auto;
  }

  #hm_wxewm img{
    width: 200px;
  }

  /*鎻愰啋ICON*/
  #tips_icon{
    width: 100px;
    margin:20px auto;
  }

  #tips_icon img{
    width: 100px;
  }

  /*鎻愰啋鏂囧瓧*/
  #tips_text{
    text-align: center;
    margin:20px auto;
    display: block;
    color: #999;
    font-size: 16px;
    font-weight: bold;
  }

  /*寰俊鍙�*/
  #wxnum{
    text-align: center;
    color: #999;
    font-size: 16px;
    margin:20px auto;
  }

  /*鍔犲井淇¤鏄�*/
  #wxbeizhu{
    width: 70%;
    margin: 30px auto;
    background: #fff;
    padding:20px 20px;
    border-radius: 5px;
    line-height: 22px;
    /*text-align: justify;*/
    color: #666;
    font-size: 16px;
  }

  /*娲诲姩鏍囬*/
  #active_title{
    width:88%;
    margin:25px auto 15px;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 400em;
  }

  #active_int{
    width: 88%;
    height: 25px;
    margin:0 auto 20px;
  }

  #active_int .active_update_time{
    color: #999;
    font-size: 15px;
    float: left;
  }

  #active_int .active_pv{
    color: #999;
    font-size: 15px;
    float: right;
  }

  #active_content{
    width: 88%;
    margin:0 auto;
    text-align: justify;
  }
}