.fl{
    float: left;
}
.fr{
    float: right;
}
.mb20{
    margin-bottom: 20px;
}
.prodetail .bread-crumbs {
    height: 58px;
    line-height: 58px;
    margin-top: 94px;
}
.prodetail  .bread-crumbs a {
    color: #616161;
}
.prodetail .products-detail .top-s {
    padding: 20px 0 40px 0px;
    background: #ffffff;
}
.prodetail  .products-detail {
    background: #f5f5f5;
    overflow: hidden;
}
.prodetail  .content{
    overflow: hidden;
}
.prodetail  .content .bigimg{
    width: 500px;
    height: 500px;
}
.prodetail  .content .bigimg img{
    width: 100%;
    height: 500px;
}
.products-detail .r-s .title {
    line-height: 1.3;
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}
.products-detail .r-s .title h3 {
    color: #000000;
    font-size: 30px;
}
.c_red {
    color: #fe0000 !important;
}
.products-detail .r-s .s-1 {
    color: #999999;
    line-height: 33px;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    font-size: 14px;
}
a.link {
    display: inline-block;
    width: 45%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #bcbcbc;
    transition: background-color 0.3s;
}
a.link i {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    height: 39px;
}

a.link1 i {
    width: 33px;
    background: url(/resources/icon/ico_tm.png) no-repeat center;
}
a.link2 i {
    width: 33px;
    background: url(/resources/icon/ico_jd.png) no-repeat center;
}
a.link:hover {
    background-color: #ffaf29;
    color: #fff !important;
}
.product-info-tit {
    border-top: 1px solid #dedede;
    padding: 20px 0;
    text-align: center;
    background: #ffffff;
    margin-bottom: 20px;
}

.product-info-tit  a.ycur {
    color: #ffaf29;
}

.product-info-tit a {
    font-size: 18px;
    color: #616161;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #d6d6d6;
    padding: 0 55px;
}
.product-info-main {
    background: #ffffff;
    padding: 20px;
}
.product-info-main  .img_box{
    width: 900px;
    margin: 0 auto;
}
.product-info-main > div img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
