/* 销售购物车 */
.body-right-wp {
    width: 888px;
    display: inline-block;   
    border: 1px solid #CBCBCB;
    margin-left: 20px;
    margin-bottom:10px;
}

.clear{
    clear:both;
}
.main{width:1200px; margin:0px auto;}
.right-title {
    width: 862px;
    margin: 0 auto;
    height: 86px;
    line-height: 86px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #131319;
}

.car_left_box{
    width:550px;
    float:left;
}

.car_right_box{
    width:550px;
    float:left;
}

.right-content {
	width: 862px;
	margin: 0 auto;
}

/* 购物车表格的标题 */
.userCart-title {
	height: 35px;
	background-color: #f4f4f4;
	line-height: 35px;
}

.userCart-title div{
    float: left;
    font-size: 12px;
	color: #747474;
    text-align: center;
}

/* 商品 */
.userCart-title div:nth-child(1){
    width: 300px;
}

/* 规格 */
.userCart-title div:nth-child(2){
    width: 180px;
}

/* 数量 */
.userCart-title div:nth-child(3){
    width: 180px;
}

/* 价格 */
.userCart-title div:nth-child(4){
    width: 190px;
	padding-left: 10px;
}

.userCartWp{
    margin-bottom:20px;
}

/* 购物车表格的内容 ----------------------------------------------------------------------------------------------------- */
.userCart-con{
    width: 862px;
    max-height: 480px;
    overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
}

.userCart-con .userCart-con-item{
    width: 862px;
    height: 160px;
    border-bottom: 1px solid #f4f4f4;
}

.userCart-con .userCart-con-item:hover {
	background-color: #fafafa;
}

/* CheckBox按钮 */
.el-checkbox__input .el-checkbox__inner{
    width: 16px;
    height: 16px;
}

.el-checkbox__input .el-checkbox__inner::after{
    margin-left: 1px;
	margin-top: 1px;
}

/* 每一行的DIV样式 */
.userCart-con-item>div{
    float: left;
}

/* 商品图片 */
.userCart-con-item>div>img{
    max-width: 90px;
    max-height: 90px;
	margin-top: 35px;
}

/* 按钮的容器 */
.userCart-con-item>div:first-child{
    height: 160px; 
    width: 60px;
	text-align: center;
}

.userCart-con-item>div:first-child label {
    margin-top: 70px;
}

/* 图片的容器 */
.userCart-con-item>div:nth-child(2){
    width: 90px;
    height: 160px;
}

/* 标题的容器 */
.userCart-con-item>div:nth-child(3){
    width: 135px;
    height: 160px;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 15px;
	color: #747474;
}

.userCart-con-item>div:nth-child(3) p {
    width: 100%;
}

/* 规格相关 */
.userCart-con-item>div:nth-child(4){
    width: 155px;
    padding-left: 35px;
    height: 160px;
    overflow: auto;
    overflow-x: hidden;
}

.userCart-con-item-info:nth-child(1) {
	margin-top: 20px;
}

.userCart-con-item-info{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 5px;
	font-size: 12px;
	color: #747474;
}

/* 数量 */
.userCart-item-count-wp{
    width: 140px;
    height: 20px;
	margin-top: 70px;
}

.userCart-item-count-wp>div{
    float: left;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.userCart-item-count-wp>.userCart-item-count-subtrict{
    width: 20px;
    cursor: pointer;
    border-right: 0px;
	background-color: #f4f4f4;
	margin-left: 35px;
	user-select: none;
}

.userCart-item-count-wp>.userCart-item-count-plus{
    width: 20px;
    cursor: pointer;
	background-color: #f4f4f4;
	user-select: none;
}
 
.userCart-item-count-wp>.userCart-item-count{
    width: 50px;
    border-right: 0px;
}

/* 价格 */
.userCart-con-item>div:nth-child(6){
    width: 150px;
    height: 150px;
	color: #747474;
    padding-left: 13px;
}

.userCart-con-item>div:nth-child(6) div {
	font-size: 16px;
	margin-top: 10px;
}

.userCart-con-item>div:nth-child(6) div:nth-child(1) {
	margin-top: 48px;
    font-size: 12px;
}

.userCart-con-item>div:nth-child(6) div:last-child {
	color: red;
}

/* 删除按钮 */
.userCart-con-item>div:nth-child(7){
    width: 30px;
    height: 160px;
    margin-right: 7px;
}

.cart-del-button{
    cursor: pointer;
    padding: 5px 4px 5px 4px;
    text-align: center;
    font-size: 20px;
	font-size: 12px;
    margin-top: 70px;
}

/* 最下面的信息 */
.userCart-footer{
    width: 862px;
    position: relative;
    padding-top: 78px;
	margin: 0 auto;
}

/* 您的积分 */
.userCart-footer>div:nth-child(1){
    margin-bottom: 10px;
	margin-left: 880px;
}

.jfdk {
    position: absolute;
    right: -51px;
    top: 117px;
}

/* 使用的积分 */
.userCart-footer>div:nth-child(2){
    margin-bottom: 10px;
    height: 40px;
	margin-left:888px;
}

.userCart-footer>div:nth-child(2)>span{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-left: -7px;
    color: #747474;
}

.userCart-footer>div:nth-child(2)>div{
    width: 100px;
    float: left;
}

/* 订单总计 */
.userCart-footer>div:nth-child(3){
    font-size: 16px;
	width: 165px;
}

.userCart-footer>div:nth-child(4){
    font-size: 16px;
    width: 250px;
    margin-bottom: 10px;
    margin-left: 882px;
}

/* 最后两个按钮 */
.userCart-footer>div:nth-child(5){
    height: 50px;
}

.commitButton, .shoppingButton{
    float: right;
    width: 205px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    background-color: #D2936F;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}

.userCart-footer>div:nth-child(5)>div:nth-child(2){
    margin-right: 30px;
}

.commitButton {
	margin:0 50px 20px 0;
}

#delete_all_car:hover {
    cursor: pointer;
    color: #D2936F;
}

/* 设置滚动条的样式 */
.userCart-con::-webkit-scrollbar {
    width:12px;
}

/* 滚动槽 */
.userCart-con::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
}

/* 滚动条滑块 */
.userCart-con::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}

.userCart-con::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(122, 122, 122, 0.4);
}