/*全局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: #eee;
}

/*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;
    color: #666;
    font-size: 16px;
  }

  /*在线提醒*/
  #online_tips{
    width: 100%;
    height: 80px;
    background: #dc3545;
    position: fixed;
    bottom: 0;
    line-height: 60px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    display: block;
    overflow: hidden;
  }

  #online_tips_sb{
    width: 100%;
    height: 80px;
    background: #28a745;
    position: fixed;
    bottom: 0;
    line-height: 60px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    display: block;
    overflow: hidden;
  }

  /*活动标题*/
  #active_title{
    width:94%;
    margin:10px auto 15px;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 400em;
  }

  #active_int{
    width: 94%;
    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: 94%;
    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: 94%;
    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: 100px;
    margin:0 auto;
  }

  #wxewm img{
    width: 100px;
  }

  #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: 75%;
    margin: 15px auto;
    background: #fff;
    padding:20px 20px;
    border-radius: 5px;
    line-height: 22px;
    color: #666;
    font-size: 16px;
  }

  /*在线提醒*/
  #online_tips{
    width: 100%;
    height: 70px;
    background: #dc3545;
    position: fixed;
    bottom: 0;
    line-height: 60px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    display: block;
    overflow: hidden;
  }

  #online_tips_sb{
    width: 100%;
    height: 80px;
    background: #28a745;
    position: fixed;
    bottom: 0;
    line-height: 60px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    display: block;
    overflow: hidden;
  }

  /*活动标题*/
  #active_title{
    width:94%;
    margin:10px auto 15px;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 400em;
  }

  #active_int{
    width: 94%;
    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: 94%;
    margin:0 auto;
    text-align: justify;
  }
}