.main-body{
	max-width: 640px;
	margin: 0 auto;
}
.swiper-wrapper{
	flex-direction: row;
}
.fixedAdd {
    position: fixed;
    bottom: 100px;
    right: 3px;
    width: 45px;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(240,85,75,.82);
    color: #fff;
    font-family: iconfont;
    font-size: 14px;
    padding-top: 5px;
    border-radius: 10px;
}
.fixedAdd:before{
	content: "\e7e8";
	display: block;
	font-size: 16px;
}
.btn-recommend{
	    width: 20px;
	    height: 20px;
	    font-size: 12px;
	    border: 1px solid #009688;
	    line-height: 20px;
	    text-align: center;
	    border-radius: 10px;
	    background-color: #009688;
	    color: #fff;
	    margin-right: 1px;
	}
}