/**
 * PC版css样式
 * User: niuhua
 * Date: 2019/4/28
 */



/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media (min-width:1200px) {
  body{background-color:#fff;}
  .top_pc_background{
    background: url(../img/bc1.png) center top;
    background-size: cover;
  }
  .logo_bc{
   background-color:rgba(255,255,255,0.17);
   height: 120px;
  }
  .logo img{
    width:25%;
    padding:2% 1%;
  }
  .top_title{
    font-size:15px;
    color: #fff;
  }
  .top_title li{
    float: right;
    list-style: none;
    padding-right:5%;
    padding-top:2%;
    padding-bottom:2%; 
  }
   .top_title li a{
    color:#fff;
    text-align: center;
    line-height:120px;
    text-decoration: none; 
   }
   .top_title li a:hover{
    color: #fbda1d;
   }
   .yj_pic img{
    width: 23%;
    padding-top:5%;
   }
   .iphone img{
    padding:5% 2%;
    width: 25%;
   }
   .Android img{
    padding:5% 2%;
    width: 25%;
   }
   .up{
    text-align: center;
    padding-bottom:2%;
   }
   .up span{
    font-size:23px;
    text-align: center;
    line-height: 25px;
    color: #fff;

   }
   .egg_img{
    padding-left:0px;
    padding-right:0px;
   }
   .egg_img img{
    min-width: 100%;
   }
   .bottom_text{
    font-size:15px;
    color:#000;
    padding-top:3%;
    line-height:28px;  
   }
   .cart img{
      width:15%;
      padding:2%;
   }
   .bottom_hx{
    border-bottom: 1px solid #8c8c8e;
   }
   .text{
    text-align: center;
    color: #8c8c8e;
    padding-top:1%;
   }

}


/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:992px) and (max-width:1200px) {
 body{background-color:#fff;}
  .top_pc_background{
    background: url(../img/bc1.png) center top;
    background-size: cover;
  }
  .logo_bc{
   background-color:rgba(255,255,255,0.17);
   height: 120px;
  }
  .logo img{
    width:25%;
    padding:2% 1%;
  }
  .top_title{
    font-size:15px;
    color: #fff;
  }
  .top_title li{
    float: right;
    list-style: none;
    padding-right:5%;
    padding-top:2%;
    padding-bottom:2%; 
  }
   .top_title li a{
    color:#fff;
    text-align: center;
    line-height:120px;
    text-decoration: none; 
   }
   .top_title li a:hover{
    color: #fbda1d;
   }
   .yj_pic img{
    width: 23%;
    padding-top:5%;
   }
   .iphone img{
    padding:5% 2%;
    width: 25%;
   }
   .Android img{
    padding:5% 2%;
    width: 25%;
   }
   .up{
    text-align: center;
    padding-bottom:2%;
   }
   .up span{
    font-size:23px;
    text-align: center;
    line-height: 25px;
    color: #fff;

   }
   .egg_img{
    padding-left:0px;
    padding-right:0px;
   }
   .egg_img img{
    min-width: 100%;
   }
   .bottom_text{
    font-size:15px;
    color:#000;
    padding-top:3%;
    line-height:28px;  
   }
   .cart img{
      width:15%;
      padding:2%;
   }
   .bottom_hx{
    border-bottom: 1px solid #8c8c8e;
   }
   .text{
    text-align: center;
    color: #8c8c8e;
    padding-top:1%;
   }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width:768px) and (max-width:992px) {
 body{background-color:#fff;}
  .top_pc_background{
    background: url(../img/bc1.png) center top;
    background-size: cover;
  }
  .logo_bc{
   background-color:rgba(255,255,255,0.17);
   height: 120px;
  }
  .logo img{
    width:25%;
    padding:2% 1%;
  }
  .top_title{
    font-size:15px;
    color: #fff;
  }
  .top_title li{
    float: right;
    list-style: none;
    padding-right:5%;
    padding-top:2%;
    padding-bottom:2%; 
  }
   .top_title li a{
    color:#fff;
    text-align: center;
    line-height:120px;
    text-decoration: none; 
   }
   .top_title li a:hover{
    color: #fbda1d;
   }
   .yj_pic img{
    width: 23%;
    padding-top:5%;
   }
   .iphone img{
    padding:5% 2%;
    width: 25%;
   }
   .Android img{
    padding:5% 2%;
    width: 25%;
   }
   .up{
    text-align: center;
    padding-bottom:2%;
   }
   .up span{
    font-size:23px;
    text-align: center;
    line-height: 25px;
    color: #fff;

   }
   .egg_img{
    padding-left:0px;
    padding-right:0px;
   }
   .egg_img img{
    min-width: 100%;
   }
   .bottom_text{
    font-size:15px;
    color:#000;
    padding-top:3%;
    line-height:28px;  
   }
   .cart img{
      width:15%;
      padding:2%;
   }
   .bottom_hx{
    border-bottom: 1px solid #8c8c8e;
   }
   .text{
    text-align: center;
    color: #8c8c8e;
    padding-top:1%;
   }
}

@media (max-width:767px){
    body{
    background-color:#fbbf16;
  }
  .top_bc{
     background: url(../img/bc.jpg) center top;
     /*background-attachment: fixed;*/
     background-size: cover;
  }
  .logo img{
        width: 23%;
      display: block;
      padding: 30px 0px 3px 15px;
  }
  .logo span{
    font-size:15px;
    color: #fff;
    padding-left:13px;
  }
  .top_text img{
    width: 80%;
    display: block;
    padding-top:23%;
    padding-bottom: 20%;
  }
  .conter_text img{
    width: 60%;
      display: block;
      margin-top: -21px;
  }
  .iphone{
    text-align: center;
  }
  .iphone img{
    width: 30%;
    padding-top:50%;
    padding-bottom:5%;
  }
  .iphone a{
    text-decoration: none;
    color: #fff;
  }
  .iphone span{
    font-size:15px;
    color: #fff;
    text-align: center;
  }

  .Android{
    text-align: center;
  }
  .Android img{
    width: 30%;
    padding-top:50%;
    padding-bottom:5%;
  }
  .Android span{
    font-size:15px;
    color: #fff;
    text-align: center;
  }
  .Android a{
    text-decoration: none;
    color: #fff;
  }

}