

.pd-nav{
    text-align: center;
}

.pd-nav a{
    display: inline-block;
}

.pd-nav div:nth-child(1){
    font-size:62px;
    font-family:"Century Gothic";
    margin-bottom:61px;
}

.pd-nav div:nth-child(2){
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.pd-nav div:nth-child(2) span {
    font-family:"Century Gothic";
    font-size:23px;
    margin: 0 10px;
    padding: 20px 0;
}

  .pd-item-name{
      text-align: center;
  }

#body div.pd-item-wapper{
    width: 80%;
    margin: 0 auto;
}
.pd-item-inner{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto;
}
.pd-item-inner img{
    width: 100%;
}
.pd-item{
    width: 22%;
    text-align: center;
    margin: 50px 1%;
}
.pd-item-name{
    padding:30px 0;
    font-size:15px;
    color:#A3A3A3;
}

  .pd-select-page{
      text-align: center;
      font-family:"Century Gothic";
      font-size:50px;
  }

.pd-select-page *{
    vertical-align: middle;
}

.pd-select-page span,.pd-select-page img{
    margin-left: 20px;
}

 


.active-page{
    color:#909090
}


.pd-select-page img{
    padding-top: 10px;
}

<!--商品推荐-->

    #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%;
}

/*CSS yellow style pagination*/

DIV.yellow {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 13px; PADDING-BOTTOM: 10px; COLOR: #48b9ef; PADDING-TOP: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #fff; TEXT-ALIGN: center
}
DIV.yellow A {
	BORDER-RIGHT: #f0f0f0 2px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f0f0f0 2px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 0px 2px; BORDER-LEFT: #f0f0f0 2px solid; COLOR: #48b9ef; PADDING-TOP: 2px; BORDER-BOTTOM: #f0f0f0 2px solid; TEXT-DECORATION: none
}
DIV.yellow A:hover {
	BORDER-RIGHT: #ff5a00 2px solid; BORDER-TOP: #ff5a00 2px solid; BORDER-LEFT: #ff5a00 2px solid; COLOR: #ff5a00; BORDER-BOTTOM: #ff5a00 2px solid
}
DIV.yellow A:active {
	BORDER-RIGHT: #ff5a00 2px solid; BORDER-TOP: #ff5a00 2px solid; BORDER-LEFT: #ff5a00 2px solid; COLOR: #ff5a00; BORDER-BOTTOM: #ff5a00 2px solid
}
DIV.yellow SPAN.current {
	BORDER-RIGHT: #ff5a00 2px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ff5a00 2px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #ff5a00 2px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #ff5a00 2px solid; BACKGROUND-COLOR: #ff6c16
}
DIV.yellow SPAN.disabled {
	DISPLAY: none
}