@CHARSET "UTF-8";
body,input, select, textarea{
	 font-family:"Microsoft YaHei",微软雅黑
}
.back {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
.back.shadow {
	width: 100%;
	background-color: rgba(0,0,0,0.15);
}
.back_icon {
    background-image: url(../images/product/back.png);
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    background-size: 100% 100%;
    vertical-align: middle;
}
.pro_info{
	max-width: 750px;
	margin: 0 auto;	
}
.pro_info .pro_banner{
	border-bottom: 0.01rem solid #d2d2d2;
}
.pro_info .pro_banner img{
	display: block
}
.mui-slider-indicator{
	bottom: 0.55rem;
}
.mui-slider-indicator .mui-active.mui-indicator {
    background: #aaaaaa;
    width: 0.40rem;
}
.mui-slider-indicator .mui-indicator {
    display: inline-block;
    width: 0.16rem;
    height: 0.08rem; 
    border-radius:0;
    margin: 1px 6px;
    cursor: pointer;
    background: #e5e5e5;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.pro_base{
	padding: 0.5rem 0.3rem;
}
.pro_base .g-price-group{
	margin: 0 0 0.30rem 0;
    color: #999999;
    height: 0.60rem;
    line-height: 0.60rem;
}
.pro_base .g-price-group .g-group-price {
	margin-top:-0.08rem;
	color:#e60012;
    position: relative;
    display: inline-block;
    font-size: 0.6rem;
}
.pro_base .g-price-group span{
	height: 100%;
	float: left;
}
.pro_base .g-price-group .price{
	text-decoration:line-through;
	margin: 0 0.20rem;
}
.pro_base .g-price-group .count{
	margin-left: 0.20rem;
}
.pro_base .g-price-group .g-tags {
	background: #e60012;
	color: #ffffff;
	font-size: 0.28rem;
	padding: 0 0.05rem;
    width: 0.70rem;
    height: 0.36rem;
    line-height: 0.36rem;
    margin-top: 0.10rem;
}
.pro_base .g-price-group .g-sales{
	position: relative;
    display: inline-block;
    float: right;
    height: 100%;
}
.pro_base .g-name{
	color:#000000;
	font-size: 0.34rem;
	line-height:0.50rem;
}
.pro_content{
	padding: 0.4rem 0.30rem;
	border-top: 0.18rem solid #e6e6e6;
}
.pro_content .title{
	text-align: center;
}
.pro_content .title .h2_style_1{
    display: inline-block;
    position: relative;
    padding: 0 1rem;
}
.pro_content .title .h2_style_1 span{
    color: #000000;
    font-size: 0.28rem;
    font-weight:bolder;
}
.pro_content .title .h2_style_1:before{
    background: #d1d1d1;
}
.pro_content .info{
	min-height: 200px;
	margin-top: 0.3rem;
}

.pro_content .info h3 {
	font-size: 0.31rem;
	margin-bottom: 0.25rem;
}
.pro_content .info h4 {
	font-size: 0.30rem;
	margin-bottom: 0.2rem;
}
.pro_content .info p {
	font-size: 0.28rem;
	line-height: 1.8;
	margin-bottom: 0.2rem;
	color: #666;
}
.pro_content .info img {
	border:0;
	width: 100%;
}
.goods-bottom-bar{
    position: fixed;
    display: flex;
    height: 1.15rem;
    bottom: 0;
    background-color: #fff;
    z-index: 10001;
    color: #999999;
    font-size: 0.20rem;
}

.goods-chat-button span, .goods-home-button span, .goods-unlike-button span , .goods-cart-button span {
    line-height: 0.24rem;
    bottom: 0.16rem;
    text-align: center;
}
.goods-chat-button span:before, .goods-home-button span:before,.goods-unlike-button span:before ,.goods-cart-button span:before {
    content: "";
    top: -0.50rem;
}
.goods-home-button {
    position: relative;
    width: 1.0rem;
    height: 100%;
    border-top: 0.01rem solid #d1d1d1;
    border-right: 0.01rem solid #d1d1d1;
}
.goods-home-button span {
    position: absolute;
    width: 100%;
    height: 0.24rem;
    left: 0;
}
.goods-home-button span:before{
    position: absolute;
    display: block;
    width: 100%;
    height: 0.40rem;
    background-image: url(../images/product/home.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.goods-unlike-button {
    position: relative;
    width: 1.0rem;
    height: 100%;
    border-top: 0.01rem solid #d1d1d1;
    border-right: 0.01rem solid #d1d1d1;
}
.goods-unlike-button span {
    position: absolute;
    width: 100%;
    height: 0.24rem;
    left: 0;
}
.goods-unlike-button span:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.40rem;
    background: url(../images/product/like.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.goods-cart-button {
    position: relative;
    width: 1.0rem;
    height: 100%;
    border-top: 0.01rem solid #d1d1d1;
    border-right: 0.01rem solid #d1d1d1;
}
.goods-cart-button span {
    position: absolute;
    width: 100%;
    height: 0.24rem;
    left: 0;
}
.goods-cart-button span:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.40rem;
    background: url(../images/product/cart.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.goods-chat-button {
    position: relative;
    width: 1.0rem;
    height: 100%;
    border-top: 0.01rem solid #d1d1d1;
}
.goods-chat-button span {
    position: absolute;
    width: 100%;
    height: 0.24rem;
    left: 0;
}
.goods-chat-button span:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.40rem;
    background: url(../images/product/chat.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.goods-car-button,.goods-buy-button,.goods-pay-button{
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 0.34rem;
    height: 1.15rem;
    line-height: 1.15rem;
    font-weight: bolder;
}
.goods-car-button{
	width: 2.24rem;
    background-color: #333333;
}
.goods-buy-button{
	width: 2.25rem;
    background-color: #e60012;
}

.goods-option-layer {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 10010;
    color: #999999;
    font-size: 0.20rem;
	border-top: 5px solid #d8d8d8;
}
.goods-option-layer .closer {
	position: absolute;
	display: block;
	padding: 0.2rem;
	top: 0;
	right: 0;
	color: #3f3a39;
}
.goods-option-layer .closer .mui-icon {
	font-size: 28px;
}
.goods-option-layer .options {
	border-bottom: 0.01rem solid #d2d2d2;
}

.goods-pay-button{
	width: 7.5rem;
    background-color: #e60012;
}

.pro_info {padding-bottom: 1.45rem;}
.pro_info .pro_banner {
	border-bottom: 0.18rem solid #e6e6e6;
}
.pro_info .pro_base{
	border-bottom: 0.01rem solid #d2d2d2;
}
.pro_info .pro_pic{
	float: left;
	height: 2rem;
	width: 2rem;
	margin-left: 0.28rem;
    margin-top: -0.50rem;
    border: 0.01rem solid #e6e6e6;
}
.pro_info .item {height: 1rem; border-bottom: 0.01rem solid #d2d2d2;position: relative;}
.pro_info .item label{height: 1rem;line-height: 1rem;font-size: 0.32rem; color: #000000;padding-left:0.28rem;float:left;font-weight: bolder;}
.pro_info .address .info{width: 5.35rem;float: left;padding-left: 0.35rem;color:#999999;font-size: 0.24rem;    margin-top: 0.15rem;
    line-height: 0.35rem;}
.pro_info .address .empty{color: #e60012;width: 5.35rem;float: left;padding-right: 0.35rem;height: 1rem;line-height: 1rem;text-align: right;font-size: 0.28rem;}

.pro_info .options label{
height: 1rem;line-height: 1rem;font-size: 0.32rem; color: #000000;padding-left:0.28rem;
}
.pro_info .options .info{color: #999999;width: 4.35rem;float: right;;height: 1rem;line-height: 1rem;text-align: right;font-size: 0.28rem;}
.pro_info .options .options-folder {
	float: right;
	display: block;
	padding: 0.3rem 0.25rem 0;
	top: 0;
	right: 0;
	color: #3f3a39;
}
.pro_info .options .options-folder .mui-icon {
	font-size: 0.4rem;
}

			.pro_info .options_group{
				padding: 0.2rem 0;
				overflow: hidden;
			}
			.options_group .options_unit {
			    float: left;
			    text-align: center;
			    border: 0.01rem solid #bfbfbf;
			    min-width: 1.5rem;
			    margin: 0.1rem 0 0.1rem 0.28rem;
			    padding: 0.05rem 0.2rem;
			    font-size: 0.24rem;
			    color: #999999;
			}
			.options_group .options_unit.active{border: 0.01rem solid #e60012;color:#e60012;}
			.counts .mui-numbox{float: right;height: 0.65rem; border-radius:0px;margin-top: 0.17rem; margin-right: 0.25rem;}
			.counts .mui-numbox [class*=btn-numbox][disabled], .mui-numbox [class*=numbox-btn][disabled] {
				color: #000000;
				background: #FFFFFF;
			}
			.mui-navigate-right:after{content: '\e581';color:#3f3a39;font-size: 0.40rem;}
			.adress-active .mui-navigate-right:after{content: '\e580';}
			.address_list{}
			.address_group{
				padding-top:0.20rem;
			}
			.address_list .address_add{
				border-bottom:1px solid #ebebeb; 
				padding:0.15rem 0 0.40rem 0.90rem;
			}
			.address_list .more_icon {
				width: 0.40rem;
				height: 0.40rem;
				margin-right: 0.20rem;
				float: left;
			}
			.address_unit {
				color: #666666;
			    font-size: 0.28rem;
			    padding: 0.20rem 0.55rem;
				background: url(../images/product/radio.png) no-repeat left center;
				background-size: 0.20rem 0.20rem;
			}
			.address_unit .default{
				color: #999999;
			}
			.address_unit.active{
				background-image: url(../images/product/radio_active.png);
			}
			.address_unit{
				height: 100%;
				max-height: 3.15rem;
				margin-left: 0.40rem;
			 	overflow:scroll;
			}
.x-item{font-size: 0.32rem;font-weight: bolder;}
.x-item .price2{color: #e60012;padding-left: 0.40rem;}
.mui-numbox-input{width: 0.70rem; height: 0.50rem;}
