*{
	box-sizing: border-box;
	padding:0;
	margin: 0;
	list-style:none;
	text-decoration:none;
	outline: none;
}
.lf{float: left}
.rf{float: right}
body{
	font:14px  Helvetica Neue,Helvetica,sans-serif,"Microsoft yahei",Arial;
}
body{background: #EEEEEE}
.top{
    width:100%;
    height:44px;
    line-height: 44px;
    background: #14a83b;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 0 15px;
    position:fixed;
    top:0;
    z-index: 10;
}
.top .back{
    display: block;
    float: left;
    width:15px;
    height:44px;
    background: url(../images/back.png) no-repeat  center;
    background-size: 15px 20px;
}
.top span{
    position: relative;
    left: 5px;
}
.top .edit{
    float: right;
    display: block;
    color: #fff;
}

.main{
    margin:44px 0 95px;
}
.product {
    margin-bottom: 10px;
}
.title{
    height:40px;
    line-height: 40px;
    border-top: 1px solid #EEEEEE;
    background: #fff url("../images/kongbai.png") no-repeat 10px center;
    background-size: 22px 22px;
    padding-left: 38px;
}
.title.select{
    background: #fff url("../images/xuanzhong.png") no-repeat 10px center;
    background-size: 22px 22px;
}
.commodity_box{
    width:100%;
    position: relative;
    overflow: hidden;
}
.commodity{
    border-top: 1px solid #EEEEEE;
    font-size: 12px;
    padding: 10px 0 15px 38px;
    overflow: hidden;
    background: #fff url("../images/kongbai.png") no-repeat 10px center;
    background-size: 22px 22px;
    position: relative;
    right:0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.commodity.select{
    background: #fff url("../images/xuanzhong.png") no-repeat 10px center;
    background-size: 22px 22px;
}
.commodity .img{
    width:30%;
}
.commodity .img img{
    display: block;
    width:100%;
    height:90px;
}
.commodity .detail{
    width:70%;
    padding: 0 7px;
}
.jieshao{
    width:100%;
    height:40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}
.size{
    width:100%;
    height:18px;
    line-height: 18px;
    overflow: hidden;
    color: #CCCCCC;
    font-size: 14px;
}
.price_num{
    overflow: hidden;
    margin-right: 5px;
}
.price{
    height: 24px;
    line-height: 35px;
    color: #14a83b;
    font:18px "Microsoft yahei",Arial;
}
.num{
    overflow: hidden;
}
.num span{
    text-align: center;
    line-height: 26px;
}
.num button,.num span{
    float: left;
    width:26px;
    height:26px;
    border: 1px solid #DFDFDF;
    background: #fff;
}
.del{
    width: 60px;
    height: 115px;
    color: #fff;
    background: #FF3B30;
    line-height: 115px;
    text-align: center;
    position: absolute;
    right: -60px;
    top: 1px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.pay{
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    bottom: 51px;
    width:100%;
    height: 60px;
    line-height: 60px;
}
.pay p,.pay a{
    display: block;
    float: left;
}
.pay p{
    background: #fff;
    padding-left: 10px;
    border-top: 1px solid #EEEEEE;
    font:17px "Microsoft yahei",Arial;
    height:60px;
    line-height: 60px;
}
.pay p span{
    color: #DD0707;
    font-size: 22px;
}
.pay a{
    width:80px;
    background: #14a83b;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.empty{
    display: none;
    margin-top: 55px;

}
.empty img{
    display: block;
    width:120px;
    height:120px;
    margin: 20px auto;
}
.empty p{
    text-align: center;
}
.sle{
    height:30px;
    line-height: 30px;
    font-size: 12px;
    color: #969696;
}
.empty a{
    display: block;
    width:115px;
    height:30px;
    line-height: 28px;
    background: #cfefd7;
    color: #14a83b;
    border:1px solid #14a83b;
    text-align: center;
    margin:10px auto;
    border-radius: 5px;
}
