
/*弹窗悬浮样式*/
#xfbox .xfbox{height: 230px;width: 100%;position: fixed;z-index: 999; bottom: 0;left: 0;background: url("../image/xfbj.png")no-repeat center bottom;
    transition:width 2s;
    -moz-transition:width 2s; /* Firefox 4 */
    -webkit-transition:width 2s; /* Safari and Chrome */
    -o-transition:width 2s; /* Opera */
}
#xfbox .xfbox .xfcon{width: 920px;height: 154px;position: relative;margin: 0 auto;padding: 0;bottom: -80px;transition: all .5s ease-out; }
#xfbox .xfbox .xfcon .ewmbox {position: absolute;top: -66px;width: 197px;height: 180px;left:15px;background: url("../image/cfewm.png")no-repeat center top;background-size: 197px 180px;}
#xfbox .xfbox .xfcon .ewmbox img{width: 103px;height: auto; vertical-align: middle;text-align: center;margin-left: 36px;margin-top: 36px;}
#xfbox .xfbox .xfcon img.txt{position: absolute;top: 22px;width: 400px;height: auto;left:230px;}
#xfbox .xfbox .xfcon .xfbtns{position: absolute;right: 96px;top: 22px;width:140px;overflow:hidden}
#xfbox .xfcon .xfbtns a{left: 20px;display:block}
#xfbox .xfcon .xfbtns a.appbtn{width:124px;height: auto;overflow: hidden; }
#xfbox .xfcon .xfbtns a.appbtn img{width:124px;height: auto;overflow: hidden;}
#xfbox .xfcon .xfbtns a.goobtn{width:140px;height: auto; overflow: hidden;padding-top: 14px;}
#xfbox .xfcon .xfbtns a.goobtn img{width:140px;height: auto;overflow: hidden;}
#xfbox .closebtn{width: 42px;height: 42px;position: absolute;top: 6px;right: 0;}
#xfbox .closebtn a{width: 42px;height: 42px;}
#xfbox .closebtn a img{width: 42px;height: 42px;}
#xfbox .xfboxbe{left: -1920px;transition: all .5s ease-out;}
#xfbox .xfboxbtn{z-index: 999; position: fixed;width:100px;height: 45px;border-radius:60px;background: #231815;opacity: 0.6;left: -100px;bottom: 160px;cursor: pointer;transition: all .5s ease-out;}
#xfbox .xfboxbtn img{width: 32px;height: 32px;position: relative;left:55px;top:6px;}
#xfbox .xfboxbtns{left: -40px;transition: all .5s ease-out;}
#xfbox .xfcon img.xfbj{position: absolute;top: 10px;width: 400px;height: auto;left:300px;}

