.goods_box{
    width: 1180px;
    margin: auto;
}
.xiangbao {
    width: 1180px;
    padding-bottom: 26px;
}
.goods_img{
    width: 500px;
    height: 500px;
    padding: 25px 0 0 0;
    position: relative;
    float: left;
}
.goods_img img{
    width: 500px;
    height: 480px;
    display: block;
    margin: 0 auto;
}
.goods_info{
    width: 550px;
    float: left;
    padding-left: 20px;
}
.info_title{
    min-height: 52px;
    height: auto;
    width: 562px;
    padding-left: 0px;
    padding-top: 14px;
}
.info_title h3{
    min-height: 42px;
    height: auto;
    line-height: 42px;
    font-size: 30px;
    display: block;
    float: left;
}
.info_fongwen{
    line-height: 18px;
    padding-bottom: 16px;
    color: #3d4145;
    font-size: 16px;
    padding-left: 10px;
}
.info_yx{
    border-top: 1px solid #efefef ;
    border-bottom: 1px solid #efefef ;
}
.price_left{
    width: auto;
    color: #3d4145;
    text-indent: 0px;
    text-align: right;
    padding-right: 12px;
    padding-bottom: 6px;
}
.pt20{
    padding-top: 20px;
}
.prcie_box span{
    font-size: 14px;
}
.prcie_box .price{
    color: #303030;
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    margin-right: 2px;
}
.f20{
    font-size: 20px;
}
.pr5{
    padding-right: 5px;
}
.yuanjia{
    color: red;
    text-decoration: line-through;
}
.leixing_box{
    padding-top: 12px;
    width: 100%;
    position: relative;
}
.leixing_box span.left{
    float: left;
    padding-right: 12px;
}
.buy_btn{
    margin-top: 70px;
}
.buy_btn a {
    display: block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.buy_btn .btn_add {
    background-color: #ffe56d;
    color: #e33c1c;
}
.btn_buy{
    background: #e33c1c;
}
.fl{
    float: left;
}
.ml30{
    margin-left: 30px;
}
.mt10{
    margin-top: 10px;
}
.ml35{
    margin-left: 35px;
}
.btn_reduce, .btn_plus{
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ddd;
}
.number{
    width: 58px;
    height: 34px;
    border: 1px solid #ddd;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: none;
    border-right: none;
    text-align: center;
    line-height: 34px;
    color: #333;
    display: block;
    font-size: 14px;
    cursor: default;
}