/*隐藏PC端*/
.productDesc .desc_content{
  display: none;
}
/*轮播图*/
.productDesc .product_swiper{
  text-align: center;
  width: 100%;
}
/*轮播图图片*/
.productDesc .product_swiper .banner-image{
  width: 80%;
  margin: 0 auto;
}
/*轮播导航*/
.productDesc .banner-pagination{
  margin-top:8px;
}
/*轮播图按钮*/
.productDesc .banner-button{
  margin: 10px 0;
}
/*左边按钮*/
.productDesc  .banner-pre{
  float: left;
  margin-left:50px;
  height: 40px;
  z-index: 2000;
}
/*右边按钮*/
.productDesc  .banner-next{
  float: right;
  margin-right: 50px;
  height: 40px;
  z-index: 2000;
}



/*产品内容*/
.productDesc .move_desc_content{
  padding-top: 70px;
}

/*产品信息*/
.productDesc .buy_content{
  margin-top: 30px;
}

/*标题*/
.productDesc .buy_content .title{
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin: 10px 0;
}
/*描述信息*/
.productDesc .buy_content .desc{
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}

/*价格*/
.productDesc .buy_content .price{
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
/*Logo*/
.productDesc .buy_content .logo{
  width: 16%;
  display: block;
  margin: 30px auto;
  text-align: center;
  border: 1px #cccccc solid;
  padding: 6px;
}
.productDesc .buy_content .logo img{
  width: 100%;

}
.productDesc .buy_content .logo span{
font-size: 5px;
}
/*分割线*/
.productDesc .buy_content .line{
  width: 90%;
  margin: 40px auto;
  border-top:1px #ccc solid;
  height: 2px;

}
/*参数*/
.productDesc .buy_content .parameter{
  width: 80%;
  margin: 0 auto;
  font-size: 0.5em;
}
/*购买按钮*/

.productDesc  .buy {
  text-decoration: none;
  width: 50%;
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  display: block;
  margin: 30px auto;
  text-align: center;
  padding: 10px 0;
}

/*产品款式*/
.product_select{
  width: 100%;
  text-align: center;
}
