#home-float {
  position: fixed;
  bottom: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  bottom: 170px;
  display: none;
}
#home-float.isbaidu {
  display: none !important
}
#home-float .home-float-content {
  height: .72rem;
  background-color: #0f89ff;
  -webkit-border-radius: .72rem;
  border-radius: .72rem;
  font-size: .28rem;
  color: #fff;
  padding: 0 .32rem 0 .62rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#home-float .home-float-content img {
  width: .44rem;
  height: .44rem;
  margin-right: .16rem;
  background: 0 0
}
#home-float .app-close-btn {
  width: .18rem;
  height: .18rem;
  padding: .1rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: .14rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}
#home-float .app-close-btn img {
  width: 100%;
  height: 100%;
  background: 0 0
}
#home-bottom-half-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 310;
  display: none
}
#home-bottom-half-dialog.isbaidu {
  top: unset;
  height: unset;
  background-color: transparent
}
#home-bottom-half-dialog .bottom-half-dialog-content {
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 2.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../image/popup-bg.png)no-repeat top left;
  background-size: cover;
  text-align: center;
  padding: .42rem .32rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
#home-bottom-half-dialog.isbaidu .bottom-half-dialog-content {
  position: unset;
  height: 75px;
  background: #fff;
  padding: 12px 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}
#home-bottom-half-dialog .bottom-half-dialog-content #close-half-dialog {
  position: absolute;
  top: -.58rem;
  right: .2rem;
  z-index: 2
}
#home-bottom-half-dialog.isbaidu .bottom-half-dialog-content #close-half-dialog {
  top: 0;
  right: 0
}
#home-bottom-half-dialog .bottom-half-dialog-content img {
  width: 1.2rem;
  height: 1.2rem;
  background: 0 0
}
#home-bottom-half-dialog.isbaidu .bottom-half-dialog-content img {
  width: 50px;
  height: 50px;
  background: 0 0
}
#home-bottom-half-dialog .bottom-half-dialog-content .bottom-half-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: .36rem;
  align-items: center
}
#home-bottom-half-dialog.isbaidu .bottom-half-dialog-content .bottom-half-title {
  display: none
}
#home-bottom-half-dialog .bottom-half-dialog-content .bottom-half-openapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#home-bottom-half-dialog .bottom-half-dialog-content .bottom-half-type {
  color: #2d313e;
  font-size: .28rem;
  font-weight: 500
}
#home-bottom-half-dialog .bottom-half-dialog-content .continue-browser {
  color: #848792;
  font-size: .22rem
}
#home-bottom-half-dialog .bottom-half-dialog-content .bottom-half-openapp .app-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: .2rem
}
#home-bottom-half-dialog .bottom-half-dialog-content .bottom-half-openapp .to-open-app {
  height: .72rem;
  line-height: .72rem;
  color: #fff;
  font-size: .28rem;
  -webkit-border-radius: .72rem;
  border-radius: .72rem;
  padding: 0 .62rem;
  background: #0f89ff
}
#home-bottom-half-dialog.isbaidu .bottom-half-dialog-content .bottom-half-openapp .to-open-app {
  height: 32px;
  line-height: 32px;
  padding: 0 24px
}
#home-bottom-half-dialog .bottom-half-dialog-content .bottom-half-name {
  color: #2d313e;
  font-weight: 500;
  font-size: .36rem
}
#home-bottom-half-dialog.isbaidu .bottom-half-dialog-content .bottom-half-name {
  font-weight: 400;
  font-size: .26rem
}
#home-bottom-half-dialog .bottom-half-dialog-content .bottom-half-baojia {
  color: #848792;
  font-size: .26rem
}
#home-bottom-half-dialog.isbaidu .bottom-half-dialog-content .bottom-half-baojia {
  font-size: 12px;
  margin-top: 3px
}
#home-bottom-half-dialog .bottom-half-dialog-content #close-half-dialog img {
  width: .38rem;
  height: .38rem;
  background: 0 0
}
#home-bottom-suction {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background: rgba(255, 255, 255, .9);
  padding: 7px 24px 7px 12px;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none
}
#home-bottom-suction .suction-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#home-bottom-suction .app-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 10px;
  margin-top: -1px
}
#home-bottom-suction .suction-content img {
  width: 36px;
  height: 36px;
  background: 0 0
}
#home-bottom-suction .suction-content .to-open-app {
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0 18px;
  background-color: #0f89ff
}
#home-bottom-suction .bottom-half-name {
  color: #2d313e;
  font-weight: 600;
  font-size: 14px
}
#home-bottom-suction .bottom-half-baojia {
  color: #848792;
  font-size: 12px
}
#home-bottom-suction .suction-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../image/bottom-suction-close.png)no-repeat center;
  -webkit-background-size: 20px 20px;
  background-size: 20px
}
#home-float {
  display: block
}