@charset "utf-8";
.hdjcbuy {
    width: 100%;
    overflow: hidden;
}
.shopcart {
    width: 1190px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
}
.shoptitle {
    padding: 10px 0;
    border-bottom: 2px solid #009237;
}
.carttable {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    width: 1190px;
}
.carttable tr td{
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}
.carttablecaption {
    height: 30px;
    text-align: center;
}
.goodsdetail a {
   display: inline-block;
    height: 60px;
    line-height: 60px;
}
.huodongjicaiproductpic {
    width: 60px;
}
.shangpingxinxi {
    width: 350px;
}
.shijishuju {
    text-align: center;
}
.leftalign {
    text-align: left;
}
.shangpdanjia,.shangpshuliang,.shangpingzongjia {
    width: 150px;
}
.text_box {
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    text-align: center;
}
.price,.totalprice {
    color: red;
    font-size: 16px;
}
.paymethod {
    overflow: hidden;
}
.userinfodetail {
    border: 1px solid #cccccc;
}
.shopdetail {
    padding-left: 10px;
    border: 1px solid #cccccc;
    overflow: hidden;
}
.hdjcform {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px;
}
.hdjcform label {
    font-size: 16px;
}
.hdjcform input {
    width: 350px;
    height: 30px;
    border: 1px solid #cccccc;
}
.paylist {
    margin-top: 15px;
}
.paylist ul li {
    float: left;
    margin-right: 20px;

}
.paylist ul li img {
    width: 50px;
    height: 50px;
}
.paylist ul li div {
    width: 80px;
    height: 80px;
    text-align: center;
}
.paylist ul li input {
    float: left;
    margin-top: 30px;
}
.paylist ul li p {
    margin-left: 10px;
}
.jiesuanprice {
    background-color: #F3F3F3;
    padding-left: 15px;
    height: 50px;
    text-align: left;
    line-height: 50px;
    font-size: 16px;
}
.jiesuanprice small {
    color: red;
}
.jiesuanprice a {
    margin-right: 20px;
    margin-top: 10px;
    float: right;
    width: 100px;
    height: 30px;
    background-color: #F39700;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px;

}