/* APP悬浮宣传 start */
.footer .wrap {
  height: 147px;
  display: none;
  position: relative;
  z-index:200;
}
.footer .appXF {
  bottom: 0;
  width: 100%;
  height: 147px;
  background: url(images/appXF6.png);
  z-index: 10;
  transition: width 1s;
  -moz-transition: width 1s;	/* Firefox 4 */
  -webkit-transition: width 1s;	/* Safari å’Œ Chrome */
  -o-transition: width 1s;
  position: absolute;
}
.footer .position {
  position: fixed;
}
.footer .cm-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -55px;
  top: 15px;
  font-size: 24px;
  font-weight: 400;
  color: #909090;
  background: url(images/close.png) center center/100% 100% no-repeat;
  cursor: pointer;
}
.footer .app-contanir {
  margin: 0 auto;
  width: 1332px;
  background: url(images/appXF5_1.png) center center/100% 100% no-repeat;
  height: 145px;
  position: relative;
}
.cm-blue-close{
  display: none;
  width: 20px;
  height: 20px;
  position: relative;
  top: -29px;
  left: 178px;
  background: url(images/app_closeXF5.png) center;
  background-size: 20px;
  cursor: pointer;
}
.cms_jumpApp{
  position: relative;
  width: 100px;
  cursor: pointer;
  height: 36px;
  top: 76px;
  left: 10px;
  display: none;
}
.app_container_appXF2{
  background: url(images/appXF5_1.png) center center/100% 100% no-repeat !important;
}
.app_container_appXF3{
  width: 200px;
  height: 112px;
  background: url(images/appXF7_1.png) center center/100% 100% no-repeat !important;
}
/* APP悬浮宣传 end */