  /******产品页样式******/
  .container{
    padding-left:10px;
    padding-right:10px;
  }
body:{
    background: #f4f4f4
  }

.container .product-one{
    /*height: 605px;*/
    /*width:100%;*/
    margin-bottom: 35px;
    color: #333333;
    border: 1px solid #ccc;
    
}

.container a{
    text-decoration: none;
}

.container .product-one .product-img img{
    width:100%;
    max-height: 303px;
}

.container .product-one:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
    cursor:pointer;
  }

.container .product-one:hover .product-title{
    color:#02A4ED;

}
.container .product-one .product-content{
    padding: 10px;
    background: #fff;
}

div.product-color{
    width: 33.33%;
    height: 20px;
    margin:0 auto;
    margin-bottom: 20px;
    margin-left: 40%;
}

.product-content div.product-color i{
    display: inline-block;
    border:1px solid #ccc;
    width:20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
    margin-right: 6px;
}

div.product-title{
    width: 150px;
    height: 35px;
    line-height: 35px;
    margin:0 auto;
    margin-left: 33.33%;

}
div.product-desc{
    padding: 0 20px;
    height: 60px;
    line-height: 20px;
    margin:0 auto;
    text-align: center;

}

div.bag{
    margin-top:-10px;
}

div.product-one{
    margin-top: 30px;
}



@media screen and (max-width: 769px) {
    .container .product-one{
        /*height: 605px;*/
        /*width:100%;*/
        margin-bottom: 15px;
        text-align: center;
    }

    div.bag{
        margin-top:-40px;
    }
}
