.pd-o-img {
    display: block;
    width: 70%;
    margin: 0 auto;
}

#body div.pd-redc-p{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom:50px;
}

.hot-products-title{
    text-align: center;
    font-size: 25px;
    font-family:"Century Gothic";
    padding: 50px;
    margin-bottom: 20px;
}

.product-item-img{
    /*暂时这样*/
    /*width:320px;*/
    /*width: 33.3%;*/
    /*height: 320px;*/
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.hot-products{
    overflow: hidden;
}

.product-item{
    text-align: center;
    float: left;
    width: 33.2%;
}

.product-item-img img{
    width: 100%;
}

.product-item-img{
    width: 200px;
    height: 200px;
}

.product-name{
    color: #a3a3a3;
    font-family:"Century Gothic";
    font-size:11px;
    margin: 18px 0;
}

.hot-pro-line{
    width: 30%;vertical-align: middle;border-bottom: #989898 1px solid
}

.hot-products-title span:nth-child(2){
    margin:  0 1%;
}

 .pd-nama,.pd-model{
     font-family:"Century Gothic";
     text-align: center;
 }
.pd-nama{
    font-size:62px;
    padding:20px 0;
}

.pd-model{
    font-size:50px;
}
.pd-imgs{
    margin-top:50px;
}
.pd-imgs,.pd-img-big {
    text-align: center;
}

.pd-o{
    margin-top: 50px;
}

.pd-img-big {
    width: 800px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.pd-img-big img{
    /*display:block;*/
    width:100%;
}

.pd-img-items img{
    width: 75px;
    height: 75px;
    margin: 10px;
    margin-top: 15px;
    border:#383838 1px solid;
    overflow: hidden;
    padding: 0;
}

