.route {
    font-size: 13px;
    background: #f7f7f7;
    padding: 10px 0;
    color: #676767;
}

.detail_part {
    width: 880px;
    margin: 0 auto;
}

.name {
    margin: 40px 0 20px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}

.cate,
.label {
    position: relative;
    font-size: 14px;
    color: #c6c6c6;
    margin-bottom: 8px;
    padding-left: 28px;
    min-height: 23px;
}

.pprice {
    color: #f40;
    font-size: 18px;
    padding-top: 5px;
}

.cate:before {
    content: "";
    background-image: url(../../img/cate.png);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
}

.label:before {
    content: "";
    background-image: url(../../img/label.png);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
}

.label span {
    margin-right: 10px;
}

.info {
    margin: 20px 0;
    font-size: 15px;
    letter-spacing: 1px;
    color: #6e6e6e;
}

.desc_part {
    width: 1150px;
    margin: 35px auto 0;
    background: #fff;
    padding: 20px 25px;
}

.desc_part h5 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #c8c8c9;
    line-height: 36px;
}

.desc_part h5 span {
    display: inline-block;
    padding: 0 20px;
    border-bottom: 1px solid #000;
}

.desc {
    float: left;
    width: 880px;
    padding: 25px 0;
    overflow: hidden;
}

.desc img{
    width:expression(this.width>880?"880px":this.width+"px");
    max-width: 880px;
    margin:auto;
    margin-bottom: 25px;
    margin-top: 25px;
    clear: both; 
    display: block; 

}

.left_detail {
    float: left;
    width: 400px;
}

.right_detail {
    float: left;
    width: 800px;
}

.product_img {
    text-align: center;
    height: 240px;
    width: 277px;
    overflow: hidden;
    margin: 40px auto 40px;
}

.product_detail_img {
    text-align: center;
    width: 277px;
    overflow: hidden;
    margin: 40px auto 40px;
}

.product_img img {
    width: 100%;
}

.product_detail_img img {
    width: 100%;
}

.pcate {
    padding: 25px 0;
    float: left;
    width: 270px;
}

.pcate ul {
    background: #f7f7f7;
    width: 200px;
    margin-left: 20px;
    min-height: 400px;
}

.pcate ul li {
    line-height: 36px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

.pcate ul li span {
    display: inline-block;
    width: 185px;
    padding-left: 15px;
}

.pcate ul li:first-child {
    color: #7f7e7e;
    line-height: 56px;
}

.detailcate i {
    position: absolute;
    right: 20px;
    top: 10px;
    background-image: url(../../img/lefticon.png);
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.scate {
    display: none;
    padding: 0 15px;
}

.scate p {
    margin: 0;
    font-size: 14px;
    padding-left: 20px;
}

.ondetailcate span {
    background: #d9d9d9;
}

.ondetailcate i {
    position: absolute;
    right: 20px;
    top: 10px;
    background-image: url(../../img/downicon.png);
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}
