#shoppingCard{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
#shoppingCard .cardInfo{
    background-color: #F9FAFD;
    padding: 10px;
    width: 100%;
}
.cardInfo .cardContent{
    padding: 25px 0 20px 40px ;
    background-color: #ffffff;
}
.cardContent .cardImg{
    float: left;
}
.cardContent .cardDetail{
    float: left;
    height: 330px;
    overflow: auto;
    margin-left: 7%;
    width: 70%;
}
.cardDetail .card_message{
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;

}
.card_message .card_name{
    font-size: 16px;
    color: #373737;
    display: inline-block;
    width: 60%;
}
.card_message .card_price{
    /*margin: 0 13%;*/
    display: inline-block;
    color: green;
}
.card_message .buyCard,.card_message .shopCart_login{
    float: right;
    margin-right: 10%;
    outline: none;
    padding: 5px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    background-color: #BE0028;
    letter-spacing: 0px;
    border: none;
    border-radius: 4px;
}
.card_message .num{
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
}
.card_message .card_button .form-control{
    display: inline-block;
    width: 50px;
    height: 30px;
}
.card_message .card_button button{
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    vertical-align: middle;
}
.card_message .card_button button:hover{
    background-color: #ebebeb;
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}

.cardInfo .collect_card{
    width: 100%;
    text-align: right;
    margin-top: 15px;
}
.collect_card .amount_price{
    font-size: 21px;
    margin-right: 10%;
    font-family: 黑体;
}
.collect_card .amount_price em{
    display: inline-block;
    width: 80px;
    color: orangered;
    font-size: 22px;
    margin: 0 15px;
    text-align: center;
}
.collect_card .settle_accounts{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    background-color: #BE0028;
    letter-spacing: 0px;
    margin-right: 5%;
}
#shoppingCard .notice{
    width: 1200px;
    margin: 0 auto;
}

.notice .notice_title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    background-color: #F5F5F5;
    color: #3a3a3a;
    margin: 10px 0;
    font-size: 18px;
}
.notice .notice_con{
    background: #F9FAFC;
    padding: 30px 30px 30px 0;
    color: #424242;
    font-size: 15px;
    letter-spacing: 0px;
}
.notice_con .notice_img{
    width: 100%;
    text-align: center;
}
.notice_con .notice_msg{
    margin-top: 8%;
}
.notice_msg span{
    color: #424242;
    margin-bottom: 15px;
    display: block;
    padding: 0 0 0 20px;
    letter-spacing: 0px;
    font-size: 15px;
}
.notice_msg li{
    font-size: 16px;
    color: #434343;
    margin-bottom: 5px;
}


.bgtitle{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    background-color: #F5F5F5;
    color: #3a3a3a;
    margin: 10px 0;
    font-size: 18px;
}
.payCard ul{
    overflow: hidden;
    padding-top: 15px;
}
.payCard ul li{
    float: left;
    margin: 22px;
    margin-right: 0px;
    border: 6px #fff solid;
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
}
.payCard ul li img{
    width: 260px;
}

.payCard ul li.current{
    /* border: 6px #ff6c88 solid; */
}
.payCard ul li span{
    width: 260px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
}
.payCard ul li.current span{
     /* background: #eed41c; */
}
.payCard ul li i{
    display: block;
    width: 22px;
    height: 22px;
    background: url(../PcImages/qilin/cnchecked.png);
    background-size: 100%;
    margin: 0 auto;
    margin-top: 12px;
    
}
.payCard ul li.current i{
    background: url(../PcImages/qilin/cchecked.png);
    background-size: 100%;
}
.o_receive{
    margin-left: 50px;
    padding-top: 10px;
}
.o_receive .pay{
    width: 240px;
    float: left;
    margin-right: 3%;
    cursor: pointer;
}
.o_receive .pay .pay_way{
    display: inline-block;
    padding: 5px 10px;
}
.o_receive .pay_way img{
    width: 100%;
}
.o_receive .pay .acc_price{
    font-size: 12px;
    color: #878787;
    display: block;
    margin-top: 5px;
    width: 180px;
    text-align: center;
}
.o_receive .pay .acc_price .balanceCur{
    font-size: 12px;
}
.o_receive .pay .active{
    background: url(../PcImages/cart_n_ico05.gif) no-repeat 100% 100%;
    background-size: 25px;
}
.confirmW{
    overflow: hidden;
}
.confirmW p{
    font-size: 18px;
    margin-left: 40px;
}
.confirmW .submit_ord{
    width: 200px;
    height: 43px;
    font-size: 22px;
    outline: none;
    border: none;
    background-color: #707070;
    color: #ffffff;
    letter-spacing: 0px;
    float: right;
    margin-right: 15px;
    margin-left: 15px;
}






