.icon_label{
	display: block;
    font-size: 0.55rem;
    position: relative;
    top: 0.15rem;
}
.grid_icon {
	background-color:#fff;
	border-radius:0.5rem;
	margin:.4rem;
}

.list-block{
	margin: 0.75rem 0;
}

.main-content {
	bottom:2.5rem;
}

.icon_index {
    margin: 0.15rem;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    display: inline-block;
}

.badge_del {
	background-color: #0894ec;
	color: #ffffff;
}
.search_del {
	height: 2.2rem;
    padding-right: .5rem;
    padding-left: .5rem;
}
.content_block_del{
	margin-top: .75rem;
}
.item-right {
	float:right;
	margin-top:-42px;
}
.goods-option-value {
    display: block;
    height: 1.2rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.2rem;
    font-size: 0.6rem;
    color: #999;
    /*border-top: solid 0.05rem #EEE;*/
}
.value-box {
    display: inline-block;
    float: right;
    font-size: 0;
    border: solid 0.05rem #CCC;
    border-radius: 0.2rem;
}
.value-box span.minus {
    background-color: #FAFAFA;
    border-radius: 0.2rem 0 0 0.2rem;
}
.value-box span {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}
.value-box span.minus a {
    background-image: url(../images/value_minus.png);
    background-repeat: no-repeat;
    background-repeat: 50% 50%;
    background-size: 100%;
}
.value-box span a {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.4rem;
    opacity: 0.65;
}
.value-box span .buy-num {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0;
    font-size: 0.6rem;
    font-weight: lighter;
    line-height: 1.3rem;
    text-align: center;
    border: solid #CCC;
    border-width: 0 0.05rem;
    border-radius: 0;
}
.value-box span .buy-num-only {
    width: 2.0rem;
    height: 1.2rem;
    padding: 0;
    font-size: 0.6rem;
    font-weight: lighter;
    line-height: 1.3rem;
    text-align: center;
    border: solid #CCC;
    border-width: 0 0.05rem;
    border-radius: 0;
}
.value-box span.add {
    background-color: #FAFAFA;
    border-radius: 0 0.2rem 0.2rem 0;
}
.value-box span.add a {
    background-image: url(../images/value_add.png);
    background-repeat: no-repeat;
    background-repeat: 50% 50%;
    background-size: 100%;
}
.pop-up-mini{
	max-height:30%;
}
.nctouch-bottom-mask-close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: #FFF;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
}
.nctouch-bottom-mask-close i {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/close_window.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    opacity: 0.5rem;
}