.hidescroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

#fourth_color.fourth-cover-toggle {
	
	bottom: 0;
    visibility: visible;
}
#fourth_color {
    height: 70%;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1101;
    padding-bottom: 0;
    background: #fff;
	bottom: -100%;
	visibility: hidden;
}
.fourth-cover-toggle {
    /*-webkit-transform: translate(0)!important;
    transform: translate(0)!important;*/
	display: block;
}
.fourth-cover {
    bottom: 0;
    z-index: 101;
    height: 70%;
    background: #fff;
    -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;
}
.screenIfm {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
}
#fourth_color .cover-body, #fourth_coupon .cover-body, #fourth_fengkong .cover-body, #fourth_orderwithphone .cover-body, #fourth_pricenotice .cover-body {
    
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.fourth-cover .cover-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}
.fourth-cover .cover-head {
	position:relative;
	top:0;
	left:0;
	width:100%;
	
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:10px 0
}

.fourth-cover .cover-head * {
	box-sizing:border-box
}
.fourth-cover .cover-head .img-box {
	width: 120px;
	height: 120px;
	margin: -45px 10px 0px;
	overflow:hidden;
	border:1px solid #ddd;
	border-radius: 5px;
}
.fourth-cover .cover-head .img-box img {
	width:100%;
	height:100%
}
.fourth-cover .cover-head .product {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	-webkit-flex-basis:0;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	max-width:100%;
	padding-right:10px;
	font-size: 12px;
}
.fourth-cover .cover-head .product .name {
	display:block;
	word-break:break-all;
	text-align:left;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	display:-webkit-box;
	height:2.5em;
	line-height:1.35;
	overflow:hidden;
	font-size: 14px;
}
.fourth-cover .cover-head .product .price {
	font-size:14px;
	color:#fa4b4b;
	margin-top:5px
}
.fourth-cover .cover-head .product .price span {
	font-size:12px;
	float:right;
	text-align:right;
	color:#999;
	line-height:1.75em
}
.fourth-cover .cover-head:after {
	content:" ";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	border-bottom:1px solid #f8f8f8;
	color:#f8f8f8;
}
.fourth-cover .cover-action {
	position:absolute;
	left:0;
	bottom:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%
}
.fourth-cover .cover-action a {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	-webkit-flex-basis:0;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	max-width:100%;
	width:0;
	padding:0;
	position:relative;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center;
	display:block;
	font-size:14px
}
.fourth-cover .cover-action a.addtocart {
	background:#ffc001
}
.fourth-cover .cover-action a.buy,.fourth-cover .cover-action a.ok {
	background:#d00
}
.fourth-cover .cover-action a.button-disabled {
	background-color:#cacaca;
	color:#999
}
.fourth-cover .cover-close {
	display:none;
	position:absolute;
	right:10px;
	top:-60px;
	width:25px;
	height:70px
}
.fourth-cover .cover-close .close {
	position:absolute;
	width:100%;
	height:25px;
	left:0;
	top:0;
	z-index:1000
}
.fourth-cover .cover-body {
	position:absolute;
	top:110px;
	left:0;
	bottom:50px;
	right:0;
	width:100%;
	overflow-y:auto;
	overflow-x:hidden
}
.fourth-cover .cover-body h2 {
	font-size:14px
}
.fourth-cover .cover-body .select-list li {
	padding:12px 10px;
	position:relative
}
.fourth-cover .cover-body .select-list li:after {
	content:" ";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	border-bottom:1px solid #f8f8f8;
	color:#f8f8f8;
	width:94%;
	left:3%
}
.fourth-cover .cover-body .select-list .items label {
	display:inline-block;
	background:#f5f5f5;
	margin:12px 12px 0 0;
	padding:5px 10px;
	text-align:center;
	border-radius:5px;
	box-sizing:border-box
}
.fourth-cover .cover-body .select-list .items label.checked {
	color:#fff;
	background:#ffc001
}
.fourth-cover .cover-body .select-list .items label.disabled {
	color:#cacaca
}
.fourth-cover .cover-body .number {
	padding:5px 10px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-basis:0;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative
}
.fourth-cover .cover-body .number h2 {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.fourth-cover .cover-body .number h2 span {
	font-size:12px;
	color:#999
}
.fourth-cover .cover-body .number .items {
	border:1px solid #eee;
	border-radius:2px;
	height:24px;
	line-height:24px;
	text-align:center
}
.fourth-cover .cover-body .number .items a {
	display:inline-block;
	width:24px;
	height:24px;
	line-height:20px;
	position:relative;
	font-size:24px
}
.fourth-cover .cover-body .number .items a.decrease:after {
	right:0;
	border-right:1px solid #f8f8f8;
}
.fourth-cover .cover-body .number .items a.decrease:after,.fourth-cover .cover-body .number .items a.increase:before {
	content:" ";
	position:absolute;
	top:0;
	width:1px;
	height:100%;
	color:#f8f8f8;
	height:90%;
	top:5%
}
.fourth-cover .cover-body .number .items a.increase:before {
	left:0;
	border-left:1px solid #f8f8f8;
}
.fourth-cover .cover-body .number .items a.overflow {
	color:#cacaca
}
.fourth-cover .cover-body .number .items input {
	height:24px;
	line-height:24px;
	min-width:35px;
	max-width:55px;
	box-sizing:border-box;
	padding:0 2px;
	border:0;
	border-radius:0;
	outline:0;
	background-color:transparent;
	font-size:inherit;
	color:inherit;
	vertical-align:top;
	text-align:center;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.fourth-cover .cover-body .number:after {
	content:" ";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	border-bottom:1px solid #f8f8f8;
	color:#f8f8f8;
	width:94%;
	left:3%
}
.fourth-cover .cover-body .pay {
	padding:.12rem 10px;
	position:relative
}
.fourth-cover .cover-body .pay h2 {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.fourth-cover .cover-body .pay .title {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-basis:0;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.fourth-cover .cover-body .pay .title a {
	font-size:12px;
	color:#999
}
.fourth-cover .cover-body .pay .title .switch-button {
	font-size:0
}
.fourth-cover .cover-body .pay .items {
	padding:.05rem
}
.fourth-cover .cover-body .pay li {
	margin:.1rem 0
}
.fourth-cover .cover-body .pay li label {
	display:inline-block;
	background-color:#f5f5f5;
	padding:.05rem .1rem;
	border-radius:2px
}
.fourth-cover .cover-body .pay li label.checked {
	color:#fff;
	background-color:#ffc001
}

.fourth-icon {
    background: url(../img/icon-sprite.png) no-repeat;
    background-size: 152px 269px;
}
.cover-mask-toggle {
    background: rgba(0,0,0,.4);
}
.cover-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    z-index: 100;
}