.grap-bg{
	background:#f5f5f5;
	position: relative;
	height: auto;
    overflow: hidden;
}

.detial{
	color:#666;
}

.detial button{
	outline: none;
    border: none;
    padding: 15px 25px;
    background: -webkit-linear-gradient(left,#16e36a , #11c95d);
    background: linear-gradient(left,#16e36a , #11c95d);
    color: #fff;
    font-size: 16px;
}
.detial button.disabled{
    background: #999 !important;
}

/** for 手机版 */
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 56px;
    line-height: 56px;
    background: #F6F6F6;
    color: #524D4D;
    font-size: 16px;
}
.footer span{
    color:red;
    padding:0 1rem;
}

img.thumb{
    width: 100%;
    margin-bottom: 15px;
}

#outerdiv{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    z-index:2;
    width:100%;
    height:100%;
    display:none;
}