.shoppingCar .carCon,.xiyinExpress .carCon{
	padding:1.7rem;
}
.shoppingCar .bottomConDiv,.xiyinExpress .bottomConDiv{
	height: 70px;
	padding: 12px 24px;
	background-color: #F8F8F8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
	gap: 16px;
}
.cart_info_pdf{
    margin-top: 10px;
}
.cart_info_pdf a{
    padding: 10px 8px;
    background-color: #855A5B;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}

.shoppingCar .bottomConDiv .sheinOrderNumber,.xiyinExpress .bottomConDiv .sheinOrderNumber{
	flex:1;	
}
.shoppingCar .bottomConDiv .sheinOrderNumber input,.xiyinExpress .bottomConDiv .sheinOrderNumber input{
	border: none;
	outline: none;
	width: 100%;
	height: 46px;
	border-radius: 6px;
	padding: 0 16px;
}
.sheinGetAddress{
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #364545;
	border-radius: 6px;
	cursor: pointer;
	padding: 0 8px;
	color: #fff;
}
#xiyinExpressCon .inforPDF{
    margin-top: 24px;
    padding: 24px;
    background: #F8F8F8;
    border-radius: 8px;
}
#xiyinExpressCon .inforPDF .title{
    font-weight: 600;
font-size: 18px;
color: #333333;
}
#xiyinExpressCon .inforPDF .viewPDF{
   width: fit-content;
   padding: 0 8px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    text-align: center;
    margin-top: 24px;  
    line-height: 46px;
    cursor: pointer;
}
#xiyinExpressCon .sheinProductList{
    margin-top: 24px;
    background: #F8F8F8;
    padding: 24px;
}
.sheinProductList .table_header{
    background:#fff;
    height: 48px;
    line-height: 48px;
}
.sheinProductList .table_header .name{
    text-align: center;
}
#xiyinExpressCon .sheinBottom{
    margin-top: 24px;
}
.sheinBottom .comfirnBtn{
   width: 264px;
    height: 70px;
    background: #3B4656;
    border-radius: 8px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    margin: 0 0 0 auto;
}
#xiyinExpressCon .table_body .pro{
    display: flex;
    gap: 2%;
}
#xiyinExpressCon .table_body .pro .proImg{
    width: 49%;
    height: 100px;
    max-width: 100px;
}
#xiyinExpressCon .table_body .pro .sheinAttr{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 0 10px;
}
#xiyinExpressCon .table_body .pro .proImg img{
    width:100%;
    height: auto;
}
#xiyinExpressCon .table_body .pro .productName{
    font-weight: 800;
    font-size: 16px;
    color: #333333;
     display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
}
#xiyinExpressCon .table_body  .table_span{
    text-align: center;
}
#xiyinExpressCon .productAttr{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
#xiyinExpressCon  .orderNo{
    padding: 50px 0;
    width: 100px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
#xiyinExpressCon  .perPrice{
    padding: 50px 0 0 0;
}
#xiyinExpressCon  .perNum{
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
}
#xiyinExpressCon .totalPrice{
    color: #F42F54;
    padding: 50px 0;
}