body {
  font-family: "Microsoft Yahei" !important;
  background-color: #ffffff !important;
  font-size: .7rem !important;
}
a {
  color: #333;
}
a:active {
  color: #d33d3e;
  opacity: 0.8;
}
p {
  margin: 0 !important;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.textMore {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.textColor {
  color: #999999;
  font-size: .7rem;
}
.pd20 {
  padding: 2rem 0;
}
.mg20 {
  margin-top: 1rem;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.textCenter {
  text-align: center;
}
.noEdge {
  margin: 0 !important;
  padding: 0 !important;
}
.comBtn {
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin: 0 auto;
  width: 80%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: .7rem;
  color: #999999;
}
.proBtn {
  display: inline-block;
  padding: .2rem 1rem;
  border: 1px solid #d33d3e;
  color: #d33d3e;
  font-size: .6rem;
  box-shadow: 0 0 5px rgba(236, 114, 93, 0.4);
  border-radius: 5px;
}
.sBtn {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  right: .5rem;
  bottom: 70px;
  background-color: #d33d3e;
  text-align: center;
  line-height: 2.9rem;
  color: #ffffff;
  font-size: 30px;
  opacity: .8;
  z-index: 999999;
}
.sBtn:active {
  color: #fff;
  opacity: 0.8;
}
.list-block .item-link.active-state,
html:not(.watch-active-state) .list-block .item-link:active {
  background-color: transparent!important;
}
.col-15 {
  width: 15%;
}
.col-20 {
  width: 20%;
}
.col-30 {
  width: 30%;
}
.col-40 {
  width: 40%;
}
.col-60 {
  width: 60%;
}
.col-64 {
  width: 64%;
}
.col-70 {
  width: 70%;
}
.page,
.page-group {
  background-color: #f2f2f2;
}
img {
  max-width: 100%;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: .7rem;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: .7rem;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: .7rem;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: .7rem;
}
.list-block ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 0;
}
i.icon.icon-f7 {
  width: 0;
  height: 0;
}
.picker-modal {
  background-color: #ffffff;
}
.picker-modal .bar {
  background-color: #ffffff;
}
.picker-modal .bar:after {
  background-color: #e0e0e0;
}
.picker-modal .bar .title {
  color: #5d5d5d;
  font-weight: normal;
  font-size: 16px;
}
.picker-modal .bar .close-picker {
  color: #5d5d5d;
  font-size: 14px;
  position: absolute;
  right: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  height: 26px;
  line-height: 26px;
  margin-top: 5px;
  z-index: 1000000;
}
.modal-inner {
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
}
.modal-inner .modal-text {
  color: #5d5d5d;
}
.modal-inner .modal-text-input {
  border-radius: 5px;
}
.picker-item {
  font-size: 14px !important;
}
.modal-button {
  background-color: #ffffff;
}
.modal-button:after {
  background-color: #e0e0e0;
}
.modal-button:first-child {
  border-radius: 0 0 0 5px;
  color: #5d5d5d;
}
.modal-button:last-child {
  border-radius: 0 0 5px 0;
  color: #d33d3e;
}
.bar {
  border-bottom: none !important;
}
.buttons-tab .button.active {
  z-index: 100;
  color: #d33d3e;
  border-color: #d33d3e;
}
/* light样式初始化end*/
.triangle {
  border-top: none;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.baseBox {
  border: 1px solid #eee;
  padding: 0 .5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-left: none;
  border-right: none;
  overflow: hidden;
  background-color: #ffffff;
}
.bottomBar {
  background-color: #ffffff !important;
  z-index: 3000;
}
.bottomBar .tab-item {
  color: #333;
}
.bottomBar .tab-item:active span {
  color: #333;
  opacity: 0.8;
}
.bottomBar .active {
  color: #d33d3e !important;
}
.proWrap {
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: .5rem;
  border: 1px solid #eee;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.info {
  display: flex;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: .5rem;
}
.info:last-child {
  border: none;
  margin-bottom: 0 !important;
}
.info .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}
.info .name {
  margin-left: .5rem;
  display: flex;
  flex-direction: column;
  font-size: .7rem;
  justify-content: space-between;
}
.info .name a {
  display: inline-block;
}
.info .name .location {
  color: #999999;
  font-size: .6rem;
  max-width: 175px;
}
.info .num {
  font-size: .6rem;
  color: #999999;
}
.info .num span:last-child {
  margin-left: 1rem;
}
.info .num .iconfont {
  margin-right: 5px;
}
.info .follow {
  position: absolute;
  display: inline-block;
  padding: .2rem 1rem;
  border: 1px solid #d33d3e;
  color: #d33d3e;
  font-size: .6rem;
  box-shadow: 0 0 5px rgba(236, 114, 93, 0.4);
  border-radius: 5px;
  right: .5rem;
  top: 20px;
}
.proContent {
  font-size: .7rem;
  padding: 0 .5rem;
  color: #666;
  position: relative;
  overflow: hidden;
}
.proContent .word-wrap {
  padding: .5rem 0;
}
.operate {
  background-color: #fcfcfc;
  display: flex;
  height: 40px;
}
.operate .oneOpt {
  flex: 1;
  color: #999999;
  font-size: .7rem;
}
.operate .oneOpt span {
  margin-left: .3rem;
}
.img-disable {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.emojione {
  width: 30px;
  padding: 2px;
  display: inline-block !important;
}
/*radialindicator.css*/
.rad-prg {
  margin: 20px 0;
}
/** logo inside example **/
#indicatorContainerWrap5,
#indicatorContainer5 {
  display: inline-block;
  position: relative;
}
#prgLogo {
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
}
/** file drop example **/
#indicatorContainerWrap6 {
  position: relative;
  display: inline-block;
}
.rad-cntnt {
  position: absolute;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 24px;
}
#prgFileSelector {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 10;
}
/*radialindicator.css   end*/
.outMask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.outMask .outBox {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  width: 70%;
  text-align: center;
}
.outMask .outBox .iconfont {
  font-size: 80px;
  color: #d33d3e;
  margin-top: -30px;
  display: inline-block;
  height: 100px;
}
.outMask .outBox p {
  color: #d33d3e;
}
.outMask .outBox p:last-of-type {
  color: #999999;
}
.outMask .outBox .outBtn {
  width: 100%;
  height: 45px;
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
.outMask .outBox .outBtn .outButton {
  color: #ffffff;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.outMask .outBox .outBtn .no {
  background-color: #f3334a;
}
.outMask .outBox .outBtn .yes {
  background-color: #16b595;
}
.aboveBox {
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  min-width: 100px;
  z-index: 9999;
  position: absolute;
  bottom: 58px;
  display: none;
}
.aboveBox:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -4px;
  left: 36px;
  z-index: 9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.aboveBox:after {
  background-color: #ffffff;
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
.aboveBox li {
  padding: 5px 0;
}
.aboveBox li a {
  display: inline-block;
  width: 100%;
}
.sendWrap {
  top: initial!important;
  bottom: 0;
  height: auto;
  background-color: #fcfcfc;
}
.sendWrap .newSend {
  padding: .75rem .75rem 0;
}
.sendWrap .sendArea {
  width: 100%;
  border-radius: 5px;
  border-color: #eee;
  resize: none;
  padding: .5rem;
}
.sendWrap .commentOp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  text-align: right;
  margin-top: .3rem;
}
.sendWrap .commentOp .flexLeft {
  display: flex;
}
.sendWrap .commentOp .flexLeft .rightDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 10px;
}
.sendWrap .commentOp .flexRight {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sendWrap .commentOp .iconfont {
  font-size: 24px;
}
.sendWrap .send-bottom {
  margin-top: 0;
}
.proHead {
  background-color: #d33d3e;
  height: 40px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 0;
  color: #ffffff;
  align-items: center;
}
.proHead .button {
  height: auto;
  border: none;
}
.proHead .focusBtn {
  display: inline-block;
  padding: 3px 20px;
  background-color: #ffffff;
  color: #333;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #eee;
}
.proHead a {
  color: #ffffff;
}
.comHead {
  background-color: #FFFFFF;
  line-height: 2.2rem;
}
.comHead a {
  color: #333333 !important;
}
.comHead .floatIcon {
  position: absolute;
  font-size: 12px;
}
.flexWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.flexDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexDiv .flexLeft {
  display: flex;
}
.flexDiv .flexLeft .rightDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 10px;
}
.flexDiv .flexRight {
  display: flex;
  justify-content: center;
  align-items: center;
}
.outer {
  width: 360px;
  margin-left: -180px;
}
.myOwn {
  min-height: 180px;
  position: relative;
  background-color: #ffffff;
  padding: 0 0 10px;
  border-radius: 0!important;
  border-top: 4px solid #d33d3e;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.myOwn .amyHead {
  padding: 10px;
}
.myOwn .amyHead span {
  color: #d33d3e;
  line-height: 1;
}
.myOwn .amyHead span i {
  margin-right: 5px;
  font-size: 18px;
}
.myOwn .amyHead .doFocus {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  background-color: #5e5b5b;
  color: #ffffff;
  border-radius: 20px;
}
.myOwn .amyHead .doFocus i {
  font-size: 12px;
  margin-right: 5px;
  font-weight: bold;
}
.myOwn .amyBg {
  margin: 0 10px;
}
.myOwn .amyBg .main {
  background-color: #f2f2f3;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #eee;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  display: flex;
}
.myOwn .amyBg .main .myAvatar {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  overflow: hidden;
  padding: 5px;
  margin-right: 10px;
}
.myOwn .amyBg .main .myAvatar img {
  border-radius: 100%;
  border: 1px solid #eee;
}
.myOwn .amyBg .main .myInfo {
  align-items: flex-start;
}
.myOwn .amyBg .main .myInfo p {
  max-width: 225px;
}
.myOwn .amyBg .main .myInfo .myName {
  color: #6b6969;
  font-weight: 600;
  font-size: 16px;
}
.myOwn .amyBg .main .myInfo .myIntro {
  font-size: 13px;
  color: #d33d3e;
}
.myOwn .amyBg .main .myInfo .myAddress {
  font-size: 13px;
  color: #999999;
}
.myOwn .amyBg .main .myInfo .myAddress i {
  margin-right: 5px;
}
.myOwn .amyBg .extra {
  margin: 10px 0 0;
}
.myOwn .amyBg .extra span {
  flex: 1;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  color: #666;
}
.myOwn .amyBg .extra span i {
  color: #d33d3e;
  margin-right: 8px;
}
.myOwn .amyBg .extra span:nth-child(2) {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .outer {
    width: 300px;
    margin-left: -150px;
  }
  .outer .myAvatar {
    width: 60px!important;
    height: 60px!important;
  }
  .outer .myInfo p {
    max-width: 185px!important;
  }
  .outer .myName {
    font-size: 14px!important;
  }
  .outer .myIntro,
  .outer .myAddress {
    font-size: 12px!important;
  }
}
.origin {
  background-color: #ffffff;
  padding: 10px;
}
.origin .avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.origin .rightDiv {
  align-items: flex-start !important;
}
.origin .rightDiv span {
  color: #999999;
  font-size: 12px;
}
.origin .flexRight {
  color: #999999;
}
.origin .flexRight i {
  margin-right: 5px;
  font-size: 18px;
}
.origin .cont {
  padding: 5px 10px 0 50px;
  color: #333;
}
.dtCmt {
  padding: 10px;
  border-top: 1px solid #eee;
  height: 40px;
}
.cmtWrap {
  padding-bottom: 55px;
}
.cmtWrap li {
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
.cmtWrap li > a {
  width: 100%;
  display: flex;
}
.cmtWrap li .avatar {
  width: 40px;
  margin-right: 15px;
  padding-top: 10px;
}
.cmtWrap li .avatar img {
  border-radius: 100%;
}
.cmtWrap li .cmtInfo {
  flex: 1;
  border-top: 1px solid #eee;
  padding: 10px 10px 0 0;
}
.cmtWrap li .cmtInfo p {
  line-height: 1;
}
.cmtWrap li .cmtInfo .first {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmtWrap li .cmtInfo .first .flexLeft {
  display: flex;
}
.cmtWrap li .cmtInfo .first .flexLeft .rightDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 10px;
}
.cmtWrap li .cmtInfo .first .flexRight {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmtWrap li .cmtInfo .first span {
  color: #999999;
}
.cmtWrap li .cmtInfo .first span i {
  font-size: 18px;
  margin-right: 5px;
}
.cmtWrap li .cmtInfo .first a {
  max-width: 115px;
  color: #d33d3e;
}
.cmtWrap li .cmtInfo .time {
  font-size: 12px;
  color: #999999;
}
.cmtWrap li .cmtInfo .time span {
  margin-right: 15px;
}
.cmtWrap li .cmtInfo .time a {
  color: #d33d3e;
}
.cmtWrap li .cmtInfo .time a i {
  font-size: 12px;
}
.cmtWrap li .cmtInfo .detail {
  padding: 0 0 10px;
  color: #333;
}
.noWrap {
  margin-top: -20px;
  background-color: white;
}
.emojiText {
  font-size: 30px;
  text-align: center;
  margin: 20px 0!important;
  color: #999999;
}
.noState {
  text-align: center;
  color: #999999;
  padding-bottom: 20px;
}
.noState span {
  color: #d33d3e;
}
.floatNav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px;
  background-color: #ffffff !important;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}
.floatNav .cmtBox {
  width: 100%;
  height: 35px;
  border: 1px solid #eee;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #999999;
}
.floatNav .cmtBox i {
  margin-right: 15px;
}
.noMore {
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.weibo-img {
  margin-top: 5px;
  padding-bottom: 30%;
  vertical-align: middle;
  height: 0;
}
.img-hide {
  overflow: hidden;
}
.img-input {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 3;
}
.img-add {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.img-btn-sit {
  flex-shrink: 0;
  position: relative;
}
.waitbox {
  position: relative;
  margin-right: 10px;
}
.waitbox img {
  width: 90px;
  height: 90px;
  border-radius: 2px;
}
.waitbox .del-img-btn {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin-right: -5px;
  margin-top: -5px;
  color: #999;
  top: 0;
  right: 0;
  line-height: 18px;
}
.announce-hide {
  background: #000000;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  filter: alpha(opacity=40);
  opacity: 0.4 !important;
}
.announce {
  position: fixed;
  margin-left: 10%;
  background: #ffffff;
  left: 0px;
  top: 20%;
  width: 80%;
  height: 310px;
  z-index: 1000001;
}
.announce .ann-body {
  margin: 0 15px;
}
.announce .ann-body .ann-b-title {
  margin-top: 10px !important;
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}
.announce .ann-body .ann-content {
  max-height: 220px;
  overflow-y: auto ;
}
.announce .ann-footer {
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: inline-flex;
  border-top: 1px solid #e5e5e5;
}
.announce .ann-footer a {
  text-align: center;
  width: 100%;
}
.announce .ann-footer .ann-button {
  padding: 3px 0;
  font-size: 13px;
}
.announce .ann-footer .ann-button:first-child {
  border-right: 1px solid #e5e5e5;
}
.letter-point {
  padding: 0 4px;
  position: absolute;
  text-align: center;
  height: 16px;
  min-width: 16px;
  background-color: red;
  border-radius: 8px;
  z-index: 5000;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.ev-head {
  background-color: #ffffff;
  font-size: 0px;
  padding-bottom: 10px;
}
.ev-head .head-img {
  width: 100%;
  height: 169px;
}
.ev-head .detail-box .head-title {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 2px;
  word-break: break-all;
}
.ev-head .detail-box .head-price {
  padding: 10px 0;
  color: #ec725d;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.ev-head .detail-box .head-price span {
  margin-right: 5px;
}
.ev-head .detail-box .head-t-a {
  padding-top: 3px;
  font-size: 14px;
  color: #666 !important;
}
.ev-head .detail-box .head-t-a i {
  font-size: 14px;
  margin-right: 5px;
}
.ev-head .detail-box .head-t-a .icon-shijian {
  font-size: 15px;
  -webkit-transform: scale(0.8);
  display: inline-block;
}
.ev-attend {
  display: flex;
  justify-content: space-between;
  height: 45px;
  font-size: 12px;
}
.ev-attend .attend-numb {
  line-height: 45px;
  font-size: 13px;
}
.ev-attend .attend-numb .numb {
  margin-left: 20px;
  color: #333;
}
.ev-attend .attend-numb .numb span:first-child {
  color: #d33d3e;
}
.ev-attend .attend-img ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.ev-attend .attend-img ul li {
  margin-left: -5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
}
.ev-attend .attend-img ul li:last-child {
  background-color: #999999;
}
.ev-attend .attend-img ul li:last-child span {
  color: #ffffff;
  line-height: 30px;
}
.ev-content .ev-detail {
  padding: 7px 0 5px 0;
  font-size: 14px;
  color: #333333;
  word-wrap: break-word;
}
.ev-content .ev-tip {
  padding: 10px 0 15px;
  border: none;
  width: 100%;
  resize: none;
}
.ev-content .ev-tip span {
  color: #666666;
  font-size: 12px;
}
.ev-comment {
  padding: 10px 10px;
  height: 52px;
  background-color: #ffffff;
}
.ev-comment .to-add {
  padding: 3px 0 3px 15px;
  border-radius: 6px;
  background-color: #f5f5f5;
  font-size: 13px;
  color: #999;
  height: 32px;
  line-height: 26px;
}
.ev-comment .to-add i {
  margin-right: 10px;
}
.comments {
  padding: 0 15px;
  background-color: #ffffff;
}
.comments .comment-box {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-word;
}
.comments .comment-box .user {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.comments .comment-box .user .user-info {
  display: flex;
}
.comments .comment-box .user .user-info span {
  font-size: 14px;
  color: #d33d3e;
  display: inline-block;
  margin-top: -4px;
  margin-left: 5px;
}
.comments .comment-box img {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  overflow: hidden;
}
.comments .comment-box .time {
  font-size: 12px;
  color: #999;
  padding-left: 33px;
  padding-top: 2px;
}
.comments .comment {
  margin-left: 35px;
  color: #333333;
  font-size: 13px;
  width: 200px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.comments .bottom-box {
  margin-top: -22px;
  text-align: right;
}
.comments .bottom-box ul li {
  margin-left: 10px;
  display: inline;
  font-size: 11px;
}
.comments .bottom-box ul li i {
  margin-right: 5px;
}
.up-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.up-user .up-info {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  color: #333;
  line-height: 100%;
}
.up-user .up-info img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.up-user .up-follow {
  border: 1px solid #d33d3e;
  border-radius: 2px;
  color: #d33d3e;
  text-align: center;
  line-height: 22px;
  height: 25px;
  width: 60px;
  font-size: 12px;
}
.up-user .up-self {
  border: 1px solid #e5e5e5;
  color: #999999;
}
.ev-type {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #333333;
}
.ev-type .type-name {
  padding: 0 4px;
  color: #d33d3e;
}
.end {
  height: 15px;
}
.ev-title {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  color: #333333;
  font-weight: 700;
}
.bg-jamb {
  padding:15px;
  margin-top: 10px;
  background-color: #fff;
}
.bg-jamb a {
  font-size: 14px;
  color: #333;
}
.down-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.down-box .left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}
.down-box .left .do-box {
  position: relative;
  padding: 0 10px;
  text-align: center;
}
.down-box .left .do-box i {
  font-size: 22px;
}
.down-box .left .do-box div {
  margin-top: -8px;
  color: #999999;
  font-size: 12px;
}
.down-box .left .do-box .count {
  padding-left: 3px;
  margin-left: 22px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 20px;
  text-align: left;
  background-color: #ffffff;
  color: #ff4149;
  font-size: 11px;
  z-index: 5;
}
.down-box .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  background-color: #d33d3e;
  color: #ffffff;
  font-size: 14px;
}
.shareArea {
  width: 100%;
  border-radius: 5px;
  border-color: #eee;
  resize: none;
  padding: .5rem;
}
.ev-phone {
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 12px;
}
.ev-detail p {
  padding-bottom: 8px;
  font-size: 14px;
  color: #333;
}
.ev-detail div {
  padding-top: 3px;
}
.look-more {
  text-align: center;
  background: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.look-more a {
  color: #d33d3e;
}
.ev-content {
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 9px;
}
.icon-pinglun {
  font-size: 12px !important;
  margin-right: 5px !important;
}
.demo {
  display: none;
}
.ad-head {
  position: relative;
  background-color: #ffffff;
  min-height: 40px;
  width: 100%;
}
.ad-head .head-title {
  width: 100%;
  text-align: center;
  line-height: 40px;
  z-index: 4;
  font-size: 14px;
  color: #333333;
}
.ad-head .head-title i {
  margin-right: 5px;
}
.ad-head .img-input {
  position: absolute;
  width: 100%;
  height: 40px;
  opacity: 0 ;
  z-index: 5;
}
.list-info .info-box {
  position: relative;
  /* border-bottom: 1px solid #e5e5e5; */
  /* display: flex;
  flex-direction: row; */
}
.list-info .info-box .info-title {
  /* width: 80px; */
  width: 100%;
  padding-left: 5px;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
}
.list-info .info-box .info-inner{
  width: 100%;
  /* width: calc(100% - 80px); */
  position: relative;
}
.list-info .info-box .info-inner input {
  display: block;
  width: 100%;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  color: #999999;
  background: 0 0;
  border: 1px solid #eee;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.list-info .info-box .info-inner input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #999999;
  /* placeholder字体大小  */
  font-size: 13px;
  /* placeholder位置  */
  text-align: left;
}
.list-info .info-box .arrow {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 40px;
  color: #eee;
}
.list-info:last-child .info-box {
  border-bottom: none;
}
.ad-explain .send-event-container {
  height: 160px;
}
.sub-button {
  height: 120px;
  width: 100%;
  text-align: center;
}
.sub-button button {
  margin-top: 30px;
  width: 92%;
  height: 38px;
  border-radius: 3px;
  border: none;
  background-color: #d33d3e;
  color: #ffffff;
  font-size: 14px;
}
.upload-cover {
  font-size: 0;
  z-index: 1;
}
.upload-cover .upload-pre-item {
  height: 169px;
  max-width: 400px;
}
.upload-cover .upload-pre-item img {
  width: 100%;
  height: 100%;
}
.place-info {
  color: #999999 ;
  font-size: 14px;
}
.j-head {
  padding: 10px 15px;
  background-color: #ffffff;
}
.j-head .event-info {
  padding-bottom: 10px;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.j-head .event-info img {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 3px;
}
.j-head .event-info .join-title {
  color: #333333;
  font-size: 14px;
}
.j-head .event-time {
  padding-top: 10px;
  color: #333333;
  font-size: 12px;
}
.join-user {
  margin: 15px 0 10px 15px;
}
.info-box {
  position: relative;
  /* display: flex;
  height: 45px;
  align-items: center; */
}
.info-box input {
  display: block;
  width: 200px;
  height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  color: #999999;
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.info-box .info-np {
  margin-right: 30px;
  color: #333333;
  font-size: 14px;
}
.pageSearch {
  background-color: #ffffff;
}
.pageSearch .comHead {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2!important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageSearch .comHead a {
  color: #d33d3e !important;
}
.pageSearch .comHead .searchbar {
  background-color: transparent;
  width: 92%;
}
.pageSearch .comHead .searchbar input {
  background-color: #f2f2f2;
  padding-left: 1.6rem;
}
.hot {
  padding: 0 15px;
}
.hot .hotTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.hot .hotTop .flexLeft {
  display: flex;
}
.hot .hotTop .flexLeft .rightDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 10px;
}
.hot .hotTop .flexRight {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hot .hotTop .shua {
  font-size: 12px;
  color: #666666;
}
.hot .hotTop .hot-search {
  font-size: 14px;
  color: #999999;
}
.hot .hotTop span i {
  display: inline-block;
  margin-right: 5px;
}
.hot .hotTop .rotate {
  transform: rotate(360deg);
  transition: all 1s ease;
}
.hot .hotTag {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.hot .hotTag span {
  display: inline-block;
  margin: 10px 15px 0 0;
  border: none;
  background-color: #f2f2f2;
  padding: 3px 5px;
  color: #666666;
  height: 25px;
  font-size: 13px;
}
.hot .hotTag .history-list {
  position: relative;
}
.hot .hotTag .history-list .delete {
  margin: -1px 5px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.history {
  padding-top: 5px;
}
.history li {
  border-top: 1px solid #f2f2f2;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.history li .flexLeft {
  display: flex;
}
.history li .flexLeft .rightDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 10px;
}
.history li .flexRight {
  display: flex;
  justify-content: center;
  align-items: center;
}
.history li i {
  color: #999999;
}
.history li .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history li .left .flexLeft {
  display: flex;
}
.history li .left .flexLeft .rightDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 10px;
}
.history li .left .flexRight {
  display: flex;
  justify-content: center;
  align-items: center;
}
.history li .left i {
  margin-right: 8px;
}
.history li .left span {
  color: #777;
}
.history li:last-child {
  border-bottom: 1px solid #f2f2f2;
  justify-content: center;
  height: 40px;
  color: #999999;
}
.search-head {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.headtop {
  height: 40px;
}
.head-type {
  background-color: #ffffff;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
.head-type ul {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  width: 80%;
}
.head-type a {
  padding: 0 6px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
.head-type .active {
  color: #d33d3e;
}
.head-box {
  background-color: #ffffff;
  line-height: 40px;
  z-index: 100;
}
.head-box a {
  padding: 0 5px;
  line-height: 40px;
}
.head-box a i {
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
}
.head-right {
  padding-right: 5px;
}
.head-left {
  left: 0;
}
.head-nav {
  display: flex;
  background-color: #ffffff;
  width: 100%;
  height: 70px;
  border-top: 1px solid #e5e5e5;
}
.head-nav .nav-list {
  padding: 8px 0 5px;
  flex: 1;
  text-align: center;
}
.head-nav .nav-list a {
  color: #666;
}
.head-nav .nav-list i {
  font-size: 24px;
}
.head-nav .nav-list .nav-title {
  font-size: 13px;
  color: #333333;
}
.head-nav .nav-list .join-event {
  color: #36dad0;
}
.head-nav .nav-list .add-event {
  color: #ffa94d;
}
.head-nav .nav-list .event-add {
  color: #6bc9ff;
}
.e-list {
  width: 100%;
}
.e-list .event-list .event-info {
  padding: 10px 10px 0 10px;
}
.e-list .event-list .event-info .event-dic {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  z-index: 9;
}
.e-list .event-list .event-info .event-dic .event-img {
  border-radius: 5px;
  width: 100%;
  max-width: 440px;
  height: 160px;
}
.e-list .event-list .event-info .event-dic .event-zan {
  position: absolute;
  top: 0 ;
  right: 0;
  color: #ffffff;
  width: 50px;
  text-align: center;
}
.e-list .event-list .event-info .event-dic .event-zan i {
  font-size: 24px;
}
.e-list .event-list .event-info .event-dic .mark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d33d3e;
  color: #ffffff;
  font-size: 13px;
  width: 90px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2px;
  z-index: 10;
}
.e-list .event-list .event-info .event-dic .end {
  background-color: #000000;
}
.e-list .event-list .event-info .event-dic .ev-font {
  font-size: 15px;
  font-weight: 700;
}
.e-list .event-list .event-info .event-dic .event-bottom {
  position: relative;
  padding: 0 10px;
  background: #fff;
}
.e-list .event-list .event-info .event-dic .event-bottom .taTxt {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.e-list .event-list .event-info .event-dic .event-bottom .taTxt i {
  margin-right: 5px;
  font-size: 12px;
}
.e-list .event-list .event-info .event-dic .event-bottom .taTxt .icon-shijian {
  font-size: 10px;
  -webkit-transform: scale(0.8);
  display: inline-block;
}
.e-list .event-list .event-info .event-dic .event-bottom .join-numb {
  padding: 2px 0 14px 0;
  display: flex;
  justify-content: space-between;
}
.e-list .event-list .event-info .event-dic .event-bottom .join-numb .price {
  color: #ec725d;
  line-height: 100%;
  line-height: 24px;
}
.e-list .event-list .event-info .event-dic .event-bottom .join-numb .price span {
  margin-right: 5px;
}
.e-list .event-list .event-info .event-dic .event-bottom .number {
  color: #d33d3e;
}
.e-list .event-list .event-info .event-dic .event-bottom .time-address {
  justify-content: space-between;
}
.e-list .event-list .event-info .event-dic .event-bottom .time-address div:last-child {
  flex-shrink: 0 ;
}
.e-list .event-list .event-info .event-dic .event-bottom .eTitle {
  color: #333333;
  width: 100%;
}
.e-list .event-list .event-info .event-dic .event-bottom .ev-edit {
  position: relative;
  width: 100%;
  height: 30px;
  border-top: 1px solid #e5e5e5;
}
.e-list .event-list .event-info .event-dic .event-bottom .ev-edit .ev-span {
  height: 30px;
  line-height: 30px;
  float: right;
  color: #d33d3e;
}
.e-list .event-list .event-info .event-dic .event-bottom .ev-edit .ev-span i {
  margin-left: 4px;
}
.e-list .event-list:last-child {
  margin-bottom: 20px;
}
.all-type {
  margin: 0 auto;
  position: absolute;
  background-color: #ffffff;
  z-index: 2000;
  width: 100%;
  padding-bottom: 1px;
}
.all-type li {
  margin-top: -1px;
  width: 25%;
  display: inline-flex;
  border: 1px solid #e5e5e5;
  border-left: none;
  height: 38px;
}
.all-type li a {
  font-size: 13px;
  width: 100%;
  text-align: center;
  line-height: 38px;
}
.all-type li a:hover {
  margin-bottom: -2px;
  z-index: 2001;
  color: #F09182;
  border-bottom: 2px solid #d33d3e;
}
.all-type li .active {
  margin-bottom: -2px;
  z-index: 2001;
  color: #F09182;
  border-bottom: 2px solid #d33d3e;
}
.edit-box {
  position: relative;
  margin-top: 5px;
  display: none;
}
.edit-box ul li {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.edit-box ul:last-child {
  border-bottom: none;
}
.hidd-list {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 2500;
}
.ovfHiden {
  overflow: hidden;
  height: 100%;
}
.member-list {
  padding-left: 15px;
}
.member-list li {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.member-list li img {
  flex-shrink: 0;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.member-list li .m-box {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.member-list li .m-box .m-info {
  padding-top: 8px;
}
.member-list li .m-box .m-info .name {
  font-size: 13px;
  color: #999999 ;
}
.member-list li .m-box .m-info .phone {
  padding-top: 2px;
  font-size: 11px;
  color: #999999;
}
.member-list li .m-box .m-info .phone span {
  margin-right: 10px;
}
.member-list li .m-box a {
  margin-right: 15px;
  padding: 2px 4px;
  width: 60px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.member-list li .m-box .agg {
  border: 1px solid #d33d3e;
  border-radius: 2px;
  color: #d33d3e;
}
.member-list li .m-box .deny {
  border: 1px solid #2EA0F1;
  border-radius: 2px;
  color: #2EA0F1 ;
}
.member-list li .m-box .down {
  color: #999999 ;
}
.m-nav {
  display: flex;
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  border-top: 1px solid #e5e5e5;
  align-items: center;
}
.m-nav .nav-list {
  font-size: 14px;
  color: #333333;
  flex: 1;
  text-align: center;
}
.m-nav .active {
  color: #d33d3e;
}
.something {
  padding-left: 30px;
  color: #ff4149;
  font-size: 14px;
}
.type-title {
  display: block;
  width: 60px;
  line-height: 21px;
  border: 1px solid #d33d3e;
  color: #d33d3e;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
}
.taxT {
  margin-top: 0 !important;
}
.small-img {
  width: 24%;
  height: 24%;
  max-width: 180px;
  border-radius: 5px;
  vertical-align: bottom;
}
.none {
  display: none;
}
.end-active {
  position: absolute;
  width: 55px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #d8d8d8;
  margin-left: 13px;
  margin-top: 8px;
}
.os-s {
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 30px;
}
.os-s .os-title {
  margin-left: 2px !important;
  font-size: 14px;
  font-weight: 700;
}
.os-addr {
  font-size: 12px;
  color: #999;
  margin-left: 26% !important;
}
.os-addr i {
  font-size: 12px;
  margin-right: 5px;
}
.one {
  height: 100%;
}


.tips {background: #ffe7e7;padding: 10px;}
.tip_msg{line-height: 18px; color: #ff0000; font-size: 13px;}
.layui-input{border-radius: 50px;}

.myheader{position: fixed; width: 100%; left: 0; top: 0; display: flex; flex-direction: row; height: 50px; line-height: 50px; border-bottom: 1px solid #eee; background-color: #fff; z-index: 9;}
.myheader .back{width: 33px; text-align: right;}
.myheader .back i{font-size: 22px;}
.myheader .h-title{font-size: 18px; text-align: center; width: calc(100% - 66px); color: #282828;}
.myheader .icons{width: 33px; text-align: right; font-size: 20px;}

.myheader .h-titlex{font-size: 18px; text-align: center; width: calc(100% - 66px); color: #282828;}
.myheader .icons_x{width: 80px; text-align: right; font-size: 20px; padding-right: 13px; line-height: 45px; position: absolute; right: 0; top: 1px;}
.myheader .icons_x a{font-size: 14px; color: #c20206; border-radius: 18px; border:1px solid #c20206; background-color: f8f9f9; padding: 5px 16px;}

.tools-bar{
  width: 100%;
  height: 70px;
  line-height: 70px;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #eee;
  background-color: #fff;
}

.tools-bar .yqdp-tjan{
  width: 94%;
  margin: 13px auto;
  border-radius: 20px;
}

.picker-modal .bar {
  position: relative;
  top: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f2f2f2;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
}
.title{
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size:16px;
  font-weight: 500;
  color: #3d4145;
  text-align: center;
  white-space: nowrap;
  z-index: 999999;
}

.picker-modal{
  overflow-x: hidden!important;
}
.picker-center-highlight{
  border-top: 1px solid #2aae5d;
  border-bottom: 1px solid #2aae5d;
}
.picker-item.picker-selected{color: #2aae5d;}
.picker-items-col.picker-items-col-divider{margin-top: -1px; font-size: 14px;}

/**上传按钮**/
.bg-jamb a.btnUploadAdd {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 55px;
  background-color: #f2f2f2;
  font-size: 36px;
  color: #969696;
}

.layui-upload-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px 0;
}

.layui-upload-img {
  width: 160px;
  height: 160px;
  display: none;
  border-radius: 3px;
  margin-top: 10px;
}
.list-info .info-box .info-inner input.fileButton{
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 60px;
  background-color: #f2f2f2;
  color: #969696;
  position: absolute;
  left: 0;
  top: 0;
  filter: Alpha(opacity=0);
  opacity:0;
}
.img_upload_display_pre{
  width: 180px;
  height: 180px;
  border-radius: 5px;
  margin-top: 10px;
  display: none;
}
.img_upload_display_pre img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/**上传的时候显示loading**/
#loading{width: 48px; height: 48px; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: none; z-index: 2002;}
#loading img{width: 100%; height: 100%;}