@font-face {
  font-family: 'Source Han Serif';
  src: url('../fonts/SourceHanSerifCN-Regular.woff2')format('truetype');
  font-weight: normal;
  font-style: normal;
  /* src: url('../fonts/SourceHanSerifCN-Regular.woff2') */
  /* src: url('http://hhlxjk.dingtoo.com/Share/HtmlShare/app/fonts/SourceHanSerifCN-Regular.woff2') */
}

.flex-box {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  z-index: 99999;
  padding: 10px 0;
}

.d-close {
  width: 25px;
  height: 25px;
  margin-right: 23px;
  background-image: url(../images/d_close.png);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center
}

.d-logo {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 12px;
  overflow: hidden
}

.d-logo img {
  display: block;
  width: 100%;
  border: 0;
  -webkit-user-drag: none;
  vertical-align: top;
  height: 100%;
}

.d-title {
  /*width: 4.53rem;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-right: 16px;
}

.d-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  margin-top: 10px;
  font-size: 18px !important;
  margin: 0 !important;
}

.d-title p:nth-child(2) {
  font-size: 12px !important;
}

.d-btn {
  padding: 8px 14px;
  background-color: #e32519;
  text-align: center;
  border-radius: 10px;
}