@charset "utf-8";
.goods_title{
    background: #fff;
    height: 50px;
    margin-bottom: 10px;
}
.span_title{
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 20px;
}
.span_link{
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}
.span_link a{
    margin-left: 10px;
    margin-right: 10px;
}
.span_ask{
    float: right;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
}
.link_ask{
    border: 1px solid #aaa;
    padding: 7px 10px;
    cursor: pointer;
}
.goods_main{
    background: #fff;
}
.goods_faq{
    height: 30px;
    line-height: 30px;
    padding: 5px 15px;
    background: #FFB800;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    clear: both;
}
.faq_list{
    margin-left: 10px;
    margin-top: 10px;
}
.faq_item{
    float: left;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 535px;
    font-size: 22px;
    font-weight: bold;
    color: #00f;
    background-color: #A3E14D;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.goods_type{
    height: 30px;
    line-height: 30px;
    padding: 5px 15px;
    margin-bottom: 20px;
    background: #FFB800;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    clear: both;
}
.goods_list{
    background: #fff;
    padding-bottom: 20px;
}
.goods_block{
    float: left;
    width: 200px;
    margin-bottom: 20px;
    margin-left: 25px;
    box-shadow: 0px 0px 10px #777;
    cursor: pointer;
}
.goods_block:hover{
    box-shadow: 0px 0px 10px #f00;
}
.goods_img{
    width: 200px;
    height: 200px;
}
.price_info{
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
}
.span_origin{
    font-size: 18px;
    color: #777;
    margin-left: 10px;
    text-decoration: line-through;
}
.buy_state{
    height: 30px;
    line-height: 30px;
    color: #FFAA71;
    margin: 0 5px 10px 5px;
}
.goods_name{
    font-size: 14px;
    color: #666;
    margin: 0 5px;
}
.goods_right{
    margin-left: 710px;
    background: #fff;
    padding: 20px;
}
.faq_head{
    height: 30px;
    line-height: 30px;
    background: #FFB800;
    border-radius: 2px;
    padding: 5px 8px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.faq_title{
    cursor: pointer;
    line-height: 150%;
    margin: 10px 0;
}
.faq_title:hover{
    color: #f00;
}