.breadcrumb-list {
	background-color: transparent;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	height: 36px;
	overflow: hidden;
	padding: 8px 0;
	text-decoration: none;
	margin-bottom: 1rem;
	list-style: none;
}
.breadcrumb-list li {
	color: #aaa;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 0;
}
.breadcrumb-list>li {
	float: left;
}
.breadcrumb-list>li+li::before {
	padding-right: .5rem;
	padding-left: .5rem;
	color: #818a91;
	content: "/";
}
ol li::before {
	content: '';
	display: inline-block;
	margin-left: 2px;
}
.product_info{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 10px;
}
.product_info .thumb-container{
	height: 500px;
	overflow: hidden;
}
.product_info .thumb-container .swiper-slide{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product_info .slide-list{
	height: 500px;
}
.slide-list .swiper-slide{
	text-align: center;
}
.slide-list .swiper-slide img{
	width: 500px;
}
.thumb-container .swiper-slide:not(.swiper-slide-thumb-active){
	opacity: 0.5;
}
.thumb-container .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #f50;
}
.product-info-des{
	padding-left: 3rem;
}
.product-info-des .title h1{
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #333;
	font-family: "Camphor Pro Bold",sans-serif;
	font-weight: 700;
}
.point::before {
	content: '\00b7';
	font-size: 20px;
	font-weight: 700;
	padding: 0 8px;
}
.product-info-des .rating-content{
	display: inline;
}
.product-info-des .price{
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4rem;
	color: #ea2840;
	margin: 5px 0px;
}
.product-info-des .product_tips a{
	color: #666;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5rem;
	text-decoration: underline;
}
.product-info-des .product_tips a:hover{
	color: #f50;
}
.gotocar{
	background-color:#f50;
	color: #fff;
	height: 46px;
	line-height: 1;
}
.gotocar:hover {
	color: #fff;
	background-color: #c40;
	border-color: transparent;
}
.gotocar:active {
	color: #fff;
	background-color: #f50;
	border-color:transparent;
}
.gotocar:focus {
	color: #fff;
	background-color: #f50;
	border-color:transparent;
}
.gotocar:active:focus{
	color: #fff;
	background-color: #f50;
	border-color:transparent;
}
.product-info-des .selectNum{
	height: 46px;
}
.product-info-des .rating-content.mylove .iconsolid-star{
	color: #f42424;
	padding: 0px 8px;
	font-size: 0.8rem;
}
.product-info-des .rating-content .iconsolid-star{
	color: #dddddd;
	padding: 0px 8px;
	font-size: 0.8rem;
}
.product-info-des .rating-content.mylove a{
	color: #f42424;
}
.product-info-des .rating-content a{
	color: #aaa;
}

.product-info-des .delivery-section{
	background-color: #fff;
	border: solid 1px #eee;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.product-info-des  .delivery-section .title{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6rem;
	padding-top: 2px;
	position: relative;
	color: #45a00a;
}
.product-info-des  .delivery-section .contant{
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5rem;
	padding-bottom: 2px;
	padding-left: 40px;
	padding-right: 8px;
}
.product-info-des  .delivery-section .cuponCon{
	margin-top: 15px;
}
.product_more .product_feature{
	padding: 20px 0;
}
.product_more .product_feature h2{
	color: #333;
	font-family: "Camphor Pro Bold",sans-serif;
	font-weight: 700;
	font-size: 1.15rem;
	line-height: 1.6rem;
}
.product_more .product_feature .panel-body{
	clear: both;
	content: '';
	display: block;
	height: initial;
	max-height: 250px;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
	text-overflow: ellipsis;
}
.product_more .product_feature.active .panel-body{
	clear: both;
	content: '';
	display: block;
	height: initial;
	max-height: initial;
	position: relative;
	text-overflow: ellipsis;
}
.product_more .product_feature .panel-body.ratingDes{
	max-height: 500px;
}
.product_more .product_feature.active .panel-body.ratingDes{
	overflow-y: scroll;
}
.product_more .product_feature .panel-body ul li,.seller-information ul li{
	color: #666;
	font-size: .9rem;
	font-weight: 400;
	line-height: 2.5rem;
	margin-bottom: 8px;
	margin-left: 8px;
	list-style: disc;
}

.product_more .product_feature .panel-body ul,.seller-information ul{
	color: #666;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5rem;
	list-style-type: disc;
	margin-bottom: 32px;
	padding-left: 15px;
}
.product_more .product_feature .panel-body::before {
	background: linear-gradient(rgba(255,255,255,0) 20px,#fff);
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
}
.product_more .product_feature.active .panel-body::before {
	background: transparent;
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
}
.product_more .ratingDes::before{
	background: linear-gradient(rgba(255,255,255,0) 20px,#fff);
	content: '';
	height: calc((100% - 140px));
	position: absolute;
	top: 170px;
	width: 100%;
	z-index: 1;
}
.product_more .panel-details{
	border-top: 1px solid #ccc;
}
.product_more .ratingDes .rating_tj{
	display: flex;
	justify-content: space-between;
	height: 25px;
	align-items: center;
}
.product_more .ratingDes .rating_1 .iconsolid-star:nth-child(1){
	color: #ffd000;
}
.product_more .ratingDes .rating_2 .iconsolid-star:nth-child(1){
	color: #ffd000;
}
.product_more .ratingDes .rating_2 .iconsolid-star:nth-child(2){
	color: #ffd000;
}
.product_more .ratingDes .rating_3 .iconsolid-star:nth-child(1){
	color: #ffd000;
}
.product_more .ratingDes .rating_3 .iconsolid-star:nth-child(2){
	color: #ffd000;
}
.product_more .ratingDes .rating_3 .iconsolid-star:nth-child(3){
	color: #ffd000;
}
.product_more .ratingDes .rating_4 .iconsolid-star:nth-child(1){
	color: #ffd000;
}
.product_more .ratingDes .rating_4 .iconsolid-star:nth-child(2){
	color: #ffd000;
}
.product_more .ratingDes .rating_4 .iconsolid-star:nth-child(3){
	color: #ffd000;
}
.product_more .ratingDes .rating_4 .iconsolid-star:nth-child(4){
	color: #ffd000;
}
.product_more .ratingDes .rating_5 .iconsolid-star{
	color: #ffd000;
}
.product_more .ratingDes .iconsolid-star{
	color: #ddd;
}
.product_more .ratingDes .rating_tj .progress{
	width: 85%;
	height: 10px;
	line-height: 10px;
	margin-bottom: 0px;
}
.product_more .ratingDes .rating_tj .progress .progress-bar{
	background-color: #ffd000;
	height: 10px;
	line-height: 10px;
}
.product_more .ratingDes .ratingScore{
	color: #333;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.6rem;
	text-align: center;
	padding-top: 12px;
}
.product_more .ratingDes .ratingNum{
	text-align: center;
}
.ratingDes .writePl{
	text-align: right;
	color: #f50;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5rem;
	text-decoration: underline;
	clear: both;
}
.ratingDes .writePl:hover{
	cursor: pointer;
	color: #c40;
}
.review-container .review-item .rating-star,.review-container .review-item .review_a,.review-container .review-item .review_title,.replay_answer{
	margin-bottom: 4px;
	color: #666;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5rem;
}
.replay_answer{
	margin-left: 20px;
}
.replay_answer .body-base-sm{
	color: #f50;
}
.review-container .review-item .rating-star{
	margin-bottom: 0px;
	line-height: 5px;
	margin-top: 30px;
}
.review-container .review-item .review_a .review-verified-purchase{
	color: #45a00a;
}
.review-item .rating-star .iconsolid-star{
	font-size: .8rem;
}
.review-item .review_title  h3{
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
}



.product-extra-info .seller-information{
	margin-bottom: 16px;
	padding-top: 12px;
	border-top: 1px solid #eee;
	margin-top: 12px;
}
.product-extra-info .seller-information h2{
	font-size: 1.15rem;
	line-height: 1.6rem;
	padding-bottom: 8px;
	color: #333;
	font-family: "Camphor Pro Bold",sans-serif;
	font-weight: 700;
}
.product-extra-info .seller-information .seller-con{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-extra-info .seller-information .seller-con a{
		color: #666;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6rem;
		text-decoration: underline;
}
.seller-information .seller-con a:hover{
		color: #f50;
}
.seller-information .usp_item{
	margin-bottom: 12px;
	padding: 5px 0px;
}
.seller-information .usp_item .iconfont{
	font-size: 1.6rem;
}
.seller-information .usp_item:hover a,.seller-information .usp_item:hover .iconfont{
	color: #f50;
}
.goods_info_attr .attr_spec_name{
    font-weight: 700;
    color: #121212;
}
.optionList{
    margin-top: 10px;
}
.optionList .optionItem{
	float: left;
	border: 1px solid #d2d2d2;
	color: #121212;
	padding: 3px;
	margin: 0 5px 10px 0;
	position: relative;
	display: flex;
	align-items: center;
	font-size: .9rem;
	cursor: pointer;
	padding: 10px 20px;
    border-radius: 5px;
}
.optionList ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.optionList .optionItem.active{
	border: 1px solid #f50;
}
.optionList .optionItem.active b {
	display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: url(../images/dsc-icon.png) 0 0 no-repeat;
}

.btn-invalid{
	width: 100%;
	display: block;
	height: 46px;
	line-height: 46px;
	border-radius: .25rem;
	text-align: center;
	margin-top: 5px;
	color: #fff;
}	
.btn-invalid.closed{
	background-color: #ccc;
}
.btn-invalid.closed:hover{
	background-color: #bbb;
	color: #FFF;
}
.btn-invalid.similar{
	background-color: #ff8f22;
}
.btn-invalid.similar:hover{
	background-color: #dc7715;
	color: #FFF;
}	
.btn-invalid.installment{
	background-color: #26c15a;
}
.btn-invalid.installment:hover{
	background-color: #25a951;
	color: #FFF;
}
.btn-invalid.storepick{
	background-color: #b31919;
}
.btn-invalid.storepick:hover{
	background-color: #941414;;
	color: #FFF;
}

#popup_pickStore .item{
	display: flex;
    justify-content: flex-start;
	margin-bottom: 20px;
}
#popup_pickStore .item .label{
	color: #333;
	width: 120px;
	text-align: left;
}

#popup_pickStore .item  em{
    display: block;
	font-size: .9rem;
}
#popup_pickStore .shop-info {
    border: solid 1px #dfdfdf;
    padding: 10px;
    width: 360px;
    display: block;
}
#popup_pickStore .shop-info h3 b {
    color: #ff6700;
}
#popup_pickStore .shop-info h3 .select {
    float: right;
    color: #333;
}

#popup_pickStore .shop-info h3 .select:hover{
	color: #f50;
}
#popup_pickStore .shop-info p{
	font-size:.9rem;
}
#popup_pickStore .item input{
	border: solid 1px #ccc;
	outline: none;
	border-radius: 2px;
	text-indent: 4px;
	width: 300px;
	height: 30px;
	padding: 0;
}
#popup_pickStore #store_pick .shop-info-item {
    float: left;
    margin: 0 10px 20px 10px;
    width: 250px;
    text-decoration: none;
    color: #666;
	float: left;
	box-sizing: border-box;
}
.select-shop-box .shop-info-item {
    cursor: pointer;
}
#popup_pickStore .select-shop-box .shop-info-item.active{
    border: 1px solid #ff6700;
}

.pro_num .count .btn-disabled .iconfont{
    color: #ddd;
}


.dates_box{
    font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hevetica,\\5b8b\4f53,sans-serif;
}
.dates_box_top{
 padding: 2px 5px;
}
.dates_bottom {
    padding: 3px 5px;
	height: auto;
}
.dates_table thead tr th {
    text-align: center;
}
.product_more .product_feature .panel-body.hidemask::before{
		top:0;
		left:0;
		z-index: -1;
}

.p-imgs-warp{ overflow:hidden;}
.p-thumb-img{ overflow:hidden; margin-bottom:12px;}
.p-thumb-img li{ float:left; padding:2px; border:1px solid #d2d2d2; margin-right:10px; height:54px; height:54px; position:relative;}
.p-thumb-img li a{ display:table-cell; vertical-align:middle; height:54px; height:54px;}
.p-thumb-img li:hover,.p-thumb-img li.curr{ border-color:#f50;}
.p-thumb-img li img{ cursor:url(/themes/ecmoban_dsc2017/images/cursor_plus.png),auto; max-height:54px; max-width:54px;}
.p-thumb-img li.curr img{ cursor:url(/themes/ecmoban_dsc2017/images/cursor_reduce.png),auto;}

.p-view-img{ position:relative; border:1px solid #d2d2d2; padding:2px; background-color:#fff; float:left; max-width:400px; max-height:400px; text-align:center; position:relative;}
.p-view-img img{ width:100%; height:100%; cursor:url(/themes/ecmoban_dsc2017/images/cursor_reduce.png),auto;}
.p-view-img a{ height:100%; position:absolute; top:0; width:60px; text-align:center;}
.p-view-img a i{position:absolute; top:50%; left:50%; margin-top:-18px; margin-left:-12px; width:23px; height:40px; background:url(/themes/ecmoban_dsc2017/images/arrow_icon.png) no-repeat; display:none;}
.p-view-img a:hover i{ display:block;}
.p-view-img .p-prev{ left:0;}
.p-view-img .p-next{ right:0;}
.p-view-img .p-prev i{ background-position:0 0;}
.p-view-img .p-next i{ background-position:-23px 0;}
