body {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  background-color: #f4f4f4;
}
img {
  display: inline-block;
  vertical-align: bottom;
}
#body {
  width: 100%;
  overflow: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.container {
  width: 100vw;
  overflow: hidden;
}
.header {
  width: 100vw;
  height: 38.19vw;
}
.header img {
  width: 100%;
  height: 100%;
}
.mainWapper {
  width: 1132px;
  margin: 0 auto;
}
.mainWapper .top {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainWapper .top .topwordWapper .title {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
}
.mainWapper .top .topwordWapper .topword {
  max-width: 843px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.mainWapper .top .topwordWapper .topword a {
  color: #d36f16;
}
.mainWapper .top .topwordWapper .projectTime {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}

.mainWapper .top .shareBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainWapper .top .shareBox span {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
  font-weight: 500;
  line-height: 33px;
}
.mainWapper .top .shareBox .wechat {
  margin: 0 20px;
}
.mainWapper .top .shareBox .weibo,
.mainWapper .top .shareBox .wechat {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  cursor: pointer;
}
.mainWapper .top .shareBox .trangle {
  display: none;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 20;
  right: 0;
  margin: auto;
}
.mainWapper .top .shareBox .shareWechatBox {
  display: none;
  border-radius: 4px;
  position: absolute;
  width: 140px;
  height: 140px;
  top: 40px;
  left: 0;
  padding: auto;
  z-index: 2;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.mainWapper .top .shareBox .shareWechatBox #wechat-qr-code {
  width: 120px;
  height: 120px;
}
.mainWapper .top .shareBox .weibo:hover {
  content: url("https://img.zcool.cn/special-resource/voice/assets/img/weibohover.png");
}
.mainWapper .top .shareBox .wechat:hover {
  content: url("https://img.zcool.cn/special-resource/voice/assets/img/weixinhover.png");
}
.btnd {
  content: url("https://img.zcool.cn/special-resource/voice/assets/img/weixinhover.png");
}
.btnd:hover {
  content: url("https://img.zcool.cn/special-resource/voice/assets/img/weixinhover.png");
}
.mainWapper .message {
  width: 166px;
  height: 166px;
  display: block;
  margin: 70px auto 20px;
}
.mainWapper .otherText {
  width: 100%;
  margin: 0 auto;
}
.mainWapper .otherText .order {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #282828;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  line-height: 33px;
  margin: 0 auto;
}
.mainWapper .otherText .explain {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #282828;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  line-height: 25px;
  margin: 5px auto 30px;
}
.mainWapper .detialPage {
  display: block;
  width: 1132px;
}
.mainWapper .detialPage .choose {
  width: 124px;
  height: 32px;
  margin: 30px 0 0 auto;
  cursor: pointer;
}
.mainWapper .detialPage .choose .chose {
  width: 124px;
  height: 32px;
  border: 1px #dddddd solid;
  border-radius: 4px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.mainWapper .detialPage .choose .chose .clicked {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-left: 20px;
}
.mainWapper .detialPage .choose .chose .up {
  width: 20px;
  height: 20px;
  background: url("https://img.zcool.cn/special-resource/voice/assets/img/icon-down.png")
    no-repeat center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 100% 100%;
  margin: auto;
}
.mainWapper .detialPage .choose .chose .noup {
  width: 20px;
  height: 20px;
  background: url("https://img.zcool.cn/special-resource/voice/assets/img/icon-down.png")
    no-repeat center;

  background-size: 100% 100%;
  margin: auto;
}
.mainWapper .detialPage .choose .options {
  display: none;
  position: relative;
  z-index: 3;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(95, 101, 102, 0.14);
  box-shadow: 0 0 10px 0 rgba(95, 101, 102, 0.14);
  border-radius: 4px;
  width: 124px;
  /* height: 92px; */
  height: 132px;
  margin-top: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.mainWapper .detialPage .choose .options div {
  width: 124px;
  height: 40px;
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}
.mainWapper .detialPage .choose .options div:hover {
  background: #f2f2f2;
}
.mainWapper .detialPage .choose .options .active {
  color: #d36f15;
}
.mainWapper .detialPage .mainList {
  margin-top: 20px;
}
.mainWapper .detialPage .mainList .grid-item {
  width: 268px;
  height: auto;
  margin-bottom: 40px;
}
.mainWapper .detialPage .mainList .grid-item .blocktop {
  width: 100%;
  background: #ffffff;
  border-radius: 12px 12px 12px 0;
  padding-bottom: 20px;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .iconReport {
  width: 228px;
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .iconReport .simbol {
  width: 18px;
  height: 14px;
}

.mainWapper .detialPage .mainList .grid-item .blocktop .iconReport > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .iconReport > div .del {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item:hover
  .blocktop
  .iconReport
  > div
  .del {
  background: url(https://img.zcool.cn/special-resource/voice/assets/img/icon-del.png)
    no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .iconReport .report {
  margin: auto 0 auto auto;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .iconReport .rep {
  width: 14px;
  height: 13px;
  display: block;
  margin: auto 0 auto auto;
  cursor: pointer;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .iconReport .rep:hover {
  content: url("https://img.zcool.cn/special-resource/voice/assets/img/icon-jubaoHover.png");
}

.mainWapper .detialPage .mainList .grid-item .blocktop .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 228px;
  min-height: 33px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  padding: 20px 20px 0px 20px;
  word-wrap: break-word;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .content img {
  vertical-align: baseline;
}

.mainWapper .detialPage .mainList .grid-item .blocktop .all {
  cursor: pointer;
  width: 28px;
  margin: 10px 20px 0 auto;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #148cf1;
  letter-spacing: 0;
  text-align: right;
  font-weight: 400;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom {
  position: relative;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom img {
  width: 40px;
  height: 22px;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom .pther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom .pther .titleInfo {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom .pther .titleInfo a {
  position: relative;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blockBottom
  .pther
  .titleInfo
  img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blockBottom
  .pther
  .titleInfo
  .honor {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -2px;
  right: -2px;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blockBottom
  .pther
  .titleInfo
  .person {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  height: 40px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 40px;
  margin-left: 5px;
  width: 98px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blockBottom
  .pther
  .titleInfo
  .person:hover {
  color: #d36f16;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom .pther .like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blockBottom
  .pther
  .like
  .imgLike {
  width: 14px;
  height: 14px;
  margin: auto 0 auto 0px;
  background: url("https://img.zcool.cn/special-resource/voice/assets/img/icon-unclicked.png")
    no-repeat center;
  background-size: 100% 100%;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blockBottom
  .pther
  .like
  .countLike {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 40px;
  margin-left: 6px;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom .pther .like:hover {
  background-color: #ffe300;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom .pther .like.actived {
  background-color: #ffe300;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blockBottom
  .pther
  .like.actived
  .imgLike {
  background: url("https://img.zcool.cn/special-resource/voice/assets/img/icon-clicked.png")
    no-repeat center;
  background-size: 100% 100%;
}
.mainWapper .detialPage .worksBox {
  min-height: 198px;
}
.mainWapper .detialPage .worksBox .worksTitle {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.mainWapper .detialPage .worksBox .worksTitle span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(75%, white),
    color-stop(75%, #ffe300),
    to(#ffe300)
  );
  background: linear-gradient(
    to bottom,
    white 0%,
    white 75%,
    #ffe300 75%,
    #ffe300 100%
  );
}
.mainWapper .detialPage .worksBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mainWapper .detialPage .worksBox .list .itemBox {
  display: block;
  width: calc((100% - 11px) / 2);
  margin-top: 15px;
  margin-right: 11px;
}
.mainWapper .detialPage .worksBox .list .itemBox:nth-child(2n) {
  margin-right: 0;
}
.mainWapper .detialPage .worksBox .list .item {
  display: block;
}
.mainWapper .detialPage .worksBox .list .item .imgBox {
  width: 100%;
  height: auto;
  padding-top: 76%;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 5px;
}
.mainWapper .detialPage .worksBox .list .item .imgBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  display: block;
}
.mainWapper .detialPage .worksBox .list .item .title {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
}
.mainWapper .detialPage .worksBox .list .username {
  font-size: 12px;
  color: #999;
  line-height: 17px;
  display: block;
}
.mainWapper .NullPage {
  display: none;
  width: 1132px;
  height: 406px;
  margin-bottom: 40px;
  margin-top: 122px;
}
.mainWapper .NullPage img {
  width: 280px;
  height: 203px;
  display: block;
  margin: 0 auto;
}
.mainWapper .NullPage .titleOne {
  width: 160px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #444444;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin: 20px auto 0;
}
.mainWapper .NullPage .titleTwo {
  width: 140px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #444444;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin: 5px auto 0;
}
.mainWapper .NullPage input {
  display: block;
  width: 126px;
  height: 36px;
  background: #ffe300;
  border-radius: 4px;
  margin: 20px auto 40px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.mainWapper .editcomment {
  background: #ffffff;
  background: #fff;
  padding: 10px auto 10px auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mainWapper .editcomment .titleVisitorfix {
  /*width: 468px;*/
  height: 25px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
  margin: 20px 0 0 96px;
}
.mainWapper .editcomment .pinlunt {
  position: relative;
  width: 938px;
  margin: 20px 0 0 96px;
}
.mainWapper .editcomment .expression-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 938px;
  margin: 15px 0 20px 96px;
}
.mainWapper .editcomment .expression-box .add-comment-btn {
  background-color: #eeeeee;
  border: 0;
  color: #bbbbbb;
}
.worksBox {
  min-height: 0 !important;
}
.mainWapper .editcomment .expression-box .biaoqing {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  color: #666;
  background-size: 18px 18px;
  cursor: pointer;
}
.mainWapper .otherVote {
  margin-top: 40px;
}
.mainWapper .otherVote .titleOther {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainWapper .otherVote .titleOther .more {
  cursor: pointer;
}
.mainWapper .otherVote .titleOther .more span {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #d36f16;
  letter-spacing: 0;
  text-align: right;
  font-weight: 400;
}
.mainWapper .otherVote .titleOther .more img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.mainWapper .otherVote .otherTheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainWapper .otherVote .otherTheme .theme {
  position: relative;
  margin-top: 20px;
  width: 555px;
  background: #fff;
  border-radius: 4px;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme {
  width: 100%;
  height: 281px;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme img {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
}
.mainWapper .otherVote .otherTheme .theme .area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 22px 0 0 20px;
}
.mainWapper .otherVote .otherTheme .theme .area2 .nameTheme {
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 324px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainWapper .otherVote .otherTheme .theme .area2 .state {
  height: 32px;
  background: #ffba00;
}
.mainWapper .otherVote .otherTheme .theme .area2 .state span {
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  display: block;
  color: #ffffff;
  cursor: default;
}
.mainWapper .otherVote .otherTheme .theme .area2 .state:before {
  content: "";
  display: block;
  position: absolute;
  border-right: none;
  border: 16px solid transparent;
  border-left: 10px solid #ffffff;
}
.mainWapper .otherVote .otherTheme .theme .timeTheme {
  width: 515px;
  height: 20px;
  margin: 0 auto 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: 0;
  font-weight: 400;
}
.mainWapper .otherVote .otherTheme .theme .line {
  width: 555px;
  height: 1px;
  background: #f2f2f2;
}
.mainWapper .otherVote .otherTheme .theme .area3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 22px 0 21px 20px;
}
.mainWapper .otherVote .otherTheme .theme .area3 .time {
  margin-right: 20px;
}
.mainWapper .otherVote .otherTheme .theme .area3 .time img {
  min-width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.mainWapper .otherVote .otherTheme .theme .area3 .time span {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #aaaaaa;
  letter-spacing: 0;
  font-weight: 400;
}
.mainWapper .otherVote .otherTheme .theme .area3 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainWapper .otherVote .otherTheme .theme .themeKind {
  position: absolute;
  min-width: 68px;
  height: 32px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px 0 4px 0;
  top: 0;
  left: 0;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  padding: 0 10px;
  line-height: 32px;
  font-weight: 500;
  box-sizing: border-box;
}
.mainWapper .logoFooter {
  width: 198px;
  height: 34.72px;
  margin: 80px auto 100px;
}
.mainWapper .logoFooter img {
  width: 100%;
  height: 100%;
}
.visitor {
  display: none;
  width: 100vw;
  min-height: 137px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 3;
  bottom: 0;
}
.visitor .titleVisitor {
  width: 556px;
  height: auto;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
  margin: 20px auto 0;
}
.visitor > div {
  width: 556px;
  height: 42px;
  margin: 20px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.visitor > div .leaveMe {
  width: 458px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f4f4;
}
.visitor > div .leaveMe .pinlunt {
  overflow: hidden;
  position: relative;
  background: #f4f4f4;
}
.visitor > div .leaveMe .inpuMe {
  width: 352px;
  max-height: 40px;
  overflow-y: scroll;
  padding-top: 10px;
  cursor: text;
  border: 0;
  border-radius: 4px;
  overflow-y: scroll;
  background: #f4f4f4;
  margin-bottom: 10px;
  outline-style: none;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;

  padding-bottom: 0 !important;
  padding-right: 20px;
  padding-left: 20px;
}
.visitor > div .leaveMe .inpuMe:focus-visible {
  border: 0;
  outline-style: none;
}
.visitor > div .leaveMe .inpuMe:empty:before {
  content: "说点什么...";
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #bbbbbb;
  letter-spacing: 0;
  font-weight: 400;
}
.visitor > div .leaveMe .inpuMe:focus:before {
  content: none;
}
.visitor > div .leaveMe .countEmoje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 20px;
  margin: auto;
  padding-right: 20px;
  position: relative;
}
.visitor > div .leaveMe .countEmoje .count {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  right: 112px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.visitor > div .leaveMe .countEmoje .linea {
  width: 1px;
  height: 8px;
  margin: auto 5px auto auto;
  background: #dddddd;
}
.visitor > div .leaveMe .countEmoje a {
  color: #d4711d;
}
.visitor > div .leaveMe .countEmoje .biaoqing {
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #d4711d;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 22px !important;
  margin-left: 5px;
  background-size: 14px 14px !important;
}
.visitor > div .sendLeave {
  width: 88px;
}
.visitor > div .sendLeave input {
  width: 88px;
  height: 42px;
  background: #eeeeee;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #bbbbbb;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
}
.cover {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 100;
}
.popUp {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  width: 440px;
  height: 217px;
  background-color: #fff;
}
.popUp .name {
  padding-left: 30px;
  height: 54px;
  line-height: 54px;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #282828;
  letter-spacing: 0;
  font-weight: 400;
}
.popUp .info {
  height: 96px;
  text-align: center;
  line-height: 96px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #444444;
  letter-spacing: 0;
  font-weight: 400;
}
.popUp .buttonWapper {
  width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popUp .buttonWapper #require {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  height: 36px;
  width: 118px;
  background: #ffe300;
  border-radius: 4px;
}
.popUp .buttonWapper #closePop {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  height: 36px;
  width: 118px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  background: #fff;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}

.unlogin-textarea-wrap {
  display: none;
  text-align: center;

  width: 100%;
  height: 60px;
  border: 1px solid #dddddd;
  background: #f4f4f4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: auto;
  cursor: pointer;
  bottom: 0;
  right: 0;
  margin: auto;
}
.btn-current-small {
  width: 80px;
  box-sizing: border-box;
}

.btn-current-middle,
.btn-current-small {
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  font-size: 14px;
}
.btn-default-main {
  color: #444;
  background: #ffe300;
  border: 1px solid #ffe300;
  border-radius: 4px;
  cursor: pointer;
}
.mr-10 {
  margin: 10px 10px 10px auto;
}

.textarea-style,
.textarea-style2 {
  padding: 10px 50px 10px 20px !important;
}
textarea#comment-add-textarea2::-webkit-scrollbar {
  display: none;
}

.toast {
  display: none;
  width: 300px;
  height: 200px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101;
}
.toast img {
  display: block;
  width: 131px;
  height: 100px;
  margin: 30px auto 14px;
}
.toast .messages {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #444444;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.bindIphone {
  width: 440px;
  height: 243px;
  position: fixed;
  top: 0;
  left: 0%;
  bottom: 0;
  right: 0;
  margin: auto;
  padding-bottom: 30px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  display: none;
}
.bindIphone .popup-tit {
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #19181a;
  text-align: left;
  padding-left: 30px;
  border-bottom: 1px solid #eaeaea;
}
.bindIphone .popup-tit #popup-header-close {
  background: url("https:/static2-test.zcool.com.cn/git_z/build/images/svg/icon-pop-colose.svg")
    center no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 22px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
}
.bindIphone .popup-content {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  color: #444;
  margin: 35px auto;
  padding: 0 30px;
  word-wrap: break-word;
}
.bindIphone .pop-btn {
  text-align: center;
  margin-top: 30px;
}
.bindIphone .btn-default-main {
  color: #444444;
  background: #ffd100;
  border: 1px solid #ffd100;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 20px;
}
.bindIphone .btn-default-main:hover {
  color: #444444;
  background: #ffe366;
  border: 1px solid #ffe366;
}
.dontMove {
  overflow: hidden;
}

@media not screen and (-webkit-min-device-pixel-ratio: 2),
  not screen and (min--moz-device-pixel-ratio: 2),
  not screen and (-o-min-device-pixel-ratio: 2/1),
  not screen and (min-device-pixel-ratio: 2),
  not screen and (min-resolution: 192dpi),
  not screen and (min-resolution: 2dppx) {
  .emoji {
    margin-right: 5px;
  }
}
/*# sourceMappingURL=index.71020f01.css.map*/
