.xf-botn{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    background: #333;
}
.xf-box1{
    width: 1400px;
    position: relative;
    background: url(/statics/footer_xf/images/xf-bg.jpg) no-repeat center center;
    height: 120px;
    margin: 0 auto;
}
.xf-box1>a{
    position: absolute;
    top: 20px;
    left: -10px;
}
.xf-box1>.box{
    position: absolute;
    left: 720px;
    top: 10px;
}
.xf-box1>.box input{
    width: 170px;
    height: 36px;
    border: 0;
    border-radius: 18px;
    color: #7b89f2;
    margin: 0 auto 26px;
}
/* .xf-box1 .dosubmit{
    background: #7b89f2;
    color: #fff !important;
    font-size: 20px;
    line-height: 36px;
    margin-left: 116px;
    font-weight: bold;
} */
.xf-box1 .close{
    width: 25px;
    height: 25px;
    background: url(/statics/special/2020smy/images/close.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 20;
    position: absolute;
    top: 10px;
    right: 265px;
}