*{
    padding: 0;
    margin: 0;
}

@media screen and (min-width:751px) {
    .mod-car{
        display: none;
    }
    .shopping{
        width: 1400px;
		padding:10px;
        margin: 0px auto;
        background-color: #fff;
    }
    .shopping .shopping-head{
        font-size: 20px;
        font-weight: bold;
        padding: 15px 10px;
    }
    .shopping .shopping-tou,.shopping .shopping-cont{
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #efefef;
    }
    .shopping .shopping-tou span{
        font-weight: bold;
    }
    .shopping .shopping-tou span:first-child{
        display: inline-block;
        width: 430px;
        text-align: center;
    }
    .shopping .shopping-tou span:nth-child(2){
        display: inline-block;
        width: 110px;
        text-align: center;
    }
    .shopping .shopping-tou span:nth-child(3){
        display: inline-block;
        width: 100px;
        text-align: center;
    }
    .shopping .shopping-tou span:nth-child(4){
        display: inline-block;
        width: 35px;
        text-align: center;
    }
    .shopping .shopping-cont>div:first-child{
        width: 430px;
        display: flex;
        align-items: center;
    }
    .shopping .shopping-cont>div:first-child div:first-child{
        width: 120px;
    }
    .shopping .shopping-cont>div:first-child div:first-child img{
        width: 100%;
    }
    .shopping .shopping-cont>div:first-child div:nth-child(2){
        width: 300px;
        margin-left: 10px;
    }
    .shopping .shopping-cont>div:first-child div p{
        line-height: 30px;
		overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .shopping .shopping-cont>div:first-child div p:nth-child(2){
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .shopping .shopping-cont>div:first-child div .more-detail{
        color: #999;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        cursor: pointer;
    }
    
    .shopping .shopping-cont>div:nth-child(2){
        width: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .shopping .shopping-cont>div:nth-child(2) span{
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #efefef;
        text-align: center;
        line-height: 25px;
        font-size: 25px;
    }
    .shopping .shopping-cont>div:nth-child(2) input{
        width: 50px;
        height: 25px;
        text-align: center;
        outline: none;
        border: 1px solid #efefef;
    }
    .shopping .shopping-cont>div:nth-child(3){
        width: 100px;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
    }
    .shopping .shopping-cont>div:nth-child(4){
        width: 30px;
    }
    .shopping .shopping-cont>div:nth-child(4) img{
        width: 100%;
    }
    .shopping .zong{
        margin-top: 15px;
        line-height: 30px;
        padding: 20px 0;
        text-align: right;
    }
    .shopping .zong span{
        color: red;
        font-weight: bold;
    }
    .shopping .shopping-mai{
        padding: 20px 0;
        border-top: 1px solid #efefef;
        text-align: right;
    }
    .shopping .shopping-mai .but{
        text-decoration: none;
        display: inline-block;
        padding: 10px 15px;
        border: 1px solid #ccc;
        outline: none;
        background-color: #fff;
        color: #000;
    }
    .shopping .shopping-mai .but:first-child{
        margin-right: 30px;
    }
}


@media screen and (max-width:750px) {
    .pc-car{
        display: none;
    }
    .shop{
        background-color: #fff;
        margin-bottom: 62px;
    }
    .shop .shop-cont{
        display: flex;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid #efefef;
    }
    .shop .shop-cont>div:first-child{
        width: 30%;
    }
    .shop .shop-cont div:first-child img{
        width: 100%;
        vertical-align: middle;
    }
    .shop .shop-cont div:nth-child(2){
        width: 67%;
    }
	
	.shop .shop-cont div:nth-child(2)>p:first-child{
		overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
	}
    .shop .shop-cont div:nth-child(2) .more-detail{
        font-size: 12px;
        margin-top: 10px;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .shop .shop-cont div:nth-child(2) div:nth-child(3){
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        
        margin-top: 10px;
    }
	.shop .shop-cont div:nth-child(2) div:nth-child(3) .shop-money p:first-child{
		color: red;
	}
	.shop .shop-cont div:nth-child(2) div:nth-child(3) .shop-money p:nth-child(2){
		font-size:17px;
		font-weight:normal;
		color:#666;
		text-decoration:line-through;
	}
    .shop .shop-cont div:nth-child(2) div:nth-child(3) .shop-plus{
        width: 120px;
        display: flex;
        align-items: center;
        color: #000;
    }
    .shop .shop-cont div:nth-child(2) div:nth-child(3) .shop-plus span{
        width: 30px;
        height: 30px;
        border: 1px solid #efefef;
        text-align: center;
        line-height: 30px;
        
    }
    .shop .shop-cont div:nth-child(2) div:nth-child(3) div input{
        height: 30px;
        width: 50px;
        text-align: center;
        outline: none;
        border: 1px solid #efefef;
    }
    .shop .shop-cont div:nth-child(2) p:nth-child(4){
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px;
    }
    .shop .shop-cont div:nth-child(2) p:nth-child(4) span{
        font-weight: bold;
        font-size: 12px;
        color: red;
    }
    .shop .shop-cont div:nth-child(2) p:nth-child(4) img{
        width: 20px;
    }
    
    .heji{
        width: 100%;
        height: 50px;
        background-color: #ddd;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        bottom: 0;
    }
    .heji>div:first-child{
        text-indent: 8px;
        font-size: 20px;
        color: red;
    }
    .heji>div:nth-child(2) .but{
        text-decoration: none;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        background-color: rgb(245, 55, 102);
        color: #fff;
        border: none;
        outline: none;
        font-size: 16px;
        margin-right: 1px;
    }
}

.explain-detail{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -170px;
    transform: translateY(-50%);
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 2px #ddd;
    display: none;
}
.explain-detail>p{
    text-align: right;
}
.explain-detail>p span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    border: 1px solid #bbb;
    cursor: pointer;
}
.explain-detail div{
    margin-top: 10px;
    line-height: 24px;
}