html {
  -webkit-text-size-adjust: 100%;
}
.display-table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.overlay {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  top: 0;
  /**{
    box-sizing: border-box;
  }*/
}
.popup {
  width: 80%;
  border-radius: 5px;
  background: #fff;
  margin: 0 auto;
}
.comment .close {
  margin: 0 auto;
  padding: 4px;
  width: 38px;
  height: 38px;
  background: url("/contents/images/icon/close.png") no-repeat center;
  background-size: 100%;
  position: relative;
  top: 15px;
}
.popup-title {
  height: 50px;
  background: #27cfc1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px 5px 0 0;
}
.popup-content {
  padding: 20px;
}
.popup-textarea {
  width: 100%;
  position: relative;
}
.popup-textarea .popup-textarea-carry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1.0;
      -ms-flex: 1.0;
          flex: 1.0;
}
.popup-textarea textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100%;
  min-height: 90px;
  max-height: 100px;
  border: none;
  background: #f2f2f2;
  font-size: 14px;
}
.popup-textarea-carry p {
  width: 50%;
}
.textarea-count {
  font-size: 12px;
  line-height: 12px;
  color: #a2a2a2;
  position: absolute;
  right: 9px;
  bottom: 9px;
}
.random-text {
  font-size: 14px;
  color: #27cfc1;
  text-align: right;
}
.popup-buts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  line-height: 48px;
  border-top: 1px solid #F2F2F2;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.popup-buts button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  text-align: center;
  color: #27cfc1;
}
.popup-buts button:focus {
  outline: 0;
}
.popup-buts button:nth-of-type(2) {
  border-left: .5px solid #F1F1F1;
}
.popup-buts .on {
  background: #eee;
}
.popup-buts .on button {
  color: #666;
}
#barrage .wrap {
  width: 100%;
  line-height: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 16%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  bottom: 0;
  z-index: 5;
}
#barrage .wrap #barrageControl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  padding: 5px 5px 5px 0;
  width: 22px;
  height: 22px;
  background: url("/contents/images/icon/pic-danmu-off.png") no-repeat center;
  background-size: 100%;
  position: relative;
  z-index: 20;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#barrage .wrap #barrageControl.on {
  background: url("/contents/images/icon/pic-danmu-on.png") no-repeat center;
  background-size: 100%;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
#barrage .wrap .visit-count {
  float: right;
  margin-right: 12px;
  vertical-align: middle;
  line-height: 48px;
  font-size: 14px;
  color: #FFF;
}
/*.typeHolder:after{
  content: '';
  float: right;
  margin-right:17px;
  display: inline-block;
  width:20px;
  height:20px;
  background: url("/contents/images/icon/pic-question.png")no-repeat center;
  background-size:100%;
}*/
.tips1,
.tips2 {
  display: inline-block;
  padding: 1px 4px 0;
  border: .5px solid;
  border-radius: 3px;
  font-size: 9px;
  font-style: normal;
  position: relative;
  top: -2px;
}
.tips1 {
  margin-right: 5px;
  color: #FF4F51;
  border-color: #FF4F51;
}
.tips2 {
  color: #FD8E10;
  border-color: #FD8E10;
}
.icon-clock,
.icon-location {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 17px;
  height: 17px;
  position: relative;
}
.icon-clock {
  background: url("/contents/images/icon/pic-clock.png") no-repeat center;
  background-size: 100%;
}
.icon-location {
  background: url("/contents/images/icon/pic-location.png") no-repeat center;
  background-size: 100%;
}
.activity .content {
  position: relative;
  font-size: 13px;
  color: #666;
}
.activity .content:not(:last-of-type) {
  border-bottom: 1px solid #F2F2F2;
}
.activity .iPhoto:before,
.activity .xiaoka:before,
.activity .event:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  position: relative;
  top: -2px;
}
.activity .iPhoto:before {
  background: url("/contents/images/icon/pic-iPhoto-02.png") no-repeat center;
  background-size: 100%;
}
.activity .xiaoka:before {
  background: url("/contents/images/icon/pic-xiaoka-02.png") no-repeat center;
  background-size: 100%;
}
.activity .event:before {
  background: url("/contents/images/icon/pic-event-02.png") no-repeat center;
  background-size: 100%;
}
.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #F2F2F2;
  background-color: #FFF;
  text-align: center;
}
.button-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button-container .home,
.button-container .follow,
.button-container .share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  color: #666;
  font-size: 11px;
}
.button-container .home:before,
.button-container .follow:before,
.button-container .share:before {
  margin: 0 auto;
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 9px;
}
.button-container .home:not(:last-of-type),
.button-container .follow:not(:last-of-type),
.button-container .share:not(:last-of-type) {
  border-right: 1px solid #F2F2F2;
}
.button-container .home p,
.button-container .follow p,
.button-container .share p {
  line-height: 40px;
}
.button-container .follow {
  color: #FF4F51;
}
.button-container .home:before {
  background: url("/contents/images/icon/pic-home.png") no-repeat center;
  background-size: 100%;
}
.button-container .follow:before {
  background: url("/contents/images/icon/pic-follow.png") no-repeat center;
  background-size: 100%;
}
.button-container .share:before {
  background: url("/contents/images/iphoto/pic-share.png") no-repeat center;
  background-size: 100%;
}
.button-container .donation,
.button-container .appointment {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32%;
          flex: 1 1 32%;
  color: #FFF;
  font-size: 16px;
}
.button-container .pause {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 64%;
          flex: 1 1 64%;
}
.button-container .donation {
  background-color: #FEBF14;
}
.button-container .appointment {
  background-color: #27CFC1;
}
.button-container .pause {
  background-color: #999;
  color: #FFF;
}
.evaluate {
  width: 56px;
  height: 56px;
  background: url("/contents/images/icon/pic-comment-danmu-white.png") no-repeat center;
  background-size: 100%;
  position: fixed;
  z-index: 100;
  right: 3.2%;
  bottom: 80px;
}
.share-warp {
  visibility: hidden;
  width: 100%;
  height: 110%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 502;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.74, 0.74, 0.93) 0.1s;
  transition: all 0.3s cubic-bezier(0.4, 0.74, 0.74, 0.93) 0.1s;
}
.share-warp .img-share-notice {
  width: 80%;
  position: absolute;
  right: 0;
  top: 0;
}
.item .item-sub-location {
  /* float: left; */
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 84%;
  /* width: 180px; */
  color: #666;
}
/*--------二维码弹窗---------*/
.popup-qr {
  width: 80%;
  border-radius: 5px;
  margin: 0 auto;
}
.popup-content-qr {
  padding: 30px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.popup-content-qr p {
  margin: 0 auto;
  color: #999;
  font-size: 16px;
  text-align: center;
}
.popup-content-qr .qrcode {
  border: 5px solid #27cfc0;
  border-radius: 5px;
  width: 56%;
}
.popup-content-qr .qrcode img {
  display: block;
}
.popup-content-qr .qrcode-text {
  margin-top: 10px;
}
.alertValueCloseWarp {
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
}
.alertValueClose {
  width: 25px;
  height: 25px;
  background: url("/contents/images/icon/close.png") no-repeat center / 100%;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -12.5px;
}
#closeBtn {
  color: #999;
}
