@charset "utf-8";

[v-cloak] {
  display: none !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

#inviteNew .topBanner {
  width: 100%;
  /* height: 600px; */
  cursor: pointer;
}

#inviteNew .topBanner img {
  width: 100%;
  height: 100%;
}

#inviteNew .comBgi {
  width: 1200px !important;
  margin: 0 auto;
}

#inviteNew .comBgi .modeTitle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 134px;
}
#inviteNew .comBgi .modeTitle .titText {
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 36px;
  color: #111111;
  z-index: 99;
}
#inviteNew .comBgi .modeTitle .titBg {
  position: absolute;
  top: 0;
  left: 48.5%;
  transform: translate(-50%, 0);
  width: 339px;
  height: 134px;
  z-index: 9;
}

#inviteNew .oneBanner {
  position: relative;
  width: 100%;
  height: 685px;
  padding-top: 80px;
}

#inviteNew .oneBanner::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: url("/static/v2/img/inviteNew/inviteNewBg1.webp") no-repeat 100%/100%;
}
#inviteNew .oneBanner .setSail {
  position: relative;
  display: flex;
  width: 100%;
  height: 346px;
  margin-top: 25px;
  z-index: 9;
}

#inviteNew .oneBanner .setSail .leftInfo {
  display: flex;
  flex-direction: column;
  width: 480px;
  height: 100%;
  margin-right: 20px;
}

#inviteNew .oneBanner .setSail .leftInfo .infos {
  position: relative;
  width: 480px;
  height: 166px;
  margin-bottom: 14px;
  padding: 20px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #f2f2f5;
}
#inviteNew .oneBanner .setSail .leftInfo .infos:last-child {
  margin-bottom: 0;
}

#inviteNew .oneBanner .setSail .leftInfo .infos .infoImg {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 120px;
  height: 120px;
}
#inviteNew .oneBanner .setSail .leftInfo .infos .title {
  margin-bottom: 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

#inviteNew .oneBanner .setSail .leftInfo .infos .tips {
  width: 300px;
  margin-bottom: 39px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

#inviteNew .oneBanner .setSail .leftInfo .infos .mb-16 {
  margin-bottom: 16px !important;
}

#inviteNew .oneBanner .setSail .leftInfo .infos .btns {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#inviteNew .oneBanner .setSail .leftInfo .infos .btns .txt {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #fb6d27;
}

#inviteNew .oneBanner .setSail .leftInfo .infos .btns .txt:hover {
  color: #f35a82;
}
#inviteNew .oneBanner .setSail .leftInfo .infos .btns .btnImg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

#inviteNew .oneBanner .setSail .rightInfo {
  position: relative;
  width: 700px;
  height: 346px;
  padding: 20px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #f2f2f5;
}

#inviteNew .oneBanner .setSail .rightInfo .infoImg {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 200px;
  height: 200px;
}

#inviteNew .oneBanner .setSail .rightInfo .title {
  margin-bottom: 17px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  font-size: 20px;
  color: #333;
}
#inviteNew .oneBanner .setSail .rightInfo .title .txt {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  font-size: 20px;
  color: #fb6d27;
}

#inviteNew .oneBanner .setSail .rightInfo .tips {
  margin-bottom: 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #666666;
}

#inviteNew .oneBanner .setSail .rightInfo .getBox {
  display: flex;
  margin-bottom: 55px;
}

#inviteNew .oneBanner .setSail .rightInfo .getBox .line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

#inviteNew .oneBanner .setSail .rightInfo .getBox .line:last-child {
  margin-right: 0;
}

#inviteNew .oneBanner .setSail .rightInfo .getBox .line .titBg {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}

#inviteNew .oneBanner .setSail .rightInfo .getBox .line .name {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  color: #666666;
}

#inviteNew .oneBanner .setSail .rightInfo .btns {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#inviteNew .oneBanner .setSail .rightInfo .btns .txt {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #fb6d27;
}

#inviteNew .oneBanner .setSail .rightInfo .btns .txt:hover {
  color: #f35a82;
}

#inviteNew .oneBanner .setSail .rightInfo .btns .btnImg {
  width: 26px;
  height: 16px;
  margin-left: 6px;
}

#inviteNew .towBanner {
  width: 100%;
  height: 1140px;
  background: url("/static/v2/img/inviteNew/inviteNewBg2.webp?v=1.1") no-repeat
    100%/100%;
}

#inviteNew .towBanner .feedBack {
  width: 100%;
  height: 166px;
  margin-top: 25px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #f2f2f5;
  padding: 20px;
  background: url("/static/v2/img/inviteNew/actBg2.webp?v=1.1") no-repeat 100%/100%;
}

#inviteNew .towBanner .feedBack .feedTitle {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

#inviteNew .towBanner .feedBack .feedTips {
  width: 700px;
  margin-top: 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #666666;
}

#inviteNew .towBanner .gift {
  width: 100%;
  height: 366px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #f2f2f5;
}

#inviteNew .towBanner .gift .boxBgi {
  width: 100%;
  height: 166px;
  padding: 20px;
  background: url("/static/v2/img/inviteNew/actBg3.webp?v=1.1") no-repeat 100%/100%;
}

#inviteNew .towBanner .gift .boxBgi .giftTitle {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

#inviteNew .towBanner .gift .boxBgi .giftTips {
  width: 700px;
  margin-top: 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #666666;
}

#inviteNew .towBanner .gift .giftList {
  width: 100%;
  height: calc(100% - 166px);
  padding: 0 100px;
  padding-bottom: 20px;
}

#inviteNew .towBanner .gift .giftList .giftLine {
  display: flex;
  margin-top: -10px;
}

#inviteNew .towBanner .gift .giftList .giftLine .giftItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-right: 40px;
}

#inviteNew .towBanner .gift .giftList .giftLine .giftItem:last-child {
  margin-right: 0;
}

#inviteNew .towBanner .gift .giftList .giftLine .giftItem .giftImg {
  height: 150px;
  margin-bottom: 16px;
}

#inviteNew .towBanner .gift .giftList .giftLine .giftItem .giftTxt {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

#inviteNew .towBanner .giftExchange {
  width: 100%;
  height: 209px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #f2f2f5;
}

#inviteNew .towBanner .giftExchange .boxBgi {
  width: 100%;
  height: 166px;
  padding: 20px;
  background: url("/static/v2/img/inviteNew/actBg3.webp?v=1.1") no-repeat 100%/100%;
}

#inviteNew .towBanner .giftExchange .boxBgi .giftExchangeTit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}

#inviteNew .towBanner .giftExchange .boxBgi .giftExchangeTit .txts {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

#inviteNew .towBanner .giftExchange .boxBgi .giftExchangeTit .goOrders {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #df2e45;
  cursor: pointer;
}

#inviteNew .towBanner .giftExchange .boxBgi .giftExchangeTit .goOrders:hover {
  color: #f35a82;
}

#inviteNew .towBanner .giftExchange .boxBgi .details {
  display: flex;
  margin-bottom: 60px;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .leftInfo {
  position: relative;
  width: 300px;
  height: 119px;
  margin-right: 20px;
  padding: 10px;
  background: #fafafe;
  box-shadow: 0px 0px 20px 0px rgba(253, 154, 139, 0.8);
  border-radius: 20px 0px 0px 20px;
  /* border: 1px solid #ffffff; */
  opacity: 0.8;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 99px;
  padding: 10px;
  border-radius: 15px 0px 0px 15px;
  border: 1px solid #eeedeb;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .content .label {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #666666;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .content .value {
  font-family: DIN, DIN;
  font-weight: 700;
  font-size: 22px;
  color: #333333;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .content .value .tag {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .centerInfo {
  width: 300px;
  height: 119px;
  margin-right: 20px;
  padding: 10px;
  background: #fafafe;
  box-shadow: 0px 0px 20px 0px rgba(253, 154, 139, 0.8);
  border-radius: 0px 20px 20px 0px;
  border: 1px solid #ffffff;
  opacity: 0.8;
}
#inviteNew .towBanner .giftExchange .boxBgi .details .leftInfo .smallLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 22px;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .rightInfo {
  position: relative;
  width: 520px;
  height: 120px;
  padding: 20px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(253, 154, 139, 0.8);
  background: url("/static/v2/img/inviteNew/actBg1.webp?v=1.1") no-repeat 100%/100%;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .rightInfo .tips {
  margin-bottom: 34px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .rightInfo .goAddress {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#inviteNew
  .towBanner
  .giftExchange
  .boxBgi
  .details
  .rightInfo
  .goAddress
  .txt {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #fb6d27;
}

#inviteNew
  .towBanner
  .giftExchange
  .boxBgi
  .details
  .rightInfo
  .goAddress
  .toRight {
  width: 26px;
  height: 16px;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .rightInfo .qrCode {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
}

#inviteNew .towBanner .giftExchange .boxBgi .details .rightInfo .cup {
  cursor: pointer;
}

#inviteNew .comBgi .subBtn {
  display: flex;
  justify-content: center;
  width: 100%;
}

#inviteNew .comBgi .subBtn .btns {
  width: 560px;
  height: 60px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: linear-gradient(137deg, #fea15b 0%, #ff6b8e 99%);
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
#inviteNew .comBgi .subBtn .btns:hover {
  box-shadow: 0px 5px 10px 0px rgba(222, 99, 80, 0.5);
}

#inviteNew .threeBanner {
  width: 100%;
  height: 582px;
}

#inviteNew .threeBanner .content {
  height: 296px;
  margin-bottom: 60px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
}

#inviteNew .threeBanner .content .topImg {
  width: 100%;
  height: 166px;
  padding: 20px;
  background: url("/static/v2/img/inviteNew/actBg3.webp?v=1.1") no-repeat 100%/100%;
}

#inviteNew .threeBanner .content .topImg .title {
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

#inviteNew .threeBanner .content .btmInfos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: -110px;
  padding: 60px;
}

#inviteNew .threeBanner .content .btmInfos .infos {
  position: relative;
  width: 500px;
  height: 142px;
  padding: 12px;
  border-radius: 10px;
}

#inviteNew .threeBanner .content .btmInfos .infos .rightImg {
  position: absolute;
  top: -41px;
  right: -16px;
  width: 135px;
  height: 123px;
}

#inviteNew .threeBanner .content .btmInfos .one {
  background: linear-gradient(180deg, #fff6d9 0%, #f9e2ba 100%);
}

#inviteNew .threeBanner .content .btmInfos .two {
  background: linear-gradient(180deg, #dafff6 0%, #a5d6ea 100%);
}

#inviteNew .threeBanner .content .btmInfos .infos .tops {
  display: flex;
  align-items: center;
}

#inviteNew .threeBanner .content .btmInfos .infos .tops .txt {
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 16px;
  color: #963f39;
}

#inviteNew .threeBanner .content .btmInfos .infos .tops .colors {
  color: #044c42;
}

#inviteNew .threeBanner .content .btmInfos .infos .tops .pup {
  width: 89px;
  height: 20px;
  margin-left: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  background: #e55b50;
  border-radius: 10px 10px 10px 0px;
}

#inviteNew .threeBanner .content .btmInfos .infos .tops .pupColor {
  background-color: #ff8310;
}

#inviteNew .threeBanner .content .btmInfos .infos .textContent {
  height: 84px;
  margin-top: 12px;
  padding: 20px 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  color: #666666;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
}

#inviteNew .threeBanner .content .btmInfos .infos .textContent .red {
  color: #e55b50;
}

#inviteNew .fourBanner {
  position: relative;
  width: 100%;
  height: 538px;
  padding-top: 50px;
}

#inviteNew .fourBanner::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: url("/static/v2/img/inviteNew/inviteNewBg3.webp?v=1.1") no-repeat
    100%/100%;
}
#inviteNew .fourBanner .title {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 28px;
  color: #333333;
  z-index: 9;
}

#inviteNew .fourBanner .content {
  position: relative;
  margin-top: 50px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
  border-radius: 10px 10px 10px 10px;
  z-index: 9;
}
#inviteNew .fourBanner .content p {
  margin-bottom: 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}
#inviteNew .fourBanner .content p:last-child {
  margin-bottom: 0;
}

#inviteNew .dialogMask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

#inviteNew .dialogBody {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 940px;
  /* height: 439px; */
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0588);
  border-radius: 6px 6px 6px 6px;
}

#inviteNew .w440 {
  width: 440px !important;
}
#inviteNew .dialogBody .dialogTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  padding: 14px 10px 13px 20px;
  background: linear-gradient(137deg, #fea15b 0%, #ff6b8e 99%);
  border-radius: 6px 6px 6px 6px;
}

#inviteNew .dialogBody .dialogTop .dialogTitle {
  font-family: PingFang SC Bold, PingFang SC Bold;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}

#inviteNew .dialogBody .dialogTop .dialogClose {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#inviteNew .dialogBody .dialogContent {
  padding: 50px 70px;
}

#inviteNew .dialogBody .dialogContent .qrcodeView {
  width: 300px;
  height: 300px;
}
