/* Example usage */
html,
body,
.app-con,
.container {
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif !important;
  background: #091136;
}
.container::-webkit-scrollbar {
  display: none;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  margin: 0;
}
.toast {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 3000;
}
.toast .toast-text {
  max-width: 7.165862rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0.386473rem 0.772947rem;
  font-size: 0.338164rem;
  color: #fff;
  text-align: center;
  line-height: 0.563607rem;
  word-break: keep-all;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 0.241546rem;
          border-radius: 0.241546rem;
}
.toast .toast-text .loading_img {
  width: 2.222222rem;
  height: 2.222222rem;
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
}
.toast .loading-position {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
}
@-webkit-keyframes loading {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes loading {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.isPc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 0.966184rem;
  font-family: 'black';
  color: #000;
  z-index: 2500;
  text-align: center;
  line-height: 1.449275rem;
}
.btn {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.btn:active {
  -webkit-transform: scale(0.89);
      -ms-transform: scale(0.89);
          transform: scale(0.89);
  opacity: 0.7;
}
.word-description-container[data-v-40c83f86] {
  width: 8.856683rem;
  padding-top: 0.161031rem;
  margin: 0 auto;
  position: relative;
}
.word-description-container .award-tips[data-v-40c83f86] {
  width: 8.853108rem;
  height: 2.572955rem;
  display: block;
  margin: 0 auto 0.56715rem;
}
.word-description-container .description-word[data-v-40c83f86] {
  width: 100%;
  margin: 0 auto 0.700483rem auto;
  color: #FFF;
  font-size: 0.322061rem;
  font-style: normal;
  font-weight: 300;
  line-height: 0.483092rem;
}
.word-description-container .description-word .first-sentence[data-v-40c83f86] {
  margin-bottom: 0.2657rem;
}
.word-description-container .rule-container[data-v-40c83f86] {
  width: 100%;
  height: 7.230274rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.587762rem 0.410628rem;
  gap: 0.080515rem;
  -webkit-border-radius: 0.257649rem;
          border-radius: 0.257649rem;
  border: 0.008052rem solid #AEAEAE;
  background: #E7E8EE;
  margin-bottom: 0.837359rem;
  overflow-y: auto;
}
.word-description-container .rule-container .rule[data-v-40c83f86] {
  color: #000;
  font-size: 0.273752rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.547504rem;
}
.word-description-container .rule-container[data-v-40c83f86]::-webkit-scrollbar {
  -webkit-appearance: none;
}
.word-description-container .rule-container[data-v-40c83f86]::-webkit-scrollbar:vertical {
  width: 0.088567rem;
}
.word-description-container .rule-container[data-v-40c83f86]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.064412rem;
          border-radius: 0.064412rem;
  /* border: 2px solid white; */
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-mask[data-v-c0652372] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal-container[data-v-c0652372] {
  position: relative;
  top: 1.143317rem;
}
.close-button[data-v-c0652372] {
  display: block;
  width: 1.642528rem;
  height: 1.642512rem;
  margin: 0 auto;
}
.history-container[data-v-0ce6d8de] {
  width: 8.856683rem;
  background: #BFC9D1;
  margin-bottom: 0.483092rem;
}
.history-container-title[data-v-0ce6d8de] {
  width: 100%;
  height: 1.288245rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(https://cdn-f1.simeji.me/static/wap/f81fd7a8570ff409e8eb2eadf3435c8b.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.185185rem;
}
.history-container-title .history-title[data-v-0ce6d8de] {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0.032206rem 0.032206rem 0 rgba(0, 0, 0, 0.25);
  font-size: 0.628019rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.442834rem;
}
.history-container-box[data-v-0ce6d8de] {
  width: 100%;
  background-image: url(https://cdn-f1.simeji.me/static/wap/a8f895b22a6c6937b39bd051758d2d41.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.history-container-box .history-record[data-v-0ce6d8de] {
  margin: 0 auto;
  width: 100%;
  padding: 0.402576rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.history-container-box .history-record[data-v-0ce6d8de]::-webkit-scrollbar {
  display: none !important;
}
.history-container-box .history-record-item[data-v-0ce6d8de] {
  width: 7.971014rem;
  height: 1.288245rem;
  background-image: url(https://cdn-f1.simeji.me/static/wap/fe93fccd520ba2c28d882d4fd8738c42.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.386473rem 0 1.135266rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.history-container-box .history-record-item .diagnosis-result[data-v-0ce6d8de] {
  color: #091136;
  font-size: 0.355233rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.518519rem;
}
.history-container-box .history-record-item .diagnosis-date[data-v-0ce6d8de] {
  color: #BEBEBE;
  font-size: 0.289855rem;
  font-style: normal;
  font-weight: 400;
}
.history-container-box .history-record .diagnosis-btn[data-v-0ce6d8de] {
  display: block;
  width: 7.729469rem;
  height: 1.417069rem;
  margin: 0.466989rem auto 0.628019rem auto;
}
.history-container-box .history-record .history-empty[data-v-0ce6d8de] {
  text-align: center;
  margin-bottom: 4.041868rem;
  margin-top: 3.687601rem;
}
.history-container-box .history-record .history-empty p[data-v-0ce6d8de] {
  color: #000;
  text-align: center;
  font-size: 0.338164rem;
  font-weight: 400;
  line-height: 0.499195rem;
}
.history-container-box .history-record .history-empty p.first-sentence[data-v-0ce6d8de] {
  color: #000;
  text-align: center;
  font-size: 0.426731rem;
  font-weight: 700;
  margin-bottom: 0.305958rem;
}
.history-container-box .history-record .award-title[data-v-0ce6d8de] {
  width: 4.967794rem;
  height: 0.619968rem;
  display: block;
  margin: 0 auto 0.402576rem;
}
.history-container-box .history-record .award[data-v-0ce6d8de] {
  width: 6.441224rem;
  height: 6.441224rem;
  display: block;
  margin: 0 auto 0.161031rem;
}
.history-container-box .history-record .award-desc[data-v-0ce6d8de] {
  color: #000;
  text-align: center;
  font-size: 0.378422rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.354267rem;
  margin-bottom: 0.41868rem;
}
.history-container-box .history-record .fill-in-btn[data-v-0ce6d8de] {
  display: block;
  margin: 0 auto;
  width: 7.552335rem;
  height: 1.36876rem;
}
.history-container-box .history-record .awrd-tips[data-v-0ce6d8de] {
  color: #0A1132;
  text-align: center;
  font-size: 0.322061rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.161031rem;
}
.outsideModal[data-v-1a07f906] {
  width: 100%;
  height: 1.280193rem;
  background-color: #F2EDED;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.362319rem;
  padding-right: 0.362319rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}
.outsideModal .leftBox[data-v-1a07f906] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.outsideModal .leftBox .semijiIcon[data-v-1a07f906] {
  width: 0.933977rem;
  height: 0.933977rem;
}
.outsideModal .leftBox .text[data-v-1a07f906] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0.169082rem;
}
.outsideModal .leftBox .text .title[data-v-1a07f906] {
  display: inline;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 0.350242rem;
  line-height: 0.603865rem;
  text-align: right;
  color: #373A3E;
}
.outsideModal .leftBox .text .description[data-v-1a07f906] {
  display: inline;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 0.289855rem;
  line-height: 0.603865rem;
  text-align: right;
  color: #373A3E;
  margin-top: -0.128824rem;
}
.outsideModal .rightBtn[data-v-1a07f906] {
  width: 2.149758rem;
  height: 0.780998rem;
  background-color: #A94140;
  -webkit-border-radius: 0.57971rem;
          border-radius: 0.57971rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 0.305958rem;
  line-height: 0.434783rem;
  color: #FFFFFF;
}
.home-container[data-v-36c3b07c] {
  padding-top: 0.507246rem;
  width: 10rem;
  background-image: url(https://cdn-f1.simeji.me/static/wap/9b2eca3bc913a55a0cadafa45cfbc61a.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  margin: 0 auto;
}
.home-container-title[data-v-36c3b07c] {
  display: block;
  width: 7.866345rem;
  height: 3.929388rem;
  margin: 0 auto;
}
.home-container-content[data-v-36c3b07c] {
  width: 10rem;
  height: 10.499195rem;
  position: relative;
  background-image: url(https://cdn-f1.simeji.me/static/wap/c7cb21686c33e710e9b53fcc36c768cd.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.home-container-content-box[data-v-36c3b07c] {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.home-container-content-box .diagnosis-btn[data-v-36c3b07c] {
  display: block;
  width: 7.729469rem;
  height: 1.417069rem;
  margin: 0 auto 0.225443rem auto;
}
.home-container-content-box p[data-v-36c3b07c] {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 0.555556rem 0 #081036;
  font-size: 0.349597rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.305958rem;
}
.home-container-content-box .history-btn[data-v-36c3b07c] {
  display: block;
  width: 5.636071rem;
  height: 1.247987rem;
  margin: 0 auto 0.177134rem auto;
}
.home-container .end-modal[data-v-36c3b07c] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 0.845411rem;
  font-family: Hiragino Kaku Gothic Pro;
  color: #fff;
  z-index: 100;
  text-align: center;
}
.rule-footer[data-v-9d79bb62] {
  width: 10rem;
  height: 1.127214rem;
  margin: 0 auto;
}
.rule-footer img[data-v-9d79bb62] {
  width: 100%;
  height: 100%;
}
.noti-box[data-v-21709e61] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.noti-box .noti-box-title[data-v-21709e61] {
  color: #FFF;
  text-align: center;
  font-size: 0.563607rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.584541rem;
}
.noti-box .noti-box-tips[data-v-21709e61] {
  width: 6.086957rem;
  color: #FFF;
  font-size: 0.402576rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.644122rem;
  margin-top: 0.426731rem;
}
.noti-box .noti-box-bg[data-v-21709e61] {
  margin: 1.835749rem 0 0.161031rem;
  width: 10rem;
  height: 10.499195rem;
  position: relative;
  background-image: url(https://cdn-f1.simeji.me/static/wap/c7cb21686c33e710e9b53fcc36c768cd.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.confirm-box[data-v-8e4e6120] {
  width: 100%;
}
.confirm-box-title[data-v-8e4e6120] {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 0.563607rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.584541rem;
  margin-bottom: 1.030596rem;
}
.confirm-box-container[data-v-8e4e6120] {
  color: #FFF;
  font-size: 0.322061rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.584541rem;
  margin-bottom: 0.692432rem;
}
.confirm-box-container > p[data-v-8e4e6120] {
  margin-bottom: 0.088567rem;
}
.confirm-box-container > div[data-v-8e4e6120] {
  font-size: 0.402576rem;
  line-height: 0.628019rem;
}
.confirm-box .confirm-btn[data-v-8e4e6120] {
  width: 7.552335rem;
  height: 1.490282rem;
  display: block;
  margin: 0.748792rem auto 0.753865rem;
}
.info-container-desc[data-v-6a6d1a70] {
  width: 8.888889rem;
  margin: 0 auto 1.038647rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
}
.info-container-desc-box[data-v-6a6d1a70] {
  font-size: 0.402576rem;
  font-weight: 400;
  line-height: 0.628019rem;
  margin-bottom: 1.038647rem;
}
.info-container-desc-rule[data-v-6a6d1a70] {
  color: #FFF;
  font-size: 0.322061rem;
  font-weight: 300;
  line-height: 0.584541rem;
}
.info-container-desc-rule > div > span[data-v-6a6d1a70] {
  color: #FFEDA0;
  font-size: 0.322061rem;
  font-weight: 700;
  line-height: 0.584541rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.info-container[data-v-fe46c4c4] {
  width: 8.888889rem;
  margin: 0 auto;
}
.info-container > p[data-v-fe46c4c4] {
  color: #FFF;
  text-align: center;
  font-size: 0.563607rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.584541rem;
  margin-bottom: 0.700483rem;
}
.info-container-box[data-v-fe46c4c4] {
  width: 8.888889rem;
  margin-bottom: 0.563607rem;
}
.info-container-box > p[data-v-fe46c4c4] {
  display: block;
  color: #FFF;
  font-size: 0.322061rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.584541rem;
  margin-bottom: 0.144928rem;
}
.info-container-box .input[data-v-fe46c4c4] {
  padding-left: 0.241546rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 0.024155rem solid #636363;
  background: #FFF;
  width: 8.888889rem;
  height: 0.942029rem;
  line-height: 0.942029rem;
  font-size: 0.644122rem;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-user-select: auto;
  -moz-user-select: auto;
   -ms-user-select: auto;
       user-select: auto;
}
.info-container-box .input[data-v-fe46c4c4]:focus-visible {
  border: 0;
}
.info-container-box > .empty[data-v-fe46c4c4] {
  border: 0.024155rem solid #F00;
  background: #FFA9A9;
}
.info-container-box .empty-tip[data-v-fe46c4c4] {
  color: #F00;
  font-size: 0.289855rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.584541rem;
}
.info-container .confirm-btn[data-v-fe46c4c4] {
  width: 7.552335rem;
  height: 1.36876rem;
  display: block;
  margin: 1.191626rem auto 1.030596rem;
}
.info-container .back-home-btn[data-v-fe46c4c4] {
  width: 3.10789rem;
  height: 0.491143rem;
  display: block;
  margin: 1.030596rem auto;
}
.diagnosis-container[data-v-5ea4ddb8] {
  width: 100%;
  min-height: 0;
  background-image: url(https://cdn-f1.simeji.me/static/wap/5cc63d5318731dac23b1611b052c70f5.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0.909823rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.diagnosis-container-title[data-v-5ea4ddb8] {
  display: block;
  width: 5.708535rem;
  height: 2.850242rem;
  margin: 0 auto 1.038647rem;
}
.slide-next-enter[data-v-5ea4ddb8],
.slide-prev-leave-to[data-v-5ea4ddb8] {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-next-leave-to[data-v-5ea4ddb8],
.slide-prev-enter[data-v-5ea4ddb8] {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.result-box[data-v-08d5f90e] {
  width: 100%;
  background-image: url(https://cdn-f1.simeji.me/static/wap/5cc63d5318731dac23b1611b052c70f5.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 0.458937rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.result-box-logo[data-v-08d5f90e] {
  display: block;
  width: 4.243156rem;
  height: 2.117552rem;
  margin: 0 auto;
}
.result-box-logo.logo-shared[data-v-08d5f90e] {
  width: 3.792271rem;
  height: 1.89211rem;
}
.result-box .title-before[data-v-08d5f90e] {
  display: block;
  width: 4.920064rem;
  height: 1.080789rem;
  margin: 0 auto 0.483092rem auto;
}
.result-box .title-after[data-v-08d5f90e] {
  display: block;
  width: 7.228639rem;
  margin: 0 auto 0.434783rem auto;
}
.result-box .character-box[data-v-08d5f90e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0.442834rem auto;
  width: 7.36715rem;
  height: 4.742351rem;
}
.result-box .character-box.character-box-shared[data-v-08d5f90e] {
  width: 5.394525rem;
  height: 3.446055rem;
  margin-bottom: 0.338164rem;
}
.result-box .character-box.character-box-shared .character[data-v-08d5f90e] {
  width: 2.544283rem;
  height: 3.446055rem;
}
.result-box .character-box .character[data-v-08d5f90e] {
  width: 3.502415rem;
  height: 4.742351rem;
}
.result-box-words[data-v-08d5f90e] {
  border: 0.096618rem solid #334CD4;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8.856683rem;
  padding: 0.362319rem 0.611916rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0.829308rem auto;
}
.result-box-words.words-shared[data-v-08d5f90e] {
  font-size: 0.289855rem;
  padding: 0.225443rem 0.611916rem;
  margin-bottom: 0.450886rem;
}
.result-box-words > p[data-v-08d5f90e] {
  color: #091136;
  font-size: 0.354267rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.603865rem;
}
.result-box-btn[data-v-08d5f90e] {
  width: 7.552335rem;
  height: 1.36876rem;
  display: block;
  margin: 0 auto 0.442834rem auto;
}
.result-box-btn.twitter[data-v-08d5f90e] {
  width: 7.809984rem;
  height: 1.690821rem;
}
.result-box .skin-box[data-v-08d5f90e] {
  width: 100%;
  height: 4.017713rem;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 0.458937rem;
}
.result-box .skin-box[data-v-08d5f90e]::-webkit-scrollbar {
  display: none;
}
.result-box .skin-box-wrapper[data-v-08d5f90e] {
  width: 14.694042rem;
  height: 4.017713rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.result-box .skin-box .result-box-skin[data-v-08d5f90e] {
  width: 5.966184rem;
  height: 3.921095rem;
}
.result-box .skin-box .result-box-skin.skin-9[data-v-08d5f90e] {
  margin-left: 1.26409rem;
  margin-right: 0.31401rem;
}
.result-box .skin-box .result-box-skin.skin-26[data-v-08d5f90e] {
  margin-right: 1.26409rem;
}
.wait-publish-modal[data-v-37af7947] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 100;
}
.wait-publish-modal-img[data-v-37af7947] {
  width: 8.856683rem;
  height: 12.230274rem;
}
.home-wrapper[data-v-96b0df6e] {
  width: 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  /* 兼容 iOS 11.0 - 11.2 */
  padding-bottom: env(safe-area-inset-bottom);
  /* 兼容 iOS 11.2+ */
}
