.f-item {
    width: 1098px;
    height: 76px;
    border: #ebebeb 1px solid;
    margin: 10px auto;
    padding-top: 40px;
}
.item-one, .item-one2 {
    float: left;
    width: 206px;
    height: 76px;
    border-right: #ebebeb 1px solid;
}
.f-item-bi {
    float: left;
    width: 45px;
    text-align: center;
    color: #56b6ae;
    padding-top: 5px;
    margin-left: 6px;
    margin-right: 6px;
}
span {
    margin: 0;
    padding: 0;
}
.f-item-tally, .f-item-tally2 {
    float: left;
    width: 149px;
    height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.f-item-tally a, .f-item-tally2 a {
    display: inline-block;
    width: 64px;
    background-color: #feecf0;
    margin: 3px 2px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
	background: #f7f6f9;
}
img {
    vertical-align: middle;
	
}
.item-one2 {
    width: 134px;
}
.f-item-tally2 {
    width: 72px;
}
.footer-button {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 101;
    height: 72px;
}
.f-btn-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
}
.btn-item {
    width: 285px;
    height: 68px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-top: -28px;
    cursor: pointer;
    transition: all .2s linear;
}
.item-left {
    width: 200px;
    padding: 25px 0px 0px 25px;
}
.item-left p {
    font-size: 24px;
    color: #333;
    margin-top: -10px;
}
.item-left span {
    font-size: 16px;
    color: #999;
    display: inline-block;
    margin-top: 5px;
}
.item-right {
    width: 85px;
    height: 120px;
}
.item-right img {
    margin-top: -26px;
}