.product-details .img {
	position: relative;
	padding-top: .37rem;
	height: 5.77rem;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	background: #fff;
	overflow: hidden;
}

.insure-container {
	background: white;
	padding: .2rem;
	display: flex;
	font-size: .24rem;
	color: #333;
}
.grayDemand{
	background: #999!important;
    border: none;
	color: white!important;
	height: 100%!important;
}
.insure-ul {
	flex-grow: 1;
	margin-left: .2rem;
}

.insure-text {
	margin-bottom: .1rem;
	overflow: hidden; 
	text-overflow:ellipsis;
	 white-space: nowrap;
	 width: 4rem;
	 font-size: .24rem;
}

.footbar-shopcart {
	height: auto !important;
}

.product-details .img img {
	display: inline-block;
	width: 4.66rem;
	height: 4.66rem;
}

.addDemand {
	width: 1.75rem;
	height: 100%;
	color: white;
	background: #fa462d;
	border: none;
	align-self: flex-end;
}

.product-details .row {
	padding: 0 .2rem;
	background: #fff;
	overflow: hidden;
}

.foot-row {
	margin-bottom: 0px !important;
	margin-top: 12px !important;
}

.foot-row2 {
	margin-top: 0px !important;
	margin-bottom: 12px !important;
}

.product-details .row li {
	position: relative;
	padding-right: .5rem;
	border-bottom: 1px solid #d7d7d7;
}

.icon-number {
	width: .3rem;
	height: .3rem;
	background: red;
	border-radius: 50%;
	color: white;
	position: absolute;
	bottom: .6rem;
	left: 1.1rem;
	line-height: .3rem;
}

.icon-record:before {
	content: '\e933';
}

.flex .cell {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}

.icon-record {
	font-size: .3rem !important;
}

.product-details .row li:last-child {
	border-bottom: 0;
}

.product-details .row li i {
	position: absolute;
	top: .2rem;
	right: 0;
}

.product-details .row li i:before {
	font-family: "iconfont" !important;
	font-size: .4rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale;
	content: '\e917';
}

.product-details .row li .down {
	transform: rotate(90deg);
	transition: all .2s linear;
}

.product-details .row .more .down {
	transform: rotate(0);
}

.product-details .summary {
	padding: .2rem 0;
}

.product-details .summary h1 {
	font-size: .3rem;
	line-height: 1.5;
}

.product-details .summary p {
	line-height: 1.5;
	overflow: hidden;
}

.product-details .summary p span {
	font-size: .34rem;
	font-weight: 700;
}

.product-details .summary p span span {
	font-size: .22rem;
	color: #66686c;
}

.product-details .summary p em {
	text-decoration: line-through;
	color: #66686c;
}

.product-details .info {
	padding: .2rem 0;
}

.product-details .info .title {
	float: left;
	width: .7rem;
	line-height: .36rem;
}

.product-details .info div {
	margin-bottom: .1rem;
}

.product-details .info div:last-child {
	margin-bottom: 0;
}

.product-details .info p {
	margin-left: .7rem;
	margin-bottom: .12rem;
	line-height: .36rem;
}

.product-details .info p:last-child {
	margin-bottom: 0;
}

.product-details .info p em {
	display: inline-block;
	width: 3rem;
	line-height: .4rem;
}

.product-details .info .badge {
	margin-right: .15rem;
	vertical-align: top;
}

.product-details .info .package {
	margin-left: .7rem;
}

.product-details .info .package .package-items {
	position: relative;
	margin-bottom: .2rem;
	padding-left: 1.45rem;
	padding-bottom: .2rem;
	height: 1.48rem;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}

.product-details .more .info .package .package-items,
.product-details .info .package .package-items:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	height: 1.28rem;
}

.product-details .info .package .package-items img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.28rem;
	height: 1.28rem;
}

.product-details .info .package .package-items p {
	margin-left: 0;
}

.product-details .hot {
	margin-bottom: 0;
}

.product-details .hot a {
	display: block;
	width: 100%;
}

.product-details .hot a img {
	display: block;
	width: 100%;
}

.product-details .hot .hd {
	height: .74rem;
	line-height: .74rem;
	font-size: .26rem;
}

.product-details .hot .hot-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-details .hot .hot-items {
	padding: 10px;
	float: left;
	width: 33.333333334%;
	height: 3.5rem;
}

.product-details .hot img {
	display: block;
	margin: 0 auto .25rem;
	width: 1.75rem;
	height: 1.75rem;
}

.product-details .hot p {
	margin: 0 auto;
	width: 1.75rem;
	line-height: 1.3;
	margin-bottom: .25rem;
}

.product-details .hot .swiper-pagination {
	position: static;
	margin-bottom: .2rem;
}

.product-details .tabs {
	background: #eee;
}

.product-details .details {
	background: #fff;
}

.product-details .details img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.product-details .details h5 {
	margin-bottom: .28rem;
	padding-bottom: .15rem;
	line-height: 1.5;
	border-bottom: 1px solid #d7d7d7;
}

.product-details .details p {
	line-height: 1.5;
}

.product-details .details p a.color-blue {
	display: inline;
	color: #448aca;
}

.product-details .details .instruction ul {
	border: 1px solid #d7d7d7;
	border-bottom: 0;
	overflow: hidden;
}

.product-details .details .instruction li {
	padding: .13rem 0;
	border-bottom: 1px solid #d7d7d7;
}

.product-details .details .instruction li span {
	float: left;
	width: 2.2rem;
	text-indent: .4rem;
	color: #9d9d9d;
}

.product-details .details .instruction li p {
	margin-left: 2.2rem;
}

.product-details .details .instruction .normal {
	border: 0;
}

.product-details .details .instruction .normal li {
	border-bottom: 0;
}

.product-details .details .instruction .normal li span {
	float: none;
	display: inline-block;
	width: auto;
	text-indent: 0;
}

.product-details .details .instruction .normal li p {
	margin-left: 0;
}

.product-details .details .record {
	text-align: center;
}

.product-details .details .record .hd {
	border-bottom: 1px solid #d7d7d7;
}

.product-details .details .record .hd li {
	height: .79rem;
	line-height: .79rem;
}

.product-details .details .record .bd {
	padding: 0 .2rem;
}

.product-details .details .record .bd li {
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}

.product-details .details .record .bd li:last-child {
	border-bottom: 0;
}

.product-details .details .record .bd .flex {
	height: .84rem;
	line-height: .84rem;
}

.product-details .details .record .bd p {
	margin-bottom: .3rem;
	text-align: right;
	color: #9d9d9d;
}

.product-details .summary p .sellingLine {
	font-size: .30rem;
	color: #aaabab;
	text-decoration: line-through;
	font-weight: normal;
	float: left;
	padding-top: .03rem;
	padding-left: .1rem;
}

.sellingLine {
	font-size: .30rem;
	color: #aaabab;
	text-decoration: line-through;
	font-weight: normal;
	float: left;
	padding-left: .1rem;
}

[data-price] {
	float: left;
}

.cfystyle{
	color: #fff;
	display: inline-block;
	width: 0.8rem;
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 12px;
	text-align: center;
	background: #f00;
	border-radius: 0.08rem;
	position: relative;
	top: -3px;
}
.cfytishi{
	font-size: 0.2rem;
	color: #aaa;
}
/*.dropdown ul li:first-child{
	display: none;	
	}
.dropdown ul li:nth-child(2){
	display: none;	
	}*/