* {
  margin: 0;
  padding: 0;
}

#root {
  /* height: 100%; */
}

html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

.qr_code {
  width: 1.25rem;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container {
  /* height: 100%; */
  font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

.banner {
  width: 100%;
  display: block;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9;
  background: #fff;
}

.loading_content {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.r_level {
  width: 2.24rem;
  height: 1.41rem;
  position: absolute;
  right: 0.45rem;
  top: 0.45rem;
}

.lock {
  width: 4.02rem;
  height: 5.49rem;
  display: block;
}

.loading_text {
  font-size: 0.49rem;
  text-align: center;
  font-family: 'HYQiHeiX2-65W', sans-serif;
  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;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left_name {
  width: 3rem;
  height: 1rem;
  outline: none;
  border: 0.0.1rem solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.02rem;
  border: none;
  font-size: 0.54rem;
}

.left_name::-webkit-input-placeholder {
  color: #d7d6d6;
}

.left_name::-moz-placeholder {
  color: #d7d6d6;
}

.left_name:-ms-input-placeholder {
  color: #d7d6d6;
}

.left_name::-ms-input-placeholder {
  color: #d7d6d6;
}

.left_name::placeholder {
  color: #d7d6d6;
}

.input_box {
  width: 4.27rem;
  height: 1.42rem;
  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;
  background: center/cover url('https://lofter.lf127.net/fle/a0df1d4009c7a2ec5fee/1650446707328/input_box.png');
}

.input_area {
  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;
}

.i_x {
  width: 0.42rem;
  margin: 0 0.2rem;
  display: block;
}

.r_i_x {
  width: 0.42rem;
  height: 0.41rem;
  margin: 0 0.2rem;
  display: block;
  background: center/cover url('https://lofter.lf127.net/fle/a0df1d4009c7a2ec5fee/1650794701849/x.png');
}

.content {
  margin-top: 0.1rem;
}

.more {
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.3rem;
  font-weight: bold;
}

.btn {
  width: 6.63rem;
  display: block;
  margin: 0 auto 0.3rem;
}

.one {
  height: 0.45rem;
  -webkit-flex-shrink: 2;
      -ms-flex-negative: 2;
          flex-shrink: 2;
  -webkit-flex-basis: 0.45rem;
      -ms-flex-preferred-size: 0.45rem;
          flex-basis: 0.45rem;
}

.p_start {
  background: #fff;
  padding-bottom: 1.73rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.start_bar {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.result {
  padding-top: 0.55rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  font-family: "HYQiHeiX2-65W", sans-serif;
  z-index: 2;
}

.r_des_m {
  font-size: 0.39rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-family: 'PingFang SC', sans-serif;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.r_des_m_l {
  margin-left: 13%;
}

.r_des_m_r {
  margin-left: 17%;
}

.r_yuan {
  width: 0.12rem;
  height: 0.12rem;
  display: block;
  margin-right: 0.17rem;
  background: #00e4d3;
  border-radius: 50%;
}

.r_cp_t {
  position: relative;
}

.r_cp_t b {
  position: absolute;
  top: -0.26rem;
  font-size: 0.46rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


.r_cp_box {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.r_cp_box .r_cp_t {
  font-family: "HYQiHeiX2-95W", sans-serif;
  display: block;
}

.purpleColor {
  color: #7b99f9;
}

.redColor {
  color: #ff88da;
}

.goldColor {
  color: #facc60;
}

.greenColor {
  color: #4aeadd;
}

.blueColor {
  color: #6ecbff;
}

.r_level {
  position: absolute;
  top: 0.5rem;
  right: 0.43rem;
  width: 2.24rem;
}

.r_box {
  min-height: 10.5rem;
  width: 10.31rem;
  background: #fff;
  margin: 0 auto;
  border-radius: 0.3rem 2rem 0.3rem 0.3rem;
  margin-bottom: 0.55rem;
  position: relative;
  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;
}

.r_box_c {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.7rem;
}

.r_beyond {
  font-size: 0.34rem;
  padding-left: 0.45rem;
  margin-bottom: 0.6rem;
  font-family: 'HYQiHeiX2-65W', sans-serif;
  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;
}


@media only screen and (min-device-width : 320px) and (max-device-height : 568px) {
  .r_beyond_t {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transform: scale(0.9) translateX(-5%);
            transform: scale(0.9) translateX(-5%);
  }
}

.recom_box {
  list-style-type: none;
  padding: 0 0.36rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  font-size: 0;
  -webkit-column-fill: auto;
     -moz-column-fill: auto;
          column-fill: auto;
}

.r_des_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.result_box {
  padding-bottom: 2.68rem;
}

.recom {
  border-top: 0.24rem solid #FAFAFA;
  padding-top: 0.47rem;
}

.recom_title {
  font-size: 0.42rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #2E2E2E;
  padding-left: 0.48rem;
  margin-bottom: 0.49rem;
}

.r_des_t_b {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

.r_des_title {
  font-size: 0.42rem;
  margin-bottom: 0.2rem;
  font-family: "HYQiHeiX2-65W", sans-serif;
  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;

}

.r_des_left {
  display: block;
  margin-bottom: 0.55rem;
}

.r_des_right {
  display: block;
  margin-bottom: 0.55rem;
}

.r_des {
  width: 4.95rem;
  height: 1.47rem;
  background: center/cover url(//l.bst.126.net/spread/html/activities/cp/867a6cd33fc09f5af0e9a6445dac9a9e.png);
  font-size: 0.48rem;
  text-align: center;
  line-height: 1.47rem;
  font-family: "HYQiHeiX2-65W", sans-serif;
}

.r_title {
  height: 1.03rem;
  width: 10.02rem;
  display: block;
  margin: 0 auto 0.4rem;
  background: center/cover url(//l.bst.126.net/spread/html/activities/cp/28144bb6088c9fa8ac61137524e11347.png);
}

.r_rate_b {
  height: 1.85rem;
  margin: 0 0.4rem 0.45rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  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-transform: translateZ(0);
          transform: translateZ(0);
}

.r_c_i {
  width: 6.67rem;
  height: 2.96rem;
  background: center/cover url(//l.bst.126.net/spread/html/activities/cp/7eeff488a90bf56ff85a1ceb00858d18.png);
  display: block;
  margin-top: -1rem;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 2;
  margin-left: -3%;
}

.r_icon {
  position: absolute;
  width: 2.22rem;
  height: 4.68rem;
  right: 0.4rem;
  display: block;
  z-index: 1;
  background: center/cover url(//l.bst.126.net/spread/html/activities/cp/ec7f3b298e1184789d1e2b619d548b8a.png);
  top: 0.5rem;
}

.r_is {
  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;
  padding-top: 0.45rem;
  padding-left: 0.5rem;
  font-size: 0.43rem;
  margin-bottom: 0.8rem;
}

.r_word_box {
  font-size: 0.55rem;
  position: absolute;
  bottom: 0.4rem;
  right: 0.55rem;
  font-family: 'HYQiHeiX2-65W', sans-serif;
  z-index: 5;
  /* 增加ios下渲染面积，修复局部渲染的bug */
  background-color: #FFF;
  width: 60vw;
  text-align: right;
}

.r_tate_t {
  font-size: 0.69rem;
  font-family: 'NeueMachina-Bold', sans-serif;
}

.r_rate_h {
  font-size: 0.56rem;
  height: 100%;
  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;
  border-right: 1px solid #000;
  font-family: 'HYQiHeiX2-65W', sans-serif;
  padding-right: 0.4rem;
}

.r_cpPercent {
  color: #ff88da;
}

.r_xin {
  width: 0.43rem;
  height: 0.51rem;
  background: center/100% url('https://lofter.lf127.net/fle/a0df1d4009c7a2ec5fee/1650770498883/xin.png');
  display: block;
  margin-right: 0.25rem;
}

.r_suo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 0.24rem;
  height: 0.49rem;
  display: block;
  margin-right: 0.3rem;
  background: center/100% url('https://lofter.lf127.net/fle/a0df1d4009c7a2ec5fee/1650770498883/suo.png');
}

.r_rate_n {
  font-size: 0.41rem;
  height: 100%;
  font-family: "HYQiHeiX2-65W", sans-serif;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.3rem 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loading_i {
  width: 0.46rem;
  height: 0.39rem;
  display: block;
  background: center/cover url(//l.bst.126.net/spread/html/activities/cp/40a5f961e99a505f2dbecfa1c67a3d3d.png);
  margin-left: 0.15rem;
}

.r_word_box .r_cp_t b {
  font-size: 12px;
  top: -0.35rem;
  left: 15%;
  -webkit-transform: scale(0.5) translateX(-50%);
          transform: scale(0.5) translateX(-50%);
}

.r_word_box .r_cp_t {
  padding: 0 0.05rem;
}

.r_is_name {
  font-size: 0.43rem;
}

.r_lian {
  width: 0.89rem;
  height: 0.51rem;
  background: center/cover url(//l.bst.126.net/spread/html/activities/cp/6d2b09e24755bc2cbc2b90fac547993a.png);
  margin-right: 0.3rem;
}

.r_x {
  width: 0.31rem;
  height: 0.32rem;
  background: center/cover url(//l.bst.126.net/spread/html/activities/cp/6681eb49d0f092348a357f2495eb675e.png);
  margin: 0 0.25rem;
}

.r_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 100%;
}

.r_r_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 18.84rem;
}

.r_op {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7rem 0.5rem 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.68rem;
  z-index: 3;
}

.r_op_generate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .7rem .5rem 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.68rem;
  z-index: 3;
}

.itemsFixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .7rem .5rem 0;
  background: center/100% 100% url(//l.bst.126.net/spread/html/activities/cp/ec5260f4d11bdfe302c32dae075733ee.png);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.68rem;
  z-index: 6;
}

.postArticleButtonFixed {
  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;
  padding: .24rem .48rem 0;
  background: center/100% 100% url(//l.bst.126.net/spread/html/activities/cp/ec5260f4d11bdfe302c32dae075733ee.png);
  -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;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(2.68rem + constant(safe-area-inset-bottom) / 2);
  height: calc(2.68rem + env(safe-area-inset-bottom) / 2);
  padding-bottom: calc(constant(safe-area-inset-bottom) / 2);
  padding-bottom: calc(env(safe-area-inset-bottom) / 2);
  z-index: 6;
}

.postArticleButton {
  width: 10.29rem;
  height: 1.5rem;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: .9rem;
  font-family: 'PingFang SC';
  font-weight: 500;
  font-size: .51rem;
  line-height: 1.5rem;
  text-align: center;
}

.r_qbt {
  width: 5.23rem;
  height: 1.05rem;
  background: center/cover url(//l.bst.126.net/spread/html/activities/cp/13b968b2b90f6ce4e07afd328d2a74fd.png);
  display: block;
  margin-left: 0.55rem;
  margin-bottom: 0.5rem;
}

.r_change {
  width: 2.89rem;
  height: 1.35rem;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.r_animate {
  -webkit-animation: pulse;
          animation: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.r_retest {
  width: 2.89rem;
  height: 1.35rem;
}

.r_save {
  width: 3.87rem;
  height: 1.35rem;
}

button {
  border: none;
  outline: none;
}

.rBottomBar {
  width: 8.18rem;
}

.r_bottom {
  height: 1.9rem;
  width: 100%;
  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-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.7rem;
  position: relative;
}

.r_area {
  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;
  padding: 0 0.32rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.rc-toast-cover {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
:root:-webkit-full-screen-ancestor .rc-toast-cover {
    z-index: 99999999991;
}
.rc-toast-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.rc-toast-main {
    display: inline-block;
    font-size: 0.48rem;
    background: rgba(51,51,51,0.95);
    color: #fff;
    border-radius: 30px;
    padding: 0.3rem 0.5rem;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  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;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10;
}

.noTest {
  width: 7.58rem;
  height: 8.47rem;
  background: center/cover url(//l.bst.126.net/spread/html/activities/cp/d8abe5ab57a42625d56cf606cab1dd1b.png);
  position: relative;
  z-index: 11;
}

.no {
  position: relative;
  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;
}

.no_close {
  width: 1.18rem;
  height: 1.79rem;
  z-index: 11;
  position: relative;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  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;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10;
}

.modal_img {
  width: 6.2rem;
  display: block;
  margin-bottom: 0.85rem;
  position: relative;
  z-index: 10;
}

.modal_f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 0.65rem;
  position: relative;
  z-index: 10;
  font-family: 'HYQiHeiX2-65W';
}

.modal_icon {
  width: 0.82rem;
  height: 0.82rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  margin-left: 0.2rem;
}
.giftModal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  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;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.giftModalMask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.giftModalContainer {
  position: relative;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.giftModalCloseButton {
  width: .96rem;
  height: .96rem;
  z-index: 11;
  position: relative;
  cursor: pointer;
  background-image: url('https://lofter.lf127.net/1659668918531/close-button.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.giftModalCloseLine {
  padding-left: .465rem;
  width: .03rem;
  height: .78rem;
  background-image: url('https://lofter.lf127.net/1659668865062/Rectangle.png');
  position: relative;
  background-repeat: no-repeat;
  z-index: 11;
  background-size: contain;
}

.giftModalContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .72rem .84rem .6rem .84rem;
  width: 8.85rem;
  height: 6.24rem;
  background-color: #FFF;
  border-radius: .48rem;
  position: relative;
  z-index: 11;
  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;
  /* 悬浮卡片居中 */
  margin-bottom: 1.74rem;
}

.giftModalContentTitle {
  font-size: .48rem;
  font-weight: 500;
  text-align: center;
  color: #2E2E2E;
  margin-bottom: 0.36rem;
}

.giftModalOwn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-display: row;
  -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;
  margin-bottom: .48rem;
}

.giftModalOwnImg {
  background-image: url('https://lofter.lf127.net/1659666639689/freeGift.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.05rem;
  width: 1.2rem;
}

.giftModalOwnText {
  margin-left: .24rem;
  color: #2E2E2E;
  font-size: .42rem;
}

.giftModalButton {
  background-color: #14C4BC;
  color: #FFF;
  border-radius: .66rem;
  width: 6.93rem;
  height: 1.32rem;
  text-align: center;
  font-size: .48rem;
  line-height: 1.32rem;
  margin-bottom: .48rem;
  cursor: pointer;
}

.giftModalButtonNo {
  background-color: #F5F5F5;
  color: #CCCCCC;
  border-radius: .66rem;
  width: 6.93rem;
  height: 1.32rem;
  text-align: center;
  font-size: .48rem;
  line-height: 1.32rem;
  margin-bottom: .48rem;
}

.giftModalTip {
  color: #14C4BC;
  font-size: .26rem;
  text-align: center;
  font-size: .39rem;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}
.post_t_b {
  width: 5rem;
  font-family: 'PingFang SC';
  padding-bottom: 0.48rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.post_t_box {
  background: #F5F5F5;
  border-radius: 0.36rem;
  padding: 0.72rem 0.36rem 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.24rem;
  max-height: 8.12rem;
  overflow-x: hidden;
  /* overflow-y: auto; */
  /* 禁用滚动 */
  overflow-y: hidden;
}

.post_t_box a {
  color: #8F8F8F;
}

.post_t_box a:visited {
  color: #8F8F8F;
}

.post_t_box::-webkit-scrollbar {
  display: none;
}

.post_t_title {
  font-size: 0.45rem;
  line-height: 0.63rem;
  color: #2E2E2E;
  margin-bottom: 0.48rem;
  font-weight: bold;
}

.post_t_s_b {
  list-style-type: none;
  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-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
}

.post_t_l {
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #CCCCCC;
  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;
  margin-left: 0.1rem;
}

.highlight {
  color: #14C4BC;
}

.post_t_i {
  width: 0.4rem;
  margin-right: 0.15rem;
}

.post_t_s {
  font-size: 0.24rem;
  padding: 0 0.24rem;
  background: #F5F5F5;
  border-radius: 0.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.1rem;
}

.post_t_con {
  font-size: 0.36rem;
  line-height: 0.51rem;
  color: #8F8F8F;
}

.post_t_con::-webkit-scrollbar {
  display: none;
}

.post_t_f {
  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;
}
.img_post_box {
  width: 5rem;
  font-family: 'PingFang SC';
  padding-bottom: 0.48rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.img_post_i {
  width: 100%;
  display: block;
  border-radius: 0.36rem;
}

.img_post_gif {
  width: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
          transform: translate3d(-50%,-50%,0);
}

.img_post_count {
  font-weight: 500;
  font-size: 0.36rem;
  padding: 0 0.2rem;
  line-height: 0.51rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.2rem;
  position: absolute;
  bottom: 0.22rem;
  right: 0.22rem;
  color: #fff;
}

.img_post_r {
  position: relative;
  margin-bottom: 0.23rem;
  border-radius: 0.36rem;
  max-height: 8.12rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.img_post_r::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 0 0.01rem rgba(0,0,0, 0.1) inset;
          box-shadow: 0 0 0 0.01rem rgba(0,0,0, 0.1) inset;
  border-radius: 0.36rem;
  z-index: 1;
}

.img_post_title {
  color: #2E2E2E;
  font-size: 0.42rem;
  line-height: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}

.post_t_f {
  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;
}

.post_t_s_b {
  list-style-type: none;
  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-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
}

.post_t_s {
  font-size: 0.24rem;
  padding: 0 0.24rem;
  background: #F5F5F5;
  border-radius: 0.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.1rem;
}

.post_t_l {
  font-weight: 600;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #CCCCCC;
  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;
  margin-left: 0.1rem;
}

.post_t_i {
  width: 0.4rem;
  margin-right: 0.15rem;
}
