@charset "utf-8";
/* CSS Document */
#item_info {
    background-color: #fff;
    padding-bottom: 8px;
}
#item_show {
    margin-bottom: 4px;
    width: 100%;
}
#item_show > img {
    display: block;
    margin: 0 auto;
}
.item_name, #item_price {
    line-height: 28px;
    padding: 0 14px;
}
.item_name {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    word-break: break-all;
}
#item_price_wrap {
    line-height: 20px;
    vertical-align: bottom;
}
#item_price, #express_money_show {
    display: inline-block;
}
#item_price {
    line-height: 20px;
    overflow: visible;
}
#item_control, #item_seller {
    padding: 10px 10px 0;
}

#control_wrap, #seller_wrap {
    background-color: #fff;
    border-radius: 3px;
    padding: 10px 10px 15px;
}
#control_btn_loading, #control_btn {
    height: 32px;
    line-height: 32px;
}
#buy_now {
    right: 0;
    top: 0;
}
#my_cart, #buy_now {
    width: 32%;
}
#add_cart, #buy_now {
    color: #fff;
}
#my_cart, #add_cart, #buy_now {
    border-radius: 4px;
}
.orange_bg {
    background-color: #ff5000 !important;
}
.item_npBut{margin-top:0.5em;width:100%;}
.item_npBut a{float:left;display:inline-block;width:46%;padding:5px 0px;background-color:#ff5000;color:#ffffff;text-align:center;}
.item_npBut a:hover{background-color:#ff6119;}
.item_npBut a:nth-child(2){float:right;}
#item_detail {
    padding: 10px;
}
#detail_wrap {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
	background-color: #fff;
    border-radius: 3px;
	padding:10px;
}
#detail_wrap > img {
    display: block;
}
.i_title {
    color: #333;
    font-size: 14px;
    height: 26px;
    left: 0;
    line-height: 26px;
    top: 0;
    width: 100%;
    z-index: 2;
}
.guarantee p{padding:5px 0px;}
#add_cart {
    width: 50%;
	line-height:32px;
}
#add_cart, #buy_now {
    color: #fff;
}
#my_cart, #add_cart, #buy_now {
    border-radius: 4px;
}
.blue_bg {
    background-color: #0298ff !important;
}
/********************/
#pro_butCon
{
    width:100%;
    height:30px;
    line-height:30px;
    background:#ffffff;
    text-align:center;
}
.proNav{margin:0px;padding:0px;width:100%;height:1px;overflow:hidden;clear:both;background:#dfdfdf;}
#pro_butCon a{margin-left:10px;margin-right:10px;}
/*************************/
#item_show_wrap{width:100%;}
#item_show_wrap p{line-height:180%;}