.send {
    /*width: 100%;
    height: 76px;*/
    bottom: 0;
    padding: 0;
    clear: both;
    width: 1400px;
    height: 76px;
    position: fixed;
    top: 100%;
    left: 50%;
    border: 1px solid #00f7f7;
    text-align: center;
    line-height: 0px;
    margin: -80px 0px 0px -700px;
    z-index: 9999;
}




.send .s_fiter {
    width: 100%;
    height: 76px;
    background: #000;
    position: bottom;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.send .s_con {
    width: 100%;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    line-height: 76px;
}


.send .s_con .s_txt {
    width: 605px;
    height: 36px;
    border-radius: 4px 0 0 4px;
    outline: none;
    border: 1px solid #5bba32;
    top: 20px;
}




.send .s_con .s_sub {
    width: 100px;
    height: 38px;
    background: #65c33d;
    border: 0;
    outline: none;
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    border: 1px solid #5bba32;
}

.send .s_con .s_sub:hover {
    background: #3eaf0e;
}



.s_button {
    top: -51px;
    left: 270px;
}

#float {
    position: absolute;
    z-index: 9999;
}

/*图片大小*/

#floatImg {
    width: 248px;
    height: 127px;
}

