body {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: auto;
  background: #f4f4f4;
  font-family: "Montserrat";
}
.containBox {
  z-index: auto !important;
}
img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.inputTop {
  display: none !important;
}
#body {
  width: 100%;
  overflow: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.authToast {
  display: none;
  padding: 2.9333vw 3.7333vw;
  border-radius: 1.3333vw;
  opacity: 0.8;
  background: #000000;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 4.8vw;
  color: #ffffff;
  white-space: nowrap;
}
.unpublished,
.published {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 50;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 3.2vw 2.1333vw 2.9333vw 3.3333vw;
  background: #000000;
  opacity: 0.85;
  border-radius: 2.5333vw;
  font-weight: 400;
  font-size: 3.0667vw;
  line-height: 4.2667vw;
  color: #ffffff;
  text-align: center;
}
.unpublished > img,
.published > img {
  width: 10.9333vw;
  height: 10.9333vw;
  margin-bottom: 2vw;
}
.mantle {
  opacity: 0.9;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000;
  z-index: 30;
}
.shareFriends {
  display: none;
  width: 45.3333vw;
  height: 40.4vw;
  position: fixed;
  right: 6.1333vw;
  top: 13.3333vw;
  z-index: 40;
}
.topFirst {
  position: relative;
}
.topFirst .shareBtn {
  position: absolute;
  width: 39.3333vw;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 7.6vw;
}
.topFirst .topFirstFixed {
  text-align: center;
  border-radius: 1.3333vw 0 0 1.3333vw;
  z-index: 29;
  position: fixed;
  top: 49.7333vw;
  right: 0;
  width: 6.8vw;
  height: 26.1333vw;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 4.5333vw;
  color: #000000;
  border: 1px solid #000000;
  background: linear-gradient(352.37deg, #fd871b -32.97%, #fef200 73.88%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zhnweiImg {
  position: relative;
}
.zhnweiImg .mainBottom {
  position: relative;
  top: -13.4vw;
}
.mainMiddleFriends {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0.5333vw 8.2667vw;
  white-space: nowrap;
  background: #ffffff;
  color: #000;
  font-size: 3.2vw;
  line-height: 4.5333vw;
  border-radius: 2.6667vw;
  text-align: center;
}
.mainMiddleFriends::before {
  position: absolute;
  top: -2.2vw;
  left: 50%;
  margin-left: -2.13335vw;
  content: "";
  width: 0;
  height: 0;
  border-left: 2.2667vw solid transparent;
  border-right: 2.2667vw solid transparent;
  border-bottom: 2.2667vw solid #fff;
}
.listContent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6vw 2vw 42.667vw;
  background: #fef200;
  position: relative;
}
.listContent .content {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 4.8vw 0 4.8vw 1.4vw;
  background: #ffdb21;
  border-radius: 2.6667vw;
  position: relative;
  border: 0.1333vw solid #000;
}
.listContent .content .contentExternal {
  overflow: auto;
  padding-right: 2.4vw;
  height: 137.886vw;
}
.listContent .content .contentExternal .canMore {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.listContent .content .contentExternal .canMore span {
  margin-left: 2.4vw;
  display: block;
  height: 11.2vw;
  border-left: 1px solid #fff;
}
.listContent .content .contentExternal .canMore div {
  margin: 1.0667vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.listContent .content .contentExternal .canMore div p {
  margin-bottom: 0.9333vw;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 4.5333vw;
  color: #ec7c15;
}
.listContent .content .contentExternal .canMore div > img {
  width: 5.3333vw !important;
}
.listContent .content .contentExternal .wapListItem {
  position: relative;
  height: 20.8vw;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffdb21;
}
.listContent .content .contentExternal .wapListItem .wapListItemLeft {
  position: relative;
  z-index: 10;
  width: 4.8vw;
  height: 4.8vw;
  min-width: 4.8vw;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  color: #000000;
  line-height: 4.9333vw;
  font-size: 2.5333vw;
  margin-right: 1.8667vw;
}
.listContent .content .contentExternal .wapListItem .mokuailistleft {
  margin-left: 2.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 2.5333vw;
  line-height: 3.8667vw;
  color: #000000;
}
.listContent .content .contentExternal .wapListItem .mokuailistleft span {
  display: inline-block;
}
.listContent
  .content
  .contentExternal
  .wapListItem
  .mokuailistleft
  span:nth-of-type(1) {
  height: 8vw;
  border-left: 1px solid white;
}
.listContent
  .content
  .contentExternal
  .wapListItem
  .mokuailistleft
  span:nth-of-type(2) {
  margin-left: -2.3333vw;
  width: 4.8vw;
  height: 4.8vw;
  background: white;
  border-radius: 50%;
  line-height: 4.8vw;
  min-width: 4.8vw;
  text-align: center;
}
.listContent
  .content
  .contentExternal
  .wapListItem
  .mokuailistleft
  span:nth-of-type(3) {
  height: 8vw;
  border-left: 1px solid white;
}
.listContent .content .contentExternal .wapListItem .wapListItemRight {
  position: relative;
  z-index: 20;
  width: 83.1333vw;
  height: 17.6vw;
  background: #ffffff;
  padding-right: 2.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2.8vw;
}
.listContent .content .contentExternal .wapListItem .wapListItemRight img {
  display: block;
  width: 16.8vw;
  height: 15.2vw;
  border-radius: 50%;
}
.listContent
  .content
  .contentExternal
  .wapListItem
  .wapListItemRight
  .rewardUpgrade {
  border-radius: 0;
  width: 14.6667vw;
  height: 4.5333vw;
  position: absolute;
  left: 0;
  top: 0;
}
.listContent
  .content
  .contentExternal
  .wapListItem
  .wapListItemRight
  .wapListItemRightNews {
  white-space: nowrap;
}
.listContent
  .content
  .contentExternal
  .wapListItem
  .wapListItemRight
  .wapListItemRightNews
  p:first-of-type {
  color: #000000;
  font-size: 4vw;
  line-height: 5.6vw;
}
.listContent
  .content
  .contentExternal
  .wapListItem
  .wapListItemRight
  .wapListItemRightNews
  p:last-of-type {
  margin-top: 1.3333vw;
  font-size: 2.6667vw;
  line-height: 3.7333vw;
  color: #545454;
}
.listContent
  .content
  .contentExternal
  .wapListItem
  .wapListItemRight
  .selectBtn {
  width: 18.6667vw;
  height: 8.2667vw;
  background: #ff5b40;
  text-align: center;
  font-size: 3.4667vw;
  line-height: 8.2667vw;
  color: #ffffff;
  border-radius: 5.2vw;
}
.listContent .content .contentExternal .wapListItem .wapListItemRight .select {
  background: #cdcdcd;
}
.listContent
  .content
  .contentExternal
  .wapListItem
  .wapListItemRight
  .selectBtnUnopen {
  background: #fff7ad;
  color: #000000;
}
.listContent
  .content
  .contentExternal
  .wapListItem:last-of-type
  .mokuailistleft
  span:nth-of-type(3) {
  border: none;
}
.listContent .content .contentExternal .wapListItem:first-of-type {
  margin-top: 0;
}
.listContent
  .content
  .contentExternal
  .wapListItem:first-of-type
  > span:first-of-type {
  visibility: hidden;
}
.listContent
  .content
  .contentExternal
  .wapListItem:first-of-type
  .mokuailistleft
  span:nth-of-type(1) {
  border: none;
}
.listContent .content .contentExternal .noTopm {
  opacity: 0.6;
}
.listContent .content .contentExternal .bigItem {
  border-radius: 3.0667vw;
  height: 22.2667vw;
}
.listContent .content .contentExternal .bigItem span {
  border-left: 0.1333vw solid white;
  height: 15.3vw;
  width: 0.1333vw;
  display: block;
  position: absolute;
  margin-left: 2.4vw;
}
.listContent .content .contentExternal .bigItem span:first-of-type {
  margin-top: -13.9333vw;
}
.listContent .content .contentExternal .bigItem span:last-of-type {
  margin-top: 13.9333vw;
}
.listContent .content .contentExternal .bigItem .wapListItemRight {
  width: 100%;
  height: 19.0667vw;
}
.listContent .content .contentExternal .bigItem .wapListItemRight img {
  width: 18.2667vw;
  height: 16.5333vw;
}
.listContent .content .contentExternal .bigItem .wapListItemRight .selectBtn {
  width: 19.7333vw;
  height: 9.6vw;
  line-height: 9.6vw;
}
.listContent .invitation {
  margin-top: 6vw;
  background: white;
  width: 96vw;
  height: 30vw;
  border-radius: 2.8vw;
  border: 0.1333vw solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12.9333vw 0 3.2vw 0;
  position: fixed;
  bottom: 6.667vw;
  z-index: 29;
}
.listContent .invitation .invitationLine {
  width: 80vw;
  height: 1.0667vw;
  background: #ffc58a;
  border-radius: 2vw;
  margin: 0 auto;
  position: relative;
}
.listContent .invitation .invitationLine img:nth-of-type(1) {
  width: 10.9333vw;
  height: 10.9333vw;
  position: absolute;
  left: 14vw;
  bottom: -2.3vw;
}
.listContent .invitation .invitationLine img:nth-of-type(2) {
  width: 13.4667vw;
  height: 13.4667vw;
  position: absolute;
  left: 42.2667vw;
  bottom: -2.6333vw;
}
.listContent .invitation .invitationLine img:nth-of-type(3) {
  width: 17.2vw;
  width: 17.2vw;
  position: absolute;
  bottom: -3.5vw;
  right: -7.2667vw;
}
.listContent .invitation .invitationLine .invitationLineSelect {
  width: 2vw;
  height: 100%;
  background: #ff674f;
  border-radius: 2vw;
}
.listContent .invitation .invitationLine .leijiPublic {
  display: none;
  position: absolute;
  white-space: nowrap;
  padding: 0.2667vw 2.1333vw;
  text-align: center;
  background: #ff674f;
  border-radius: 3.0667vw;
  font-weight: 400;
  font-size: 2.6667vw;
  line-height: 2.6667vw;
  color: #ffffff;
}
.listContent .invitation .invitationLine .leiji5 {
  left: 6vw;
  top: 4vw;
}
.listContent .invitation .invitationLine .leiji5::before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 0.9333vw solid transparent;
  border-right: 0.9333vw solid transparent;
  border-bottom: 1.2vw solid #ff674f;
  border-top: 1.2vw solid transparent;
  position: absolute;
  top: -2.1vw;
  left: 1.6vw;
}
.listContent .invitation .invitationLine .leiji230 {
  right: 0;
  top: 4vw;
}
.listContent .invitation .invitationLine .leiji230::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 0.9333vw solid transparent;
  border-right: 0.9333vw solid transparent;
  border-bottom: 1.2vw solid #ff674f;
  border-top: 1.2vw solid transparent;
  position: absolute;
  top: -2.1vw;
  right: 1.6vw;
}
.listContent .invitation .invitationDesc {
  margin: 8.8vw auto 0;
  width: 78.6667vw;
  white-space: nowrap;
  text-align: center;
  background: #fff59b;
  border-radius: 4.4vw;
  font-weight: 300;
  font-size: 2.6667vw;
  line-height: 3.7333vw;
  color: #4f4f4f;
}
.authentication {
  display: none;
  z-index: 999;
  position: fixed;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 2.6667vw;
}
.authentication .authenticationTop {
  white-space: nowrap;
  position: relative;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 8.9333vw 16.8vw;
  font-weight: 500;
  font-size: 4.2667vw;
  line-height: 4.4vw;
  color: #000000;
  text-align: center;
  border-bottom: 0.5333vw dashed #000000;
}
.authentication .authenticationTop::before {
  opacity: 0.9;
  content: "";
  width: 6.2667vw;
  height: 6.2667vw;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: -3.13335vw;
  bottom: -3.13335vw;
}
.authentication .authenticationTop::after {
  opacity: 0.9;
  content: "";
  width: 6.2667vw;
  height: 6.2667vw;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  right: -3.13335vw;
  bottom: -3.13335vw;
}
.authentication .authenticationContent {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 3.0667vw 4.5333vw 9.3333vw 4.5333vw;
  background: #feea3d;
  border-radius: 0 0 2.6667vw 2.6667vw;
}
.authentication .authenticationContent > div {
  font-weight: 400;
  font-size: 2.113vw;
  line-height: 4.4vw;
  color: #000000;
}
.authentication .authenticationContent > div span {
  font-weight: 500;
  font-size: 2.1333vw;
  color: red;
}
.authentication .authenticationContent > div .fTSbig {
  font-weight: 500;
  font-size: 2.1333vw;
  color: #000000;
}
.authentication .authenticationContent .agree {
  text-align: center;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.3333vw;
}
.authentication .authenticationContent .agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.authentication .authenticationContent .agree label .fuxuan {
  margin: 0;
}
.authentication .authenticationContent .agree label input[type="checkbox"] {
  display: inline-block;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.authentication .authenticationContent .agree label > span {
  font-weight: 300;
  font-size: 1.8667vw;
  line-height: 2.6667vw;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
  margin-left: 0.9333vw;
}
.authentication .authenticationContent .agreeBtn {
  width: 35.2vw;
  height: 8vw;
  border-radius: 5.0667vw;
  background: #000000;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 8vw;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
.authentication #payusername {
  font-size: 3.2vw;
  text-align: center;
  display: block;
  border: 1px solid #000000;
  margin: 0 auto;
  width: 58.6667vw;
  height: 9.3333vw;
  margin-top: 3.4667vw;
  margin-bottom: 4.4vw;
  border-radius: 2.4vw;
}
.authentication .delete1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  width: 9.4667vw;
  height: 9.4667vw;
  margin: 6vw auto 0;
}
.authentication .delete1 img {
  vertical-align: baseline;
}
.activityAgreement {
  display: none;
  z-index: 999;
  position: fixed;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 77.3333vw;
}
.activityAgreement .activityAgreementTop {
  border-radius: 2.6667vw 2.6667vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4.1333vw 12.2667vw 0 12.2667vw;
  background: #ffe300;
  font-weight: 600;
  font-size: 4.2667vw;
  line-height: 6vw;
  color: #000000;
}
.activityAgreement .activityAgreementTop span {
  display: block;
  padding-bottom: 2.8vw;
}
.activityAgreement .activityAgreementTop .spanActivity {
  border-bottom: 0.6667vw solid #000000;
}
.activityAgreement .activityAgreementContent {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 104vw;
  padding: 5.0667vw 5.8667vw 10.1333vw 5.8667vw;
  background: #fff;
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 4.8vw;
  color: #000000;
  border-radius: 0 0 2.6667vw 2.6667vw;
}
.activityAgreement .activityAgreementContent > div {
  padding-right: 3.5333vw;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.activityAgreement .activityAgreementContent > div .xieyititle {
  font-weight: 500;
  font-size: 4vw;
  line-height: 4.8vw;
  color: #000000;
}
.activityAgreement .activityAgreementContent > div .xieyicontent {
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 4.8vw;
  color: #000000;
}
.activityAgreement .invitationRecord {
  display: none;
  padding: 5.0667vw 2.8vw 10.1333vw 5.8667vw;
  height: 104vw;
  border-radius: 0 0 2.6667vw 2.6667vw;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.activityAgreement .invitationRecord .invitationRecordConetnt .invitationTitle {
  padding-right: 6.5333vw;
  margin-bottom: 2.6667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 4.5333vw;
  color: #000000;
  text-align: center;
}
.activityAgreement
  .invitationRecord
  .invitationRecordConetnt
  .invitationTitle
  span {
  white-space: nowrap;
}
.activityAgreement
  .invitationRecord
  .invitationRecordConetnt
  .invitationTitle
  span:nth-of-type(1) {
  width: 12.8vw;
}
.activityAgreement
  .invitationRecord
  .invitationRecordConetnt
  .invitationTitle
  span:nth-of-type(2) {
  width: 12.8vw;
}
.activityAgreement
  .invitationRecord
  .invitationRecordConetnt
  .invitationTitle
  span:nth-of-type(3) {
  width: 29.3333vw;
}
.activityAgreement .invitationRecord .invitationRecordConetnt .invitationUlLi {
  height: 81.4667vw;
  overflow: auto;
  width: 100%;
}
.activityAgreement
  .invitationRecord
  .invitationRecordConetnt
  .invitationUlLi
  ul {
  padding-right: 6.5333vw;
}
.activityAgreement
  .invitationRecord
  .invitationRecordConetnt
  .invitationUlLi
  ul
  li {
  margin-bottom: 1.4667vw;
  font-weight: 300;
  font-size: 2.9333vw;
  line-height: 4.1333vw;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.activityAgreement
  .invitationRecord
  .invitationRecordConetnt
  .invitationUlLi
  ul
  li
  span {
  white-space: nowrap;
}
.activityAgreement
  .invitationRecord
  .invitationRecordConetnt
  .invitationUlLi
  ul
  li
  span:nth-of-type(1) {
  width: 12.8vw;
}
.activityAgreement
  .invitationRecord
  .invitationRecordConetnt
  .invitationUlLi
  ul
  li
  span:nth-of-type(2) {
  width: 12.8vw;
}
.activityAgreement
  .invitationRecord
  .invitationRecordConetnt
  .invitationUlLi
  ul
  li
  span:nth-of-type(3) {
  width: 29.3333vw;
}
.activityAgreement .noInvitation {
  display: none;
  font-weight: 400;
  font-size: 4.8vw;
  line-height: 6.6667vw;
  color: #6c6c6c;
  border-radius: 0 0 2.6667vw 2.6667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding-top: 28.4vw;
  text-align: center;
  width: 100%;
  height: 104vw;
}
.activityAgreement .activityDelete {
  width: 9.4667vw;
  margin: 6vw auto 0;
}
.activityAgreement .activityDelete img {
  vertical-align: baseline;
}
.huodongend {
  display: none;
}
.newUserTask {
  padding: 7.2vw 3.3333vw 5.8667vw;
  background: #ccc;
  text-align: center;
  background: url("https://public-static.zcool.com.cn/special-resource/share/wap/assets/img/newUserback.jpg?version=0.1886807002583617");
  background-size: 100% auto;
}
.newUserTask .newUserTaskMantle {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #3c3c3c;
  z-index: 30;
  left: 0;
  top: 0;
}
.newUserTask .activityRule {
  z-index: 29;
  position: fixed;
  right: 0;
  top: 49.7333vw;
  padding: 2.8vw 0;
  width: 6.8vw;
  background: linear-gradient(352.37deg, #fd871b -32.97%, #fef200 73.88%);
  border: 0.1333vw solid #000000;
  border-radius: 1.3333vw 0 0 1.3333vw;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 4.5333vw;
  text-align: center;
  color: #000000;
}
.newUserTask .activityRuleAgreement {
  z-index: 999;
  display: none;
  position: fixed;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 77.3333vw;
  height: 116.9333vw;
}
.newUserTask .activityRuleAgreement .activityRuleAgreementTop {
  border-radius: 2.6667vw 2.6667vw 0 0;
  width: 100%;
  text-align: center;
  padding: 4.1333vw 0 2.8vw 0;
  background: #ffe300;
  font-weight: 600;
  font-size: 4.2667vw;
  line-height: 6vw;
  color: #000000;
}
.newUserTask .activityRuleAgreement .activityRuleAgreementContent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 104vw;
  padding: 5.0667vw 2.8vw 10.1333vw 5.8667vw;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 1.6vw 0.6667vw rgba(255, 244, 187, 0.6);
  box-shadow: inset 0px 0px 1.6vw 0.6667vw rgba(255, 244, 187, 0.6);
  border-radius: 0 0 2.6667vw 2.6667vw;
}
.newUserTask
  .activityRuleAgreement
  .activityRuleAgreementContent
  .activityRuleAgreementContentRule {
  text-align: left;
  height: 100%;
  font-weight: 300;
  font-size: 3.2vw;
  line-height: 4.8vw;
  color: #000000;
  overflow: auto;
  padding-right: 2.5333vw;
}
.newUserTask
  .activityRuleAgreement
  .activityRuleAgreementContent
  .activityRuleAgreementContentRule
  .bigItemTitle {
  font-weight: 500;
  font-size: 4vw;
  line-height: 4.8vw;
  color: #000000;
}
.newUserTask
  .activityRuleAgreement
  .activityRuleAgreementContent
  .activityRuleAgreementContentRule
  .bigItemContent {
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 4.8vw;
  color: #000000;
}
.newUserTask .activityRuleAgreement .RuleDeleted {
  width: 9.4667vw;
  height: 9.4667vw;
  margin: 6vw auto 0;
}
.newUserTask .activityRuleAgreement .RuleDeleted > img {
  vertical-align: baseline;
}
.newUserTask .activityRuleAgreement .activityDelete {
  width: 9.4667vw;
  margin: 6vw auto 0;
}
.newUserTask .activityRuleAgreement .activityDelete img {
  vertical-align: baseline;
}
.newUserTask .xinyonghu .newUserTaskFirst {
  margin: 0 auto;
  position: relative;
}
.newUserTask .xinyonghu .newUserTaskFirst a > span {
  border-radius: 5.0667vw;
  display: inline-block;
  width: 44.9333vw;
  height: 9.8vw;
  line-height: 9.8vw;
  background: #ff5b40;
  position: absolute;
  left: 24vw;
  bottom: 12.8vw;
  font-weight: 500;
  font-size: 4.5333vw;
  color: #ffffff;
}
.newUserTask .xinyonghu .newUserTaskThree {
  margin: 0 auto;
  position: relative;
}
.newUserTask .xinyonghu .newUserTaskThree > span {
  display: inline-block;
  width: 12.1333vw;
  height: 7.4vw;
  background: transparent;
  position: absolute;
  left: 6.6667vw;
  top: 81vw;
}
*,
*:before,
*:after {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

/*# sourceMappingURL=wap.5a2669fe.css.map*/
