
.fixedfoot{
    position: fixed;
    bottom:0;
    left: 0;
    _zoom:1;
    width:100%;
    z-index: 800;
    height: 137px;
    _position: absolute;
    _bottom: auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)));
}
.fixedfoot-content .button {
    width: 120px;
    height: 32px;
    display: block;
    border: none;
    background-color: #d50000;
    margin-left: 0;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .fixedfoot-content .button {
        line-height: 30px;
    }
}

.fixedfoot-content .button:hover {
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}

.fixedfoot .iconexit img {
    width: 30px;
    height: 30px;
}

.footer-float-in {
    opacity: 1;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .8s ease-in-out;
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transition: .8s ease-in-out;
    /* Opera */
    position: fixed;
    _position: relative;
    bottom: 0;
    left: 0;
    _zoom: 1;
    width: 100%;
    height: 137px;
    _position: absolute;
    /*_display:block;*/
    z-index: 99;

}

.footer-float-out {
    opacity: 0;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .8s ease-in-out;
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transition: .8s ease-in-out;
    /* Opera */
    position: fixed;
    bottom: 0;
    left: -100%;
    _position: absolute;
    /*_display:none;*/
    z-index: 99;
}

.footer-float-in-shot {
    opacity: 1;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .6s ease-in-out;
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transition: .6s ease-in-out;
    /* Opera */
    position: fixed;
    bottom: 100px;
    left: 0;
    /*_display:block;*/
}

.footer-float-out-shot {
    opacity: 0;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: .6s ease-in-out;
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transition: .6s ease-in-out;
    /* Opera */
    position: fixed;
    bottom: 100px;
    left: -100%;
    /*_display:none;*/
}

.left-footer {
    width: 250px;
    height: 60px;
    background: url(../../images/left-footer.png) no-repeat 100%;
    position: fixed;
    bottom: 86px;
    z-index: 800;
}

.left-footer div {
    font-size: 15px;
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
}

.left-footer p {
    padding-top: 9px;
    color: #fff;
    font-size: 17px;
    padding-left: 20px;
}

.foot-button {
    width: 40px;
    _width: 80px;
    height: 60px;
    _height: 120px;
    position: absolute;
    right: 12px;
    top: 0;
    _top: -30px;
    cursor: pointer;
    z-index: 800;
}

.footer-bottom {
    width: 100%;
    height: 137px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5000000, endcolorstr=#e5000000);
    _background-color: #000000;
}
.fixedfoot-title {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 75px;
}
.fixedfoot-info {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 800;
}

.fixedfoot-title {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 75px;
}

.fixedfoot .iconexit {
    float: right;
    position: absolute;
    right: 0;
    top: -15px;
    cursor: pointer;
    z-index: 800 !important;
    width: 30px;
    height: 30px;
}

.fixedfoot .fixedfoot-content-box {
    width: 1180px;
}

.fixedfoot-content {
    width: 938px;
    margin: auto;
    display: block;
    padding-bottom: 10px;
    *padding-bottom: 20px;
}

.fixedfoot-content li {
    float: left;
    margin-right: 32px;
    /*overflow: hidden;*/
    /*height: 32px;*/
    margin-bottom: 20px;
    position: relative;
}

.fixedfoot-content h6 {
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    width: 58px;
    margin-right: 10px;
    float: left;
    text-align: right;
}

.fixedfoot-content input {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}

.verification-num {
    width: 93px;
    padding-left: 10px;
    border: 1px solid #707070;
    float: left;
    height: 30px;
    background: none;
}

.verification-code {
    width: 87px;
    height: 32px;
    float: left;
    display: block;
    cursor: pointer;
}

.footer-input {
    width: 150px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #707070;
    float: left;
    background: none;
}
.first-input{
    margin-left: 132px;
}