.header-pullapp {
  position: relative;
  background-color: #fff;
}

.header-pullapp-content {
  width: 100%;
  z-index: 200;
  margin: 0 auto;
  background-color: #333;
  height: 52px;
  clear: both;
}

.header-pullapp-content .header-pullapp-close {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 40px;
  left: 0;
}

.header-pullapp-content .header-pullapp-close .img {
  position: absolute;
  top: 18px;
  display: block;
  width: 16px;
  height: 16px;
  left: 16px;
  background: url(icon-app-close.png)
    no-repeat;
  background-size: 16px 16px;
  border-radius: 50%;
}

.header-pullapp-content .header-pullapp-img {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin-left: 40px;
  margin-top: 8px;
}
.header-pullapp-content .header-pullapp-img img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 8px;
}
.header-pullapp-content .header-pullapp-txtbox {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  float: left;
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
  height: 100%;
}

.header-pullapp-txtbox span:first-child {
  width: 100%;
}

.header-pullapp-txtbox .header-pullapp-txtbox-title {
  font-size: 14px;
  height: 19px;
  line-height: 19px;
}

.header-pullapp-txtbox .header-pullapp-txtbox-txt {
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.header-pullapp-content .header-pullapp-btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  float: right;
}

.header-pullapp-btnbox .header-pullapp-btn {
  font-size: 12px;
  display: inline-block;
  margin-right: 16px;
  height: 28px;
  line-height: 28px;
  color: #000;
  min-width: 48px;
  overflow: hidden;
  background: #fff;
  padding: 0 12px;
  border-radius: 16px;
  text-align: center;
}
