.title_label{height: 53px;line-height: 53px;color: #7C838B;font-size: 10px;}
.title_label_text{color:#BBBBBB;}
.shopping_img{width: 100%;border: 1px solid #EAF0F4;cursor: pointer;}
.shoping_name{color:#050E35;font-size: 18px;font-weight: bold;margin-bottom: 17px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.originalPrice{font-size: 22px;color:#BBBBBB;margin-right: 15px;}
.afterDiscount{font-size: 30px;font-weight: bold;color:#F98111;}
.productDescription{font-size:16px ;color:#050E35;}
.quantity{font-size: 16px;color:#050E35;margin-top: 30px;margin-bottom: 24px;}
.quantity input{vertical-align: middle;width: 88px;height: 29px;border:1px solid #DBE6EA;padding:8px 14px;outline: none;}
.addCar{background:#2686ED;outline: none;border: none;color:#fff;font-weight: bold;height: 40px;width: 160px;margin-right: 13px;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
.addCar img{width: 18px;margin-right: 8px;vertical-align: text-bottom;}
.checkout{background:#F68211;outline: none;border: none;color:#fff;font-weight: bold;height: 40px;width: 160px;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px; }
.checkout img{width: 18px;margin-right: 8px;vertical-align: text-bottom;}

.goods_detail em a {
    background-color: #f17f03;
    color: #fff;
    padding: 1px 2px;
}
.goods_detail_content{	
	padding: 0 15px;
}

@media (min-width:320px) {
    .afterDiscount{font-size: 23px;}
    .originalPrice{font-size: 18px;}
    .productDescription{display: none;}
    .addCar,.checkout{width:125px; }
    .shoping_name{margin-bottom: 0px;margin-top: 5px;font-size: 17px;}
    .quantity{margin-top: 5px;margin-bottom: 10px;}
    .goods_detail_content img { width: 100%;}
    
}
@media (min-width:375px) {
    .productDescription{display: none;}
    .addCar,.checkout{width:125px; }
    .shoping_name{margin-bottom: 0px;margin-top: 5px;font-size: 20px;}
    .quantity{margin-top: 5px;margin-bottom: 10px;}
    .goods_detail_content img { width: 100%;}
}
@media (min-width:414px) {
    .productDescription{display: none;}
    .shoping_name{margin-bottom: 0px;margin-top: 5px;font-size: 22px;}
    .quantity{margin-top: 5px;margin-bottom: 10px;}
    .addCar,.checkout{width:125px; }
    .goods_detail_content img { width: 100%;}
}
@media (min-width:768px) {
    .productDescription{display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;}
    .addCar,.checkout{width:160px; }
    .shoping_name{margin-bottom: 0;}
    .quantity{margin-top: 5px;margin-bottom: 8px;}
    .afterDiscount{font-size: 30px;}
    .originalPrice{font-size: 22px;}
    .goods_detail_content img { width: auto;}
}
@media (min-width: 1024px) {
    .addCar,.checkout{width:160px; }
    .productDescription{display:block;}
    .shoping_name{font-size: 25px;margin-bottom: 0px;}
    .quantity{font-size: 16px;margin-top: 10px;margin-bottom: 10px;}
    .goods_detail_content img { width: auto;}
}
@media (min-width: 1025px) {
    .shoping_name{font-size: 18px;margin-bottom: 17px;}
    .quantity{font-size: 16px;margin-top: 30px;margin-bottom: 24px;}
    .goods_detail_content img { width: auto;}
}
.headline{color:#050F37;font-weight: bold;font-size: 18px;margin-top: 30px;margin-bottom: 30px;}
