@keyframes fixedAni {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: .8;
	}

	100% {
		width: 150px;
		height: 150px;
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}

.fixedIco p {
	color: white;
	text-shadow: 0 0 1px rgba(0, 0, 0, .5);
	flex: 1;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	height: 100%;
	line-height: 40px;
	overflow: hidden;
	font-weight: 700;
}

.fixedIco p::after {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	border-radius: 50%;
	background: white;
	left: 50%;
	top: 50%;
	-webkit-animation: fixedAni 1.5s ease infinite;
	animation: fixedAni 1.5s ease infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	pointer-events: none;
}

.fixedIco p::before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	border-radius: 50%;
	background: white;
	left: 50%;
	top: 50%;
	-webkit-animation: fixedAni 1s ease infinite;
	animation: fixedAni 1s ease infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	pointer-events: none;
}

/* 下面是购物车右侧样式 */
.myBox-right .shopTab {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	font-size: 14px;
	font-weight: 400;
}

.myBox-right .shopTab li {
	float: left;
	margin-right: 20px;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	color: #9A9A9A;
	font-weight: 400;
	cursor: pointer;
}

.myBox-right .shopTab li.activeTab {
	color: #343434;
	border-bottom: 2px solid #3C84FC;
}

.myBox-right .shop-heshi {
	width: 266px;
	height: 30px;
	border: 1px solid rgba(90, 102, 137, 1);
	margin-top: 35px;
}

.myBox-right .shop-heshi li {
	display: inline-block;
	width: 133px;
	text-align: center;
	line-height: 30px;
	float: left;
	font-size: 13px;
	color: #5A668A;
	cursor: pointer;
}

.myBox-right .shop-heshi li.shopActive {
	background-color: #5A6689;
	color: #FFFFFF;
}

.myBox-right .addshop {
	min-height: 180px;
}

/* 购物车右侧样式end */
input[type="checkbox"] {
	display: none;
}

label {
	position: relative;
	display: inline-block;
	z-index: 1;
	border: 1px solid #b8b8b8;
	border-radius: 1px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 20px;

}

label.mark {
	background: url("/static/img/icon/dui.png") no-repeat;
	background-size: 100%;
}

a:hover {
	color: #ff873e;
	text-decoration: underline;
}

.shopBox {
	display: none;
	margin-top: 30px;
}

.cartMain {
	position: relative;
	width: 880px;
	min-width: 880px;
	max-width: 880px;
	min-height: 880px;
	overflow: hidden;
	margin: 0 auto;
	padding: 35px 60px 100px 30px;
}

/*购物车头部*/
.cartMain_hd {
	width: 100%;
	font-size: 13px;
	color: #666666;
}

.cartMain_hd .cartTop {
	height: 33px;
	line-height: 33px;
	background-color: #F7F7F7;
}

.cartMain_hd .cartTop .list_chk {
	width: 120px;
	text-indent: 30px;
}

.cartMain_hd .cartTop .list_con {
	width: 150px;
	text-indent: 30;
	text-align: center;
}

.cartMain_hd .cartTop .list_chk label {
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0;
}

.cartMain_hd .cartTop .list_info {
	padding: 0;
	text-indent: 15px;
}



.cartBox {
	width: 100%;
	margin-bottom: 15px;
}



/*商品列表*/
.cartBox .order_content {
	border: 1px solid #E8E8E8;
	margin-top: 18px;
}

.cartBox .order_content a {
	display: block;
}

.order_lists {
	width: 100%;
	height: 180px;
	border-bottom: 1px solid #e7e7e7;
}

.order_lists:last-child {
	border-bottom: none;
}

.order_lists li {
	float: left;
	height: 100%;
	width: 220px;
	overflow: hidden;
	position: relative;
}

.order_lists .list_chk {
	position: relative;
	width: 50px;
	text-align: center;
}

.order_lists .list_chk input[type="checkbox"] {
	position: absolute;
	z-index: 0;
	left: -20px;
	top: -20px;
}



.order_lists .list_con .list_img {
	width: 60px;
	height: 60px;
	float: left;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.order_lists .list_con .list_img .yulandiv:hover
{
	overflow: hidden;
    border: 1px solid #009933;
}
.order_lists .list_con .list_img .yulandiv img {
	/* width: 100px; */
	vertical-align: top;
	width: 100%;
	height: 100%;
/* 	position: absolute;
	clip: rect(10px, 70px, 70px, 10px);
	top: -10px;
	left: -10px; */
}
.order_lists .list_con .list_img .yulandiv img:hover{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.order_lists .list_con .list_text {
	margin: 10px 0 0 0px;
	line-height: 18px;
	width: 150px;
	float: right;
	box-sizing: border-box;
    padding-left: 15px;
}

.order_lists .list_con .list_text p {
	color: #9A9A9A;
	font-size: 11px;
	margin-top: 5px;
}

.order_lists .list_con .list_text p:first-child,
.order_lists .list_con .list_text p:nth-child(2) {
	color: #343434;
	font-size: 12px;
	font-weight: 400;
}

.order_lists .list_con .list_text p:nth-child(3),
.order_lists .list_con .list_text p:nth-child(5) {
	margin-top: 10px;
}

.order_lists .list_info {
	width: 140px;
	box-sizing: border-box;
	padding: 70px 0;
}

.order_lists .list_info p {
	color: #9c9c9c;
	line-height: 18px;
	margin-left: 15px;
	font-size: 13px;
	color: #666666;
}

.order_lists .list_price {
	width: 130px;
	/* padding-top: 20px; */
	box-sizing: border-box;
}

.order_lists .list_price-box {
	padding-top: 20px;
}

.order_lists .list_info_head {
	text-align: center;
}

.order_lists .list_price .pricecss {
	line-height: 18px;
	font-family: Verdana, Tahoma, arial;
	color: #3c3c3c;
	font-size: 13px;
	color: #666666;
	padding-top: 8px;
	text-align: right;
}

.order_lists .list_price .pricecss:nth-child(2) {
	color: #D19C75;
}

.order_lists .list_amount {
	width: 120px;
	text-align: center;
}

.order_lists .list_amount .amount_box {
	width: 77px;
	height: 25px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 25px;
}

.order_lists .list_amount .amount_box input {
	width: 39px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #aaa;
	color: #343434;
	text-align: center;
	padding: 4px 0;
	background-color: #fff;
	z-index: 2;
	position: absolute;
	left: 18px;
	float: left;
}

.order_lists .list_amount .amount_box a {
	float: left;
	height: 23px;
	width: 17px;
	border: 1px solid #e5e5e5;
	background: #f0f0f0;
	text-align: center;
	line-height: 23px;
	color: #444;
	position: absolute;
	top: 0;
}

.order_lists .list_amount .amount_box a:hover {
	border-color: #ff873e;
	text-decoration: none;
	color: #ff873e;
	z-index: 3;
}

.order_lists .list_amount .amount_box .reduce {
	left: 0;
}

.order_lists .list_amount .amount_box .reSty {
	color: #cbcbcb;
}

.order_lists .list_amount .amount_box .reSty:hover {
	border-right: none;
	border-color: #e5e5e5;
	text-decoration: none;
	color: #cbcbcb;
}

.order_lists .list_amount .amount_box .plus {
	border-left-color: transparent;
	right: 0;
}


.order_lists .list_sum {
	width: 140px;
	text-align: center;
}

.order_lists .list_sum .sum_price {
	line-height: 18px;
	margin-top: 60px;
	font-family: Verdana, Tahoma, arial;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.order_lists .list_sum .sum_txt {
	color: #9A9A9A;
	font-size: 12px;
	text-align: center;
}

.order_lists .list_op {
	width: 80px;
}

.order_lists .list_op .del {
	height: 32px;
	background: #F7F7F7;
	border: 1px solid #E7E7E7;
	border-radius: 3px;
	color: #656565;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	padding: 0 10px;
	margin-top: -30px;
}

.order_lists .list_op .del a {
	color: #656565;
	font-size: 13px;
	text-decoration: none;
}

.order_lists .list_op .heshi-over {
	font-size: 13px;
	color: #32AE61;
}

.order_lists .list_op .heshi-zhong {
	color: #B17F53;
}

.order_lists .list_op p {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

/*底部总计算价*/
.bar-wrapper {
	width: 880px;
	height: 50px;
	z-index: 99;
	margin-top: 120px;
	border-top: 1px solid #666666;
	padding-top: 22px;
}

.bar-wrapper .bar-right {
	float: right;
	color: #3c3c3c;
}

.bar-wrapper .bar-right strong {
	color: #c60c31;
}

.bar-wrapper .bar-right .piece {
	float: left;
	min-width: 110px;
	margin-right: 20px;
	height: 50px;
	line-height: 50px;
}

.bar-wrapper .bar-right .piece .piece_num {
	display: inline-block;
	padding: 0 10px;
	font-weight: 700;
	font-size: 18px;
	font-family: tohoma, arial;
}

.bar-wrapper .bar-right .totalMoney {
	float: left;
	min-width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #666666;
}

.bar-wrapper .bar-right .totalMoney .total_text {
	float: right;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 15px;
	color: #c60c31;
}

.bar-wrapper .bar-right .calBtn {
	float: left;
}

.bar-wrapper .bar-right .calBtn a {
	display: block;
	width: 171px;
	height: 50px;
	color: #fff;
	background: #003378;
	font-size: 22px;
	letter-spacing: 5px;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	border-radius: 2px;
	font-weight: bold;
}

.bar-wrapper .bar-right .calBtn a.btn_sty {
	background: #3C84FC;
	cursor: pointer;
}

.bar-wrapper .bar-left {
	float: left;
	height: 50px;
	line-height: 50px;
}

.bar-wrapper .bar-left input {
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0;
}

.bar-wrapper .bar-left .del-all {
	position: relative;
	text-align: center;
	width: 120px;
	float: left;
	font-size: 13px;
	color: #343434;
	cursor: pointer;
}

.bar-wrapper .bar-left a {
	font-size: 13px;
	color: #343434;
	text-decoration: none;
}

.bar-wrapper .bar-left label {
	position: relative;
	display: inline-block;
	z-index: 1;
	border: 1px solid #b8b8b8;
	border-radius: 1px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 20px;
}

.innerPrice {
	text-align: center;
}

.innerPrice-list {
	text-align: center;
	line-height: 180px;
}
