body{
	background:#fff;
}
.icon-shoucang .icon-fenxiang01{
	color:#747474;
}
/*header*/
.mui-bar{
	background-color:#2cb267;
}
.detail header a{
	color:#fff;
}
.detail header h1{
	color:#fff;
}
.mui-table-view-chevron .mui-table-view-cell{
	padding-right: 10px;
}
.prod-name{
	font-size: 1.125rem;
	color: #252525;
}
.prod-other{
	font-size: 15px;
	color: #252525;
}
.prod-price{
	font-size:1.5625rem; 				
	color: #ee5a00;
	/*font-weight: bold;*/		
}
.prod-unit{
	font-size:0.75rem;	
	color: #747474;	
	padding: 0 5px;
}
.retail-price{
	float: left;
	width:100%;
	text-align: center;
}
.retail-price span{
	font-size: 16px;
	margin-left: 10px;
}
.mui-scroll-wrapper{
	margin-bottom:10px;
	margin-top: 45px;
}
.goods-pic img{
	width: 100%;
}
.propety-content{
	margin-top: 1px;
}
.propety-content .prod-other{
	margin-left: 10px;
}



/*产品展示页面*/
.detail .mui-content{
	background:#fff;
}
.detail .mui-content .goods-pic{
	width:100%;
	/*padding:2rem;
	height:17.75rem;*/
	background:#fff;
	text-align: center;
}
/*@media all and (min-width: 320px) and (max-width: 326px){
	.detail .mui-content .goods-pic{
		height:200px;
	}
}*/
.detail .mui-content .goods-pic img{
	/*height:100%; 
	width:auto;*/
	width: 17.75rem;
	height: 17.75rem;
    vertical-align: middle;
    padding:1.75rem;
}
.detail .mui-content .produc-list-tit{
	height:45px;
	line-height: 45px;
	border-bottom:1px solid #ddd;
}
.detail .mui-content .produc-list-tit i{
	margin-top:10px;
}
.detail .detail-product-name{
	background:#fff;
	text-align: center;
}
.detail .detail-product-name .name{
	color:#353535;
	font-weight:500;
	font-size:1.125rem;
	text-align: center;
	display: table;
	width: 100%;
	height: 42px;
}
.detail .detail-product-name .name .sub_title{
	font-size: 0.9375rem;
	color:#999999;
}
.detail .detail-product-name .prod-name{
	display: table-cell;
	vertical-align: middle;
}
.detail .produc-list-tit .title{
	font-size: 1rem;
	color:#343434;
}
.detail-product-name .pv{
	font-size:0.9375rem;
	color:#747474;
	padding-top: 5px;
}
.detail-product-name.mui-table-view-cell:after {
	height: 0;
}
.mui-table-view-cell {
	padding: 0 15px 10px ;
}
.prod-detail-base{
	padding-bottom: 15px;
}
.prod-detail-base .mui-table-view-cell{
	padding: 0;
}
.prod-detail-actions{
	/*border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;*/
}
.prod-detail-actions li span{
	display: block;
	font-size: 12px;
}
.prod-detail-actions li i,.prod-detail-actions li span{
	/*margin-bottom: 6px;*/
	color:#747474;
}
.prod-detail-actions li i:before{
	font-size: 20px;
	line-height: 26px;
}
.prod-detail-actions li div{
	padding: 0.5rem 0;
}
/*.prod-detail-btline{
	border-bottom: 1px solid #e4e4e4;
}*/
.mui-table-view:before {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
    top: -1px;
}
.prod-detail-base.mui-table-view:before {
    height: 0
}
.prod-detail-spec .mui-table-view:after {
	height:1px;
    background-color: #c8c7cc;
}
.prod-detail-spec{
	line-height: 60px;
	text-align: center;
	font-size: 13px;
}
.prod-detail-spec i{
	font-size: 20px;
	color:#747474;
}
.prod-detail-spec i:before{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*底部购买CSS*/
.prod-detail-buyinfo{
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: white;
	border-top: 1px solid #e4e4e4;
}
.prod-detail-cart{
	position: absolute;
	top: 0;
	left: 23px;
	width: 60px;
	height: 60px;
}
.prod-detail-cart i:before{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 27px;
}
.prod-detail-cart span{
	position: absolute;
	top: 17px;
	left: 27px;
	font-size: 9px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	-webkit-transform: translate(-70%, -30%);
	transform: translate(-70%, -30%);
	color: white;
	border-radius: 50%;
	background: #F81616;
}
.prod-detail-btns{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.prod-detail-btns button{
	width: 103px;
	height: 42px;
	float: left;
	margin: 9px 8px;
	color: white;
}
.prod-detail-cart-btn{
	background: #FF6C00;
	border:1px solid #FF6C00;
}
.prod-detail-buy-btn{
	background: #2CB267;
	border:1px solid #2CB267;
}
.prod-detail-pop-win-shadow{
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.2;
}
.prod-detail-pop-win{
	position: fixed;
	z-index: 1100;
	left: 0;
	bottom: 0;
	width: 100%;
	background: white;
	padding: 15px 0 0;
}
.prod-detail-pop-win-close{
	position: absolute;
	top: 15px;
	right: 1%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	/*background: url(../images/banner-3.png);*/
	background-size: contain;
}
.prod-detail-pop-info{
	margin: 0 5%;
}
.prod-detail-pop-base img{
	width: 100px!important;
	height: 100px;
}
.prod-detail-pop-name{
	margin-top: 20px;
	color: #353535;
	font-weight: bold;
}
.prod-detail-pop-priceinfo{
	font-size: 12px;
	color: #747474;
}
.prod-detail-pop-price{
	font-size: 16px;
	color: #EE5A00;
}
.prod-detail-pop-spec-action{
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.prod-detail-pop-spec-title{
	position: relative;
	overflow: hidden;
	margin: 10px 0 5px;
	font-weight: bold;
}
.prod-detail-pop-spec-title span{
	width: 17%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
}
.prod-detail-pop-spec-title:before{
	position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 100%;
    background: #D9D9D9;
    -webkit-transform: translate(18%, 0);
    transform: translate(18%, 0);
    content: '';
}
.prod-detail-pop-spec-valueinfo{
	margin: 5px 0;
}
.prod-detail-pop-spec-valueinfo .cell{
	text-align: center;
	border-radius: 3px;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.prod-detail-pop-spec-valueinfo .prod-detail-pop-spec-value{
	border: 1px solid #959595;
}
.prod-detail-pop-spec-valueinfo .prod-detail-pop-spec-value.active{
	border: 1px solid #2CB267;
}
.prod-detail-pop-spec-valueinfo .prod-detail-pop-spec-value.disabled{
	border: 1px solid #D7D7D7;
	color: #B4B4B4;
}
.prod-detail-pop-spec-valueinfo .second{
	margin: 0 17px;
}
.prod-detail-pop-num-box{
	position: relative;
	font-size: 14px;
	height: 52px; 
	line-height: 52px; 
	margin-top: 10px; 
	border-top: 1px solid #D9D9D9; 
	border-bottom: 1px solid #D9D9D9;
}
.prod-detail-pop-num-box label{
	margin-left: 5%;
}
.prod-detail-pop-num-control{
	position: absolute;
	right: 6%;
	top: 50%;
	width: 98px;
	height: 26px;
	text-align: right;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prod-detail-pop-num-control span,.prod-detail-pop-num-control input{
	display: inline;
    float: left;
    font-weight: normal;
    border: 1px solid #737373;
    line-height: 20px;
    text-align: center;
    color: #656565;
}
.prod-detail-pop-num-control .prod-detail-pop-num-minus{
	border-right: none;
	width: 25px;
	height: 25px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.prod-detail-pop-num-control .prod-detail-pop-num-plus{
	border-left: none;
	width: 25px;
	height: 25px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.prod-detail-pop-num-control .prod-detail-pop-num-value{
	width: 45px;
    height: 25px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
}
.prod-detail-pop-action-box{
	padding: 9px;
	text-align: center;
}
.prod-detail-pop-action-box button{
	height: 42px;
	color: white;
}
.prod-detail-action-cart{
	background: #FF6C00;
	border:1px solid #FF6C00;
}
.prod-detail-action-buy{
	background: #2CB267;
	border:1px solid #2CB267;
}
/*商品详情*/
/*.product-detail-title{
	width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color:#353535;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.product-detail-title:before {
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 100px;
    background: #eee;
    -webkit-transform: translate(-200%, 0);
    transform: translate(-220px, 0);
    content: '';
}
.product-detail-title:after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 100px;
    background: #eee;
    -webkit-transform: translate(-22%, 0);
    transform: translate(-40px, 0);
    content: '';
}*/
.product-detail{
	width: 208px;
    text-align: center;
    margin: 20px auto;
}
.product-detail-title{
	padding: 0 20px 0;
    margin: 10px 0;
    line-height: 1px;
    border-left: 55px solid #ddd;
    border-right: 55px solid #ddd;
    text-align: center;
    font-size: 14px;
    color:#353535;
}


.tips-ico{
    width: 39px;
    height: 39px;
    margin: auto;
    margin-top: 40%;
    margin-bottom: 20px;
}

.tips-needVerify{
    background-image: url(../images/ic_phone_dsh_78.png);
    background-size: 39px;
}
.tips-refuse{
    background-image: url(../images/ic_phone_error_78.png);
    background-size: 39px;
}
.product-content img{
    max-width:100%;
}
