.download_bar {
  position: fixed;
  z-index: 100002;
  left: 0;
  top: 0px;
  width: 100%;
  height: 40px;
  text-shadow: none;
  background-color: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.download_bar.ios9 {
  background-color:rgba(255,255,255,.5);
  -webkit-backdrop-filter:saturate(180%) blur(20px)
}

.download_bar .title {
  float: left;
  white-space: nowrap;
 }

.download_bar .title .logo {
  /*width: 26px;*/
  height: 26px;
  position: absolute;
  left: 10px;
  top: 7px;
 }

.download_bar p {
  text-align: left;
  word-break: break-word;
  color: #333;
  margin: 9px 0px 0px 0px;
  /*padding-left: 42px;*/
  padding-left: 90px;
}

.download_bar .title .name {
  line-height: 18px;
  font-size: 18px;
  white-space: normal;
}

.download_bar .title .desc {
  line-height: 12px;
  font-size: 12px;
  white-space: normal;
}

.download_bar .download_btn {
  position: absolute;
  right: 10px;
  margin: 7px 20px 7px 0px;
  vertical-align: middle;
  color: #333;
  padding: 6px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #666;
  z-index: 100003;
}

.download_bar .close_btn {
  position: absolute;
  right: 10px;
  top:14px;
  z-index: 100002;
}

.download_bar .close_btn .close_icon {
  display: block;
  position: relative;
  width: 11px;
  height: 11px;
}