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;
}
.headerImg {
  width: 100vw;
  height: 75vw;
  background-color: #aaa;
}
.headerImg img {
  width: 100%;
  height: 100%;
}
.mainWapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.mainWapper .top {
  padding: 5.333vw 4vw 0 4vw;
}
.mainWapper .top .topwordWapper .topword {
  font-family: PingFangSC-Regular;
  font-size: 4vw;
  color: #666666;
  letter-spacing: 0;
  text-align: left;
  line-height: 6.9333vw;
  font-weight: 400;
}
.mainWapper .top .topwordWapper .topword a {
  color: #d36f16;
}
.mainWapper .detialPage {
  padding-left: 4vw;
  padding-right: 4vw;
}
.mainWapper .detialPage .choose {
  cursor: pointer;
}
.mainWapper .detialPage .choose .chose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8vw;
}
.mainWapper .detialPage .choose .chose .clicked {
  font-family: PingFangSC-Semibold;
  font-size: 4.8vw;
  color: #282828;
  letter-spacing: 0;
  font-weight: 600;
}
.mainWapper .detialPage .choose .chose .up {
  width: 3.2vw;
  height: 3.2vw;
  background: url("https://public-static.zcool.com.cn/special-resource/voice/wap/assets/img/wapUp.png")
    no-repeat center;
  background-size: 100% 100%;
  margin: auto 0 auto 1.33vw;
}
.mainWapper .detialPage .choose .chose .noup {
  width: 3.2vw;
  height: 3.2vw;
  background: url("https://public-static.zcool.com.cn/special-resource/voice/wap/assets/img/wapUp.png")
    no-repeat center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 100% 100%;
  margin: auto 0 auto 1.33vw;
}
.mainWapper .detialPage .choose .chose .up.down {
  width: 3.2vw;
  height: 3.2vw;
  background: url("https://public-static.zcool.com.cn/special-resource/voice/wap/assets/img/wapBottom.png")
    no-repeat center;
  background-size: 100% 100%;
  margin: auto 1.33vw auto 0;
}
.mainWapper .detialPage .choose .options {
  display: none;
  position: absolute;
  z-index: 3;
  background: #ffffff;
  -webkit-box-shadow: 0 0 2.667vw 0 rgba(95, 101, 102, 0.14);
  box-shadow: 0 0 2.667vw 0 rgba(95, 101, 102, 0.14);
  border-radius: 4px;
  font-size: 4.267vw;
  width: 33.067vw;
  /* height: 24.533vw; */
  height: 36.533vw;
  margin-top: 1.333vw;
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.mainWapper .detialPage .choose .options div {
  width: 33.067vw;
  height: 10.667vw;
  line-height: 10.667vw;
  text-align: center;
}
.mainWapper .detialPage .choose .options .active {
  font-family: PingFangSC-Semibold;
  font-size: 4.267vw;
  color: #282828;
  letter-spacing: 0;
  font-weight: 600;
}
.mainWapper .detialPage .mainList {
  margin-top: 5.333vw;
}
.mainWapper .detialPage .mainList .grid-item {
  width: 44.533vw;
  height: auto;
  margin-bottom: 8vw;
}
.mainWapper .detialPage .mainList .grid-item .blocktop {
  width: 100%;
  background: #ffffff;
  border-radius: 3.2vw 3.2vw 3.2vw 0;
  padding-bottom: 5.333vw;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .iconReport {
  width: 100%;
  padding: 5.333vw 4vw 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: 4.8vw;
  height: 3.733vw;
}
.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: 4.267vw;
  height: 4.267vw;
  display: block;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .iconReport .rep {
  width: 4.267vw;
  height: 4.267vw;
  display: block;
  margin: auto 0 auto auto;
}

.mainWapper .detialPage .mainList .grid-item .blocktop .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;

  min-height: 8.8vw;
  font-family: PingFangSC-Regular;
  font-size: 4.267vw;
  color: #333333;
  letter-spacing: 0;
  line-height: 5.866vw;
  font-weight: 400;
  padding: 4vw 4vw 0 4vw;
  word-wrap: break-word;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .content img {
  vertical-align: baseline;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .all {
  cursor: pointer;

  margin: 2.667vw 5.333vw 0 auto;
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  color: #148cf1;
  letter-spacing: 0;
  text-align: right;
  font-weight: 400;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .like {
  width: 16vw;
  height: 8vw;
  border: 1px solid #cccccc;
  cursor: pointer;
  border-radius: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 4vw 4vw 0 auto;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .like .imgLike {
  width: 4.267vw;
  height: 4.267vw;
  margin: auto 0;
  background: url("https://public-static.zcool.com.cn/special-resource/voice/wap/assets/img/icon-unclicked.png")
    no-repeat center;
  background-size: 100% 100%;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .like .countLike {
  font-family: PingFangSC-Regular;
  font-size: 3.2vw;
  color: #666666;
  letter-spacing: 0;
  line-height: 4.267vw;
  font-weight: 400;
  line-height: 8vw;
  margin-left: 1.6vw;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .like.actived {
  background-color: #ffd100;
  border: 0;
}
.mainWapper .detialPage .mainList .grid-item .blocktop .like.actived .imgLike {
  background: url("https://public-static.zcool.com.cn/special-resource/voice/wap/assets/img/icon-clicked1.png?v=2")
    no-repeat center;
  background-size: 100% 100%;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blocktop
  .like.actived
  .countLike {
  color: #333;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom {
  position: relative;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom .pther .titleInfo a {
  position: relative;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blockBottom
  .pther
  .titleInfo
  a
  .honor {
  width: 4vw;
  height: 4vw;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom img {
  width: 10.667vw;
  height: 5.867vw;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom .pther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2.667vw;
}
.mainWapper .detialPage .mainList .grid-item .blockBottom .pther .titleInfo {
  margin-left: 5.333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blockBottom
  .pther
  .titleInfo
  img {
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
}
.mainWapper
  .detialPage
  .mainList
  .grid-item
  .blockBottom
  .pther
  .titleInfo
  .person {
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  height: 8vw;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 8vw;
  margin-left: 1.333vw;
}

.mainWapper .NullPage {
  display: none;
  margin-bottom: 10.667vw;
}
.mainWapper .NullPage img {
  display: block;
  margin: 26.667vw auto 0;
  width: 55.2vw;
  height: 40vw;
}
.mainWapper .NullPage .titleOne {
  font-family: PingFangSC-Regular;
  font-size: 4.2667vw;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin: 5.333vw auto 0;
}
.mainWapper .NullPage .titleTwo {
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin: 1.333vw auto 0;
}
.mainWapper .NullPage input {
  width: 64vw;
  height: 10.66vw;
  display: block;
  background: #ffe300;
  border-radius: 4.8vw;
  font-size: 4.266vw;
  color: #333;
  margin: 5.333vw auto 10.667vw;
  border: 0;
  padding: 0;
}
.mainWapper .visitorfix {
  width: 100%;
  height: 69.466vw;
  background: #ffffff;
  padding: 1px;
  padding-bottom: 5.333vw;
  margin-top: 18.66vw;
}
.mainWapper .visitorfix .titleVisitorfix {
  height: 8.8vw;
  font-family: PingFangSC-Medium;
  font-size: 6.4vw;
  color: #282828;
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
  margin: 5.333vw 0 0 4vw;
}
.mainWapper .visitorfix > div {
  width: 100%;
  height: 16vw;
  margin: 4vw auto;
}
.mainWapper .visitorfix > div .leaveMefix {
  width: 92vw;
  height: 30.667vw;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #f4f4f4;
  margin: 0 auto;
}
.mainWapper .visitorfix > div .leaveMefix .inpuMea {
  overflow: scroll;
  background-color: #f4f4f4;
  overflow-y: scroll;
  resize: none;
  margin: 2.667vw auto 0;
  padding: 0;
  width: 86.667vw;
  height: 19.2vw;
  border: 0;
  border-radius: 4px;
  outline-style: none;
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.mainWapper .visitorfix > div .leaveMefix .inpuMea:focus-visible {
  border: 0;
  outline-style: none;
}
.mainWapper .visitorfix > div .leaveMefix .inpuMea:empty:before {
  content: "说点什么...";
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  color: #bbbbbb;
  letter-spacing: 0;
  font-weight: 400;
}
.mainWapper .visitorfix > div .leaveMefix .inpuMea:focus:before {
  content: none;
}
.mainWapper .visitorfix > div .leaveMefix #countText1 {
  font-family: PingFangSC-Regular;
  font-size: 3.2vw;
  color: #999999;
  letter-spacing: 0;
  text-align: right;
  font-weight: 400;
  margin-right: 4vw;
}
.mainWapper .visitorfix > div .sendLeavefix {
  width: 92vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 4vw auto 0;
}
.mainWapper .visitorfix > div .sendLeavefix .titleInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mainWapper .visitorfix > div .sendLeavefix .titleInfo img {
  width: 10.667vw;
  height: 10.667vw;
  border-radius: 50%;
}
.mainWapper .visitorfix > div .sendLeavefix .titleInfo .person {
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  height: 10.667vw;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 10.667vw;
  margin-left: 1.333vw;
}
.mainWapper .visitorfix > div .sendLeavefix .titleInfo .person span {
  color: #148cf1;
}
.mainWapper .visitorfix > div .sendLeavefix input {
  width: 29.33vw;
  height: 9.6vw;
  border-radius: 9.6vw !important;

  background: #eeeeee;

  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  color: #bbbbbb;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  padding: 0;
  border: 0;
  margin: 0;
}
.mainWapper .otherVote {
  overflow: hidden;
  margin-top: 2.667vw;
  padding-top: 5.333vw;
  padding-left: 4vw;
  padding-right: 4vw;
  background: #ffffff;
}
.mainWapper .otherVote .titleOther {
  font-family: PingFangSC-Semibold;
  font-size: 6.4vw;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
}
.mainWapper .otherVote .otherTheme .theme {
  position: relative;
  margin-top: 5.333vw;
  width: 92vw;
  background: #ffffff;
  border-radius: 1.066vw;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme img {
  width: 42.666vw;
  height: 32vw;
  border-radius: 1.066vw;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 2.667vw;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 .nameTheme {
  margin-top: 2.667vw;
  cursor: pointer;
  width: 46.667vw;
  font-family: PingFangSC-Semibold;
  font-size: 4.2667vw;
  color: #282828;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 .timeTheme {
  width: 46.667vw;
  height: 5.333vw;
  margin-top: 5.333vw;
  font-family: PingFangSC-Regular;
  font-size: 3.2vw;
  color: #333333;
  text-align: left;
  line-height: 4.8vw;
  font-weight: 400;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.066vw;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 .right .vc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.267vw;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 .right .vc img {
  width: 4.267vw;
  height: 100%;
  vertical-align: middle;
  margin: auto 0;
  display: block;
  margin-right: 1.066vw;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 .right .vc span {
  font-family: PingFangSC-Regular;
  font-size: 3.2vw;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  line-height: 4.2667vw;
  font-weight: 400;
  padding-left: 1.066vw;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 .right .pc,
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 .right .liuyan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4vw;
  height: 4.267vw;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 .right .pc img,
.mainWapper
  .otherVote
  .otherTheme
  .theme
  .bannerTheme
  .area2
  .right
  .liuyan
  img {
  width: 4.267vw;
  height: 100%;
  margin-right: 1.066vw;
}
.mainWapper .otherVote .otherTheme .theme .bannerTheme .area2 .right .pc span,
.mainWapper
  .otherVote
  .otherTheme
  .theme
  .bannerTheme
  .area2
  .right
  .liuyan
  span {
  font-family: PingFangSC-Regular;
  font-size: 3.2vw;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  line-height: 4.2667vw;
  font-weight: 400;
}
.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-top: 2.667vw;
  padding-bottom: 6.133vw;
}
.mainWapper .otherVote .otherTheme .theme .area3 .time {
  font-size: 3.733vw;
  margin-right: 5.333vw;
}
.mainWapper .otherVote .otherTheme .theme .area3 .time img {
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 1.6vw;
  vertical-align: baseline;
}
.mainWapper .otherVote .otherTheme .theme .area3 .time span {
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  color: #999999;
  text-align: left;
  line-height: 4.8vw;
  font-weight: 400;
}
.mainWapper .otherVote .otherTheme .theme .area3 .state {
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  color: #333333;
  text-align: right;
  line-height: 4.8vw;
  font-weight: 400;
}
.mainWapper .otherVote .otherTheme .line {
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  margin: 0 auto;
}
.headerfix {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  padding: 2.667vw 4vw;
  background: #fff;
  font-family: PingFangSC-Medium;
  font-size: 4.8vw;
  color: #333333;
  font-weight: 500;
  z-index: 1000;
}
.visitor {
  display: none;
  width: 100vw;
  background: #ffffff;
  min-height: 13.33vw;
  -webkit-box-shadow: 0 0 1.6vw 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.6vw 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 3;
  bottom: 0;
  padding-bottom: 6vw;
}
.visitor > div {
  width: 100vw;
  min-height: 8vw;
  margin: 2.667vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.visitor > div .leaveMe {
  width: 74.667vw;
  min-height: 8vw;
  background: #f3f6f6;
  border: 1px solid #e5e6eb;
  border-radius: 2px;
  margin: auto auto 0;
}
.visitor > div .leaveMe:focus-visible {
  border: 0;
  outline-style: none;
}
.visitor > div .leaveMe .inpuMe {
  max-height: 16vw;
  overflow: scroll;
  padding: 0;
  width: 69.33vw;
  min-height: 5.333vw;
  border: 0;
  border-radius: 4px;
  margin: 1.333vw auto;
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  background: #f3f6f6;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.visitor > div .leaveMe .inpuMe:focus-visible {
  border: 0;
  outline-style: none;
}
.visitor > div .leaveMe .inpuMe:empty:before {
  content: "说点什么...";
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  color: #bbbbbb;
  letter-spacing: 0;
  font-weight: 400;
}
.visitor > div .leaveMe .inpuMe:focus:before {
  content: none;
}
.visitor > div .sendLeave {
  width: 14.667vw;
  margin: auto auto 0;
}
.visitor > div .sendLeave #countText {
  display: none;
  font-family: PingFangSC-Regular;
  font-size: 3.2vw;
  color: #999999;
  letter-spacing: 0;
  text-align: right;
  font-weight: 400;
  margin-bottom: 1.333vw;
}
.visitor > div .sendLeave input {
  width: 14.667vw;
  height: 8vw;
  background: #eeeeee;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  color: #bbbbbb;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  padding: 0;
  border: 0;
  margin: 0;
}
.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: 72vw;
  height: 41.067vw;
  background-color: #fff;
  border-radius: 4px;
}
.popUp .info {
  font-family: PingFangSC-Regular;
  font-size: 4.266vw;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  height: 27.733vw;
  text-align: center;
  line-height: 27.733vw;
  border-bottom: 1px solid #e6e6eb;
}
.popUp .buttonWapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popUp .buttonWapper #require {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  height: 13.333vw;
  width: 50%;
  background: #fff;
  border-right: 1px solid #e6e6eb;
  font-size: 3.733vw;
  border-radius: 0 0 0 4px;
}
.popUp .buttonWapper #closePop {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;

  width: 50%;
  background: #fff;
  font-family: PingFangSC-Semibold;
  font-size: 3.733vw;
  color: #f5a623;
  letter-spacing: 0;
  font-weight: 600;
  border-radius: 0 0 4px 0;
}

.pop-up {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: 126.4vw !important;
  width: 80vw !important;
}
.popup-title {
  padding: 5.33vw 8vw !important;
  line-height: 3.733vw !important;
}
.popup-con {
  padding: 8vw;
}
.pop-cancel,
.pop-confirm {
  min-width: 4.86vw;
  height: 9.6vw;
  margin: 5.33vw 8px 0;
  padding: 0 5.33vw;
  font-size: 14px;
}
.report-option-row label {
  width: 100%;
  padding: 5.33vw 0;
  vertical-align: inherit;
}
.toast {
  display: none;
  width: 80vw;
  height: 53.33vw;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.6vw 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.6vw 0 rgba(0, 0, 0, 0.2);
  border-radius: 1.066vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101;
}
.toast img {
  display: block;
  width: 34.93vw;
  height: 26.667vw;
  margin: 8vw auto 3.733vw;
}
.toast .messages {
  font-family: PingFangSC-Regular;
  font-size: 4.267vw;
  color: #444444;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.ReportPop {
  width: 100vw;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}
.ReportPop .firstPage,
.ReportPop .secondPage,
.ReportPop .thirdPage {
  width: 89.33vw;
  margin: 0 auto;
  height: 100vh;
}
.ReportPop .firstPage .title,
.ReportPop .secondPage .title,
.ReportPop .thirdPage .title {
  width: 100%;
  height: 11.733vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ReportPop .firstPage .title img,
.ReportPop .secondPage .title img,
.ReportPop .thirdPage .title img {
  width: 5.33vw;
  height: 5.33vw;
  vertical-align: middle;
  margin: auto 0;
  display: block;
}
.ReportPop .firstPage .title div,
.ReportPop .secondPage .title div,
.ReportPop .thirdPage .title div {
  font-family: PingFangSC-Regular;
  font-size: 4.266vw;
  color: #282828;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
  line-height: 11.733vw;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ReportPop .firstPage .kindJubao #jubaoContent,
.ReportPop .secondPage .kindJubao #jubaoContent,
.ReportPop .thirdPage .kindJubao #jubaoContent {
  resize: none;
  width: 100%;
  height: 51.733vw;
  border: 0;
  font-family: PingFangSC-Regular;
  font-size: 4.266vw;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
}
.ReportPop .firstPage .kindJubao #jubaoContent:focus-visible,
.ReportPop .secondPage .kindJubao #jubaoContent:focus-visible,
.ReportPop .thirdPage .kindJubao #jubaoContent:focus-visible {
  outline: none;
}
.ReportPop .firstPage .kindJubao .kindList li,
.ReportPop .secondPage .kindJubao .kindList li,
.ReportPop .thirdPage .kindJubao .kindList li {
  height: 16.533vw;
  border-bottom: 1px solid #e6e6eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 16.533vw;
}
.ReportPop .firstPage .kindJubao .kindList li span,
.ReportPop .secondPage .kindJubao .kindList li span,
.ReportPop .thirdPage .kindJubao .kindList li span {
  font-family: PingFangSC-Regular;
  font-size: 4.266vw;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}
.ReportPop .firstPage .kindJubao .kindList li .select,
.ReportPop .secondPage .kindJubao .kindList li .select,
.ReportPop .thirdPage .kindJubao .kindList li .select {
  width: 5.33vw;
  height: 5.33vw;
  margin: auto 0;
  display: none;
}
.ReportPop .firstPage .kindJubao .kindList li .right,
.ReportPop .secondPage .kindJubao .kindList li .right,
.ReportPop .thirdPage .kindJubao .kindList li .right {
  width: 3.2vw;
  height: 3.2vw;
  margin: auto 0;
}
.ReportPop .firstPage .JubaoBtn,
.ReportPop .secondPage .JubaoBtn,
.ReportPop .thirdPage .JubaoBtn {
  margin: 81px auto 0;
}
.ReportPop .firstPage .JubaoBtn input,
.ReportPop .secondPage .JubaoBtn input,
.ReportPop .thirdPage .JubaoBtn input {
  width: 64vw;
  height: 10.66vw;
  background-color: #eeeeee;
  font-family: PingFangSC-Regular;
  font-size: 4.266vw;
  color: #333333;
  text-align: center;
  font-weight: 400;
  border: 0;
  border-radius: 6.667vw;
  margin: 0 auto;
  display: block;
}
.ReportPop .secondPage {
  display: none;
}
.ReportPop .thirdPage {
  display: none;
}
.ReportPop .firstPage {
  display: none;
}

.bindIphone {
  width: 80vw;
  height: 55.182vw;
  position: fixed;
  top: 0;
  left: 0%;
  bottom: 0;
  right: 0;
  margin: auto;
  padding-bottom: 5.54vw;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  display: none;
}
.bindIphone .popup-tit {
  height: 9.818vw;
  line-height: 9.818vw;
  font-size: 3.733vw;
  color: #19181a;
  text-align: left;
  padding-left: 5.54vw;
  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: 3.733vw;
  height: 3.733vw;
  position: absolute;
  top: 3.9893vw;
  right: 4.53vw;
  z-index: 10;
  cursor: pointer;
}
.bindIphone .popup-content {
  font-size: 4.26vw;
  text-align: center;
  line-height: 6.714666vw;
  color: #444;
  margin: 6.3466vw auto;
  padding: 0 5.54vw;
  word-wrap: break-word;
}
.bindIphone .pop-btn {
  text-align: center;
  margin-top: 5.54vw;
}
.bindIphone .btn-default-main {
  color: #444444;
  background: #ffd100;
  border: 1px solid #ffd100;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  padding: 0 3.626vw;
  height: 6.528vw;
  line-height: 6.528vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 3.733vw;
  margin-right: 3.626vw;
}
.bindIphone .btn-default-main:hover {
  color: #444444;
  background: #ffe366;
  border: 1px solid #ffe366;
}
.dontMove {
  overflow: hidden;
}

/*# sourceMappingURL=wap.2ce1da5d.css.map*/
