

/**
隐藏移动端
 */
.productDesc .move_desc_content{
  display: none;
}
/*顶部导航栏*/
.productDesc  .nav_bar {
  position: absolute;
  top: 0;
}

/**
顶部Banner
 */
.productDesc .banner {
  position: relative;
  z-index: 2;
}

/**
banner图片大小
 */
.productDesc .nav_bg {
  width: 100%;
  height: 120px;
  /*background-color: black;*/
  background-image: url("../images/nav/nav_bg.png");
}


/*产品*/
.productDesc .desc_content{

  max-width: 1800px;
  margin: 100px auto 0 auto;
  position: relative;
  z-index: 0;
}
/*产品图片*/
.productDesc .desc_content .left{

  width: 50%;
  float: left;

}
/*锚圆点*/
.productDesc .circle{
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  margin: 10px;
  border: black 1px solid;
  text-decoration: none;
}
/*图片*/
.productDesc .left img{
  width: 60%;
  display: block;
  margin: 200px auto;
}
/*参数配置信息*/
.productDesc .desc_content .right{
  width: 50%;
  /*background-color:rosybrown ;*/
  height: 600px;
  float: left;

}
.productDesc  .right .content{

  width: 400px;
}

@media screen and (min-width: 1300px) {
  /*标题*/
  .productDesc  .right .title{
    font-size: 27px;
    margin: 10px 0;
  }
  .productDesc  .right .content{
    padding-left: 10%;
    /*padding:30px 0 30px 10%;*/
    position: fixed;
    width: 400px;
  }
  /*小标题*/
  .productDesc  .right .smallTitle{
    margin: 10px 0;
  }
  /*价格*/
  .productDesc   .right .price{
    font-size: 17px;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px #ccc solid;
    width: 90%;
  }
  /*型号*/
  .productDesc  .right .model{
    padding: 10px 0;
    margin: 10px 0;
    /*border-bottom: 1px #ccc solid;*/
    width: 90%;
  }
  /*型号*/
  .productDesc  .right .logo{

    margin: 10px 0;
    border: 1px #ccc solid;
    width: 90%;
  }
  .productDesc  .logo img{
    padding: 10px;
    float: left;
    width: 35px;
    height: 35px;
  }
  .productDesc  .logo span{
    padding: 16px 0px 0 20px;
    display: block;
    float: left;
  }

  /*参数标题*/
  .productDesc   .paramter_title{
    width: 90%;
    border-top: 1px #ccc solid;
    padding: 10px 0;
  }
  /*购买按钮*/

  .productDesc  .buy {
    text-decoration: none;
    width: 90%;
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    padding: 10px 0;
  }

  .productDesc  .buy:hover {
    background-color: #5f6060;
    border-color: #5f6060;
    cursor: pointer;
  }

  .productDesc  .buy:focus {
    background-color: #5f6060;
    border-color: #5f6060;
  }
}

@media screen and (max-width: 1370px) {
  /*距离顶部值*/
  .productDesc  .desc_content{
    margin: 50px auto 0 auto!important;
  }
  /*标题*/
  .productDesc   .right .title{
    font-size: 26px;
    margin: 10px 0;
  }
  .productDesc  .right .content{
    padding-left: 5%;
    /*padding:30px 0 30px 10%;*/
    position: fixed;
  }
  /*小标题*/
  .productDesc  .right .smallTitle{
    margin: 7px 0;
  }
  /*价格*/
  .productDesc   .right .price{
    font-size: 14px;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px #ccc solid;
    width: 90%;
  }
  /*型号*/
  .productDesc  .right .model{
    padding: 5px 0;
    margin: 5px 0;
    /*border-bottom: 1px #ccc solid;*/
    width: 90%;
  }
  /*型号*/
  .productDesc  .right .logo{

    margin: 5px 0;
    border: 1px #ccc solid;
    width: 90%;
  }
  .productDesc  .logo img{
    padding: 5px;
    float: left;
    width: 35px;
    height: 35px;
  }
  .productDesc  .logo span{
    padding: 11px 0px 0 20px;
    display: block;
    float: left;
  }
  /*参数*/
  .productDesc .parameter{
    font-size: 10px;
  }
  /*参数标题*/
  .productDesc  .paramter_title{
    width: 90%;
    border-top: 1px #ccc solid;
    padding: 10px 0;
  }
  /*购买按钮*/
  .productDesc  .buy {
    text-decoration: none;
    width: 90%;
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    padding: 10px 0;
  }

  .productDesc  .buy:hover {
    background-color: #5f6060;
    border-color: #5f6060;
    cursor: pointer;
  }

  .productDesc  .buy:focus {
    background-color: #5f6060;
    border-color: #5f6060;
  }
}
