



.pdp .bbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.pdp cl:after, .pdp .clearFix:after, .pdp .clearfix:after {
    clear: both;
    display: block;
    height: 0;
    content: "";
}

.pdp .fl {
    float: left !important;
}
.pdp ::-webkit-scrollbar {
    overflow: visible;
    width: 10px;
    height: 10px;
}
.pdp ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.pdp ::-webkit-scrollbar-thumb {
    border: solid transparent;
    border-width: 1px 0;
    background: #c6c8cc;
    background-clip: padding-box;
}
.pdp :link, .pdp :visited {
    text-decoration: none;
}

.pdp a, .pdp a:hover {
    text-decoration: none;
}
.pdp a {
    background-color: transparent;
}

.pdp a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}

.pdp_agent{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    padding-left: 20px;
    color: #ff6521;
    background: url(../images/ico-tmag.png) no-repeat left center;
    background-size: 16px 16px;
}
.pdp_line{
    border-bottom: 1px solid #ddd;
}
.pdp_txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #828897;
    margin-bottom: 20px;
}
.pdp_price {
    width: 100%;
    height: 108px;
    margin-bottom: 20px;
    background-color: #F6F7F9;
    border-radius: 5px;
}

.pdp_price .price_a {
    font-size: 12px;
    line-height: 16px;
    color: #828897;
}
.pdp_price .price {
    margin: 15px 0 0 0;
}
.pdp_price .price .span_a {
    font-size: 12px;
    color: #ff6521;
}
.pdp_price .price .num {
    font-size: 36px;
    color: #ff6521;
    font-family: DINProM;
}
.pdp_price .price .span_b {
    font-size: 12px;
    line-height: 16px;
    color: #ff6521;
}


.pdp_list .list_tit {
    width: 70px;
    font-weight: bold;
    color: #181C29;
    margin-right: 20px;
    line-height: 32px;
}
.pdp_list .list_ul {
    width: calc(100% - 90px);
    margin-left: -10px;
}
.pdp_list .list_ul .li_item {
    float: left;
    color: #333;
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
    border: solid 1px #ECECEC;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 20px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.pdp_list .list_ul .li_item.on, .pdp_list .list_ul .li_item:hover
 {
    border-color: #3A62C8;
    /* color: #3A62C8; */
}
.pdp_list .list_ul .li_item.on .icon-tagGou, .pdp_list .list_ul .li_item:hover .icon-tagGou {
    position: absolute;
    top: -0.9px;
    right: -1px;
    width: 23px;
    height: 19px;
    background: url(../images/ico-check.png) no-repeat center center;
    background-size: 23px 19px;
}

.clearb{clear:both;}