

.bgfff {
	background-color: #ffffff;min-width: 1420px;
}
.over{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cart {
	width: 100%;
	max-width: 1420px;
	padding: 30px 0 40px;
	margin: 0 auto;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.disFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}

.cart .centeryd {
	margin-bottom: 25px;
	color: #CCCCCC;
}

.cart .centeryd span {
	color: #333333;
}

.cartype{
	padding: 20px 0;
}
.cartype .item{
	justify-content: center;
	flex-direction: column;
	min-width: 80px;
}
.cartype .item .icon{
	justify-content: center;
	width: 63px;
	height: 63px;
	background: #F3F3F3;
	border-radius: 50%;
}
.cartype .item .icon .s1{
	display: block;
}
.cartype .item .icon .s2{
	display: none;
}
.cartype .item.active .icon .s1{
	display: none;
}
.cartype .item.active .icon .s2{
	display: block;
}
.cartype .item.active .icon{
	background: #C00012;
}
.cartype .item p{
	margin-top: 15px;
	font-size: 12px;
	color: #999999;
}
.cartype .item.active p{
	color: #D02127;
}
.cartype .bord{
	width: 90px;
	border-bottom: 1px solid #F3F3F3;
}
.cartype .bord.active{
	border-color: #D02127;
}

.cartcont .cartl{
	float: left;
	width: 1040px;
}
.cartcont .cartr{
	float: right;
	width: 350px;
	padding: 0 30px 35px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.06);
}

.itemname .name {
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.tabcart {
	padding: 0px;
	box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.06);
}
.tabcart table {
	width: 100%;
	border-radius: 4px;
}

.tabcart table tr th,
.tabcart table tr td {
	text-align: center;
	border-bottom: 1px solid #F3F3F3;
}

.tabcart table tr th {
	padding: 15px 0 15px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
}

.tabcart table tr td {
	padding: 30px;
	font-weight: 400;
	color: #333333;
}
.tabcart .shopnr img{
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.tabcart .shopnr .param{
	text-align: left;
	line-height: 18px;
}
.tabcart .stock{
	display: inline-block;
	line-height: 18px;
	text-align: left;
	color: #666666;
}
.tabcart .number{
	justify-content: center;
}

.tabcart .number .btn{
	position: relative;
	z-index: 10;
	width: 31px;
	height: 31px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	cursor: pointer;
}
.tabcart .number .btn::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 2px;
	background-color: #999999;
}
.tabcart .number .num{
	width: 61px;
	height: 31px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
}
.tabcart .number .add::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
	width: 2px;
	height: 12px;
	background-color: #999999;
}
.tabcart .op{
	padding: 0;
	padding-right: 10px;
}
.tabcart .del img{
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.cartcont .cartr-item{
	padding: 25px 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #F3F3F3;
}
.cartcont .checkout{
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #C00012;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
.cartcont .shopping{
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	border: 1px solid #999999;
	border-radius: 4px;
	text-align: center;
	color: #333333;
	cursor: pointer;
}
.cartcont .paybank p{
	padding: 18px 0 14px;
	color: #333333;
}
.cartcont .paybank img{
	width: 100%;
}
.cartnone{
	/* display: none; */
}
.cartnone .nr{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 85px 0 90px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.06);
}
.cartnone img{
	width: 290px;
	height: 192px;
}
.cartnone .sm{
	margin-top: 20px;
	font-size: 22px;
	color: #333333;
}
.cartnone .cartnobtn{
	margin-top: 35px;
	width: 270px;
	height: 46px;
	line-height: 46px;
	color: #ffffff;
	text-align: center;
	background: #C00012;
	border-radius: 4px;
}
/* 购物车删除弹窗 */
.delfix{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	display: none;
}
.delfix .fixc{
	position: absolute;
	top: calc(50% - 120px);
	left: 0;
	right: 0;
	z-index: 10;
	width: 470px;
	height: 240px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: center;
}
.delfix .fixc .sm{
	margin-top: 56px;
	font-size: 18px;
	color: #333333;
}
.delfix .fixc .btn{
	justify-content: center;
	margin-top: 80px;
}
.delfix .fixc .btn .cancel{
	width: 120px;
	height: 46px;
	line-height: 46px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.delfix .fixc .btn .delete{
	margin-left: 10px;
	width: 120px;
	height: 46px;
	line-height: 46px;
	border-radius: 4px;
	color: #ffffff;
	background: #C4001D;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

/* address-form */
.addrform{
	padding: 0 25px;
	box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 6%);
}
.addrtitle{
	padding: 40px 0 30px;
	line-height: 1;
	color: #333333;
	border-bottom: 1px solid #EEEEEE;
}
.addrtitle .name{
	font-weight: bold;
	font-size: 18px;
}
.addrtitle .addreditbtn img{
	width: 13px;
	height: 13px;
}
.addrform .sm{
	margin-top: 25px;
	margin-bottom: 5px;
	color: #000000;
}
.addrform .sm i{
	color: #FC5144;
}
.addrform .item .name{
	padding: 20px 0 15px;
}
.addrform .item .name i{
	color: #FC5144;
}
.w50{
	width: 49%;
}
.addrform .item .inp{
	width: 100%;
	height: 50px;
	padding: 0 25px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	box-sizing: border-box;
}
.addrform .item .check{
	justify-content: flex-start;
}
.addrform .item .check input{
	margin-right: 10px;
	width: 14px;
	height: 14px;
	-webkit-appearance: radio
}
.addrform .item .checkitem:not(:last-of-type){
	margin-right: 25px;
}

.selt{
	position: relative;
	z-index: 1;
}
.selt input{
	cursor: pointer;
}
.selt .downicon{
	position: absolute;
	top: 19px;
	right: 20px;
	width: 10px;
	height: 6px;
}
.dropdown{
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 10;
	width: 100%;
	max-height: 300px;
	padding: 10px 0;
	overflow-x: hidden;
	background-color: #ffffff;
	box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.06);
	display: none;
}
.dropdown p{
	display: block;
	line-height: 33px;
	padding: 0 10px;
	color: #666666;
}
.dropdown p:hover{
	background-color: #F4F4F4;
}

.addrform .qh{
	margin-right: 13px;
	min-width: 80px;
	width: 80px;
	height: 50px;
	line-height: 44px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	text-align: center;
	border-radius: 4px;
}
.addrform .telqh{
	align-items: flex-start;
}
.addrform .btn{
	margin-top: 45px;
	padding-bottom: 40px;
	justify-content: center;
	text-align: center;
}
.addrform .save{
	width: 250px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background: #C20017;
	border-radius: 4px;
	cursor: pointer;
}
.addrform .edit{
	margin-left: 25px;
	width: 250px;
	height: 50px;
	line-height: 50px;
	color: #333333;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	cursor: pointer;
}
.addrname{
	padding: 30px 0 15px;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
}
.haveaddr{}
.haveaddr .addritem{
	padding: 35px 55px 25px 40px;
	border-bottom: 1px solid #E3E3E3;
}
.haveaddr .addritem .name{
	position: relative;
	z-index: 10;
}
.haveaddr .addritem .name input{
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 10;
	width: 17px;
	height: 17px;
	-webkit-appearance: radio
}
.haveaddr .addritem .name input:focus,
.haveaddr .addritem .name input:checked{
	color: #D02127;
}
.haveaddr .addritem .msg{
	margin-top: 10px;
	line-height: 24px;
}
.haveaddr .addritem .editbtn img{
	width: 12px;
	height: 12px;
}
.addbtn{
	font-size: 16px;
	cursor: pointer;
}
.addbtn img{
	width: 19px;
	height: 19px;
	margin-right: 7px;
}
.shoppingaddrbtm{
	margin-top: 28px;
	padding-bottom: 40px;
}
.shoppingct{
	width: 290px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #ffffff;
	background: #C00012;
	border-radius: 4px;
}
.shoppingaddrl .name{
	margin-right: 20px;
}
.shoppingaddrl .name i{
	color: #FF9900;
}
.shoppingaddrl .check{
	justify-content: flex-start;
}
.shoppingaddrl .check input{
	margin-right: 10px;
	width: 14px;
	height: 14px;
	-webkit-appearance: radio;
}
.shoppingaddrl .checkitem:not(:last-of-type){
	margin-right: 40px;
}
.fish{
	padding: 23px 0;
	border-bottom: 0;
}
.fish img{
	width: 31px;
	height: 31px;
	margin-right: 9px;
}
.mart10{
	margin-top: 10px !important;
}
.mart20{
	margin-top: 20px !important;
}
.shoprad{
	padding: 10px 0 30px;
}
.shoprad .item{
}
.shoprad .item label{
	padding: 8px 0;
	color: #333333;
	justify-content: flex-start;
}
.shoprad .item input{
	margin-right: 10px;
	-webkit-appearance: radio;
}
.tabshop{
}
.tabshop table{
	width: 100%;
	padding-bottom: 30px;
}
.tabshop table tr th{
	height: 50px;
	color: #333333;
	text-align: center;
	background-color: #EFEFEF;
}
.tabshop table tr td{
	height: 50px;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
}
.tabshop table tr td input{
	-webkit-appearance: radio;
}
.shopts{
	padding-bottom: 30px;
	line-height: 30px;
	color: #F27316;
}

.tabshop .items{
	padding-bottom: 40px;
}
.tabshop .items .item{
	align-items: unset;
}
.tabshop .items .item .pic{
	position: relative;
	z-index: 10;
	width: 110px;
	justify-content: center;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.tabshop .items .item .pic img{
	max-width: 100%;
}
.tabshop .items .item .pic.active:before{
	content: '';
	position: absolute;
	bottom: -8px;
	right: -8px;
	z-index: 10;
	width: 0;
	height: 0;
	border-width: 16px;
	border-style: solid;
	border-color: transparent #C00012 #C00012 transparent;
	/* background-color: #C00012; */
}
.tabshop .items .item .pic.active::after{
	content: '';
	position: absolute;
	bottom: 2px;
	right: 1px;
	z-index: 12;
	width: 8px;
	height: 5px;
	background: url(../images/cart/true.png) no-repeat center / 8px auto;
}
.tabshop .items .item .inp{
	margin-left: 6px;
	width: 170px;
	height: 50px;
	padding: 0 15px;
	color: #333333;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
}


.orderpreview{
	padding: 15px 0;
}
.orderpreview .preitem{
	align-items: flex-start;
	margin-top: 20px;
}
.orderpreview .preitem .view{
	width: 460px;
}
.orderpreview .preitem .name{
	min-width: 120px;
	line-height: 50px;
	color: #333333;
	white-space: nowrap;
}
.orderpreview .preitem input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	border-radius: 4px;
}
.orderpreview .preitem textarea{
	width: 100%;
	height: 160px;
	padding: 15px;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	border-radius: 4px;
	resize: none;
}

.preaddrlist .preitem{
	align-items: flex-start;
	justify-content: flex-start;
	padding: 30px 0;
	color: #333333;
	border-bottom: 1px solid #EEEEEE;
}
.preaddrlist .preitem .name{
	min-width: 145px;
	padding-right: 20px;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
}
.preaddrlist .preitem .r{
	line-height: 30px;
}
.preaddrlist .preitem .r i{
	margin-right: 30px;
}

.tabprodetail{
	margin-top: 35px;
}
.tabprodetail table {
	width: 100%;
	border-radius: 4px;
	color: #333333;
}

.tabprodetail table tr th,
.tabprodetail table tr td {
	padding: 0 15px;
	text-align: center;
	border-bottom: 1px solid #F3F3F3;
}
.tabprodetail table tr th:first-child,
.tabprodetail table tr td:first-child {
	text-align: left;
}
.tabprodetail table tr th:last-child,
.tabprodetail table tr td:last-child {
	text-align: right;
}

.tabprodetail table tr th {
	height: 50px;
	font-weight: bold;
	color: #333333;
	background: #EFEFEF;
}

.tabprodetail table tr td {
	padding: 40px 15px;
	font-weight: 400;
	color: #333333;
	border-bottom: 1px solid #EEEEEE;
}
.tabprodetail .prodetail{
	justify-content: flex-start;
}
.tabprodetail .prodetail > img{
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin-right: 25px;
}
.tabprodetail .prodetail .r{
	line-height: 24px;
}
.tabprodetail .prodetail .r .p{
	justify-content: flex-start;
}
.tabprodetail .prodetail .r .p .name{
	min-width: 100px;
	margin-right: 10px;
}

.formsub{
	justify-content: flex-start;
	margin-top: 40px;
}
.formsub .submit{
	width: 290px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #ffffff;
	background: #C00012;
	border-radius: 4px;
}
.formsub label{
	margin-left: 35px;
}
.formsub label input{
	margin-right: 10px;
}
.formsub label p{
	color: #333333;
}

/* payment */
.payment{}
.payment .paytitle{
	padding: 50px 0;
	border-bottom: 1px solid #EEEEEE;
}
.payment .paytitle .name{
	justify-content: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.payment .paytitle .name img{
	width: 36px;
	height: 36px;
	margin-right: 13px;
}
.payment .orderno{
	justify-content: center;
	margin-top: 30px;
}
.payment .orderno p{
	margin: 0 20px;
	color: #333333;
}
.payment .orderno p i{
	color: #0066CC;
}

.payform{
	margin-top: 35px;
}
.payform .card{
	justify-content: flex-start;
}
.payform .card.bordbtm{
	border-bottom: 1px solid #EEEEEE;
}
.payform .card.padtf33{
	padding: 33px 0;
}
.payform .card input{
	-webkit-appearance: radio;
	margin-right: 15px;
}

.payform .card p{
	margin-left: 15px;
	font-weight: bold;
	color: #333333;
}
.cardnum{
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 5px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}
.cardnum .carditem{
	justify-content: flex-start;
	margin-right: 38px;
	margin-top: 20px;
}
.cardnum .carditem .name{
	min-width: 100px;
	color: #333333;
}
.cardnum .carditem .name i{
	color: #FF9900;
}
.cardnum .carditem input{
	width: 320px;
	height: 46px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	padding: 0 10px;
	color: #333333;
}
.cardnum .carditem input.code{
	width: 180px;
	height: 46px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}
.cardnum .carditem .selt{
	margin-right: 10px;
}
.cardnum .carditem .selt input{
	width: 155px;
	height: 46px;
	padding: 0 10px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	color: #333333;
}

/* complete */
.complete{
	padding: 0.1px 25px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.06);
	color: #333333;
}
.complete .comname{
	margin-top: 20px;
	padding: 0 23px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	background-color: #EFEFEF;
}
.complete .comporder{
	margin-top: 20px;
}
.over{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.pay_order_detail{
	display: inline-block;
	width: 83px;
	height: 33px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
	background: #C60523;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}
.comporder .compl{
	width: 700px;
}
.comporder .compr{
	width: 625px;
}
.compl .op{
	margin-top: -10px;
}
.compl .op .comitem{
	justify-content: flex-start;
	line-height: 30px;
}
.compl .op .comitem span{
	min-width: 105px;
}


.compl .comp-addr .name{
	padding-top:10px;
	margin-top: 10px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #EEEEEE;
}
.compl .comp-addr .sm{
	padding-top: 0px;
	line-height: 30px;
}
.compr .orderstatus{
	flex-direction: column;
	align-items: flex-end;
	padding: 20px 20px 20px 30px;
	background-color: #F6F6F6;
	border-radius: 4px;
}
.compr .orderstatus .sm{
	width: 100%;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
}
.compr .orderstatus .sm i{
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
}
.compr .orderstatus .print{
	margin-top: 25px;
	width: 130px;
	height: 44px;
	line-height: 44px;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 4px;
	text-align: center;
}
.compr .op{
	margin-top: 20px;
}
.compr .comp-item{
	line-height: 30px;
}
.compr .comp-item span{
	display: inline-block;
	min-width: 130px;
}
.compr .comp-item.bold{
	font-weight: bold;
}
.compr .comp-item .red{
	color: #C5001F;
}

.tabcomp table {
	width: 100%;
	border-radius: 4px;
	color: #333333;
}

.tabcomp table tr th,
.tabcomp table tr td {
	padding: 0 15px;
	text-align: center;
	border-bottom: 1px solid #F3F3F3;
}
.tabcomp table tr td:first-child {
	text-align: left;
}

.tabcomp table tr th {
	height: 45px;
	font-weight: bold;
	color: #333333;
}

.tabcomp table tr td {
	padding: 25px 15px;
	font-weight: 400;
	color: #333333;
	border-bottom: 1px solid #EEEEEE;
}
.tabcomp .prodetail{
	justify-content: flex-start;
}
.tabcomp .prodetail > img{
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin-right: 25px;
}
.tabcomp .prodetail .r{
	line-height: 24px;
}
.tabcomp .prodetail .r .p{
	justify-content: flex-start;
}
.tabcomp .prodetail .r .p .name{
	min-width: 100px;
	margin-right: 10px;
}

















