body {
    max-width: 650px;
    width: 100%;
    margin: auto;
}

img {
    vertical-align: middle;
    width: 100%;
}

.content {
    width: 100%;
}


/* 底部固定浮窗css */
.finxed{    
    width: 98%;
    max-width: 750px;
    text-align: center;
    position: fixed;
    margin: 0 auto;
    font-size: 18px;
    left: 0;
    right: 0;
    bottom: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 3;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px rgba(51, 51, 51, 0.8);
    border-radius: 5px;
    
}
 .fixed_img_left, .fixed_img_right {
    width: 38%;
    height: 40px;
    line-height: 40px;
    background-color: #06b155;
    /* background: linear-gradient(to right, #ff7e5f, #feb47b, #ff6a00); */
    background-repeat: no-repeat;
    background-size: 220px 50px;
    background-position: 8px 4px;
    border-radius: 8px;
    color: #fff;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 16px;
}

a {
    text-decoration: none;
}
.bnt{
    display: block;
    width: 100%;
    max-width: 350px;
    margin: auto;
}