.component-banner-title {
  width: 100%;
  height: 5.7rem;
  background: linear-gradient(135deg, #47a2ff 0%, #006ddc 100%);
}
.component-banner-title .am-flexbox-item {
  padding-left: 0.75rem;
}
.component-banner-title .am-flexbox-item .subtitle {
  color: #A2CEFB;
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.component-banner-title .am-flexbox-item .title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
}
.component-banner-title img {
  padding-right: 0.75rem;
  width: 4rem;
  height: 4rem;
}

/* 上部 */
.topLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.topCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.topRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.topBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 中部 */
.middleLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.middleCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.middleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.middleBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.middleAround {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.middleEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 底部 */
.bottomLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bottomCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.bottomRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.bottomBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bottomEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 靠左 */
.leftTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 居中 */
.centerTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 底部 */
.rightTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-ellipsis {
  /*postcss-pxtransform rn eject enable*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*postcss-pxtransform rn eject disable*/
}
.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolutect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolutecl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.birthday-back-modal {
  width: 15.5rem;
  height: 28.5rem;
}
.birthday-back-modal .am-modal-content {
  padding: 0;
  background: none;
}
.birthday-back-modal .am-modal-content .am-modal-body {
  padding: 0;
}
.birthday-back-modal .am-modal-content .am-modal-body .birthday-back-modal-header {
  position: relative;
  width: 15.5rem;
  height: 5.6rem;
  z-index: 1001;
}
.birthday-back-modal .am-modal-content .am-modal-body .birthday-back-modal-body {
  position: absolute;
  top: 4rem;
  text-align: left;
  padding: 1.4rem 1rem 0 1rem;
  background-color: white;
  height: 70%;
  z-index: 1000;
}
.birthday-back-modal .am-modal-content .am-modal-body .birthday-back-modal-body .birthday-back-modal-content {
  height: 14.5rem;
  overflow: auto;
}
.birthday-back-modal .am-modal-content .am-modal-body .birthday-back-modal-body .birthday-back-modal-button {
  height: 2.25rem;
  width: 8.25rem;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  background: #0580FC;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 109, 221, 0.2);
          box-shadow: 0px 4px 8px 0px rgba(0, 109, 221, 0.2);
  color: #fff;
  border-radius: 2.25rem;
  margin: 0 auto;
  margin-top: 1rem;
  text-align: center;
  line-height: 2.25rem;
}
.birthday-back-modal .am-modal-content .am-modal-body .birthday-back-cancel-button {
  width: 1.9rem;
  height: 1.9rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.birthday-back-modal .am-modal-content .am-modal-body .birthday-back-countdown {
  color: #ccc;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  text-align: center;
  margin-top: 0.5rem;
}

/* 上部 */
.topLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.topCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.topRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.topBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 中部 */
.middleLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.middleCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.middleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.middleBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.middleAround {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.middleEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 底部 */
.bottomLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bottomCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.bottomRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.bottomBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bottomEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 靠左 */
.leftTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 居中 */
.centerTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 底部 */
.rightTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-ellipsis {
  /*postcss-pxtransform rn eject enable*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*postcss-pxtransform rn eject disable*/
}
.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolutect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolutecl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-entry-xjy {
  height: calc(100% - 2rem);
  padding: 2rem 0.75rem 0 0.75rem;
  background-image: url(/marketing/m/v1.0.20250709183440/static/media/login_bg.76b3651f.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 11.5rem 10rem;
  background-color: #EBF5FF;
}
.page-entry-xjy .entry-xjy-title {
  height: 1.4rem;
  width: 6rem;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 6rem 0.5rem;
  color: #044280;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  font-weight: 600;
}
.page-entry-xjy .entry-xjy-tips {
  color: #999;
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  margin-top: 0.5rem;
}
.page-entry-xjy .entry-xjy-form {
  padding: 0 0.75rem;
  margin-top: 2rem;
  background: white;
  border-radius: 8PX;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.page-entry-xjy .entry-xjy-form .plb-login-input-item {
  margin-top: 0;
}
.page-entry-xjy .entry-xjy-btn,
.page-entry-xjy .entry-xjy-btn-disable {
  height: 2.5rem;
  margin: 2rem 0 1rem 0;
  color: white;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
  background: #0580FC;
  border-radius: 0.25rem;
}
.page-entry-xjy .entry-xjy-btn-disable {
  background: linear-gradient(131deg, #b7eaff 0%, #b4d9ff 100%);
}
.page-entry-xjy .entry-xjy-others-forget {
  text-align: center;
  color: #999;
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
}

/* 上部 */
.topLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.topCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.topRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.topBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 中部 */
.middleLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.middleCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.middleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.middleBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.middleAround {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.middleEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 底部 */
.bottomLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bottomCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.bottomRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.bottomBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bottomEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 靠左 */
.leftTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 居中 */
.centerTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 底部 */
.rightTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-ellipsis {
  /*postcss-pxtransform rn eject enable*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*postcss-pxtransform rn eject disable*/
}
.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolutect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolutecl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-entry-xjg {
  height: 100%;
  width: 100%;
  background: url(/marketing/m/v1.0.20250709183440/static/media/xjg_bc.734264f8.png) no-repeat;
  background-size: 100% 9.3rem;
  background-color: #fff;
}
.page-entry-xjg .entry-xjg-header {
  text-align: center;
  height: 9.3rem;
}
.page-entry-xjg .entry-xjg-header .logo-img {
  margin-top: 1.5rem;
  width: 6rem;
  height: 4rem;
}
.page-entry-xjg .entry-xjg-header .header-title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  margin-top: 0.5rem;
}
.page-entry-xjg .entry-xjg-header .header-title .header-title-left {
  margin-right: 1.5rem;
}
.page-entry-xjg .entry-xjg-content {
  padding: 2rem 2rem 0 2rem;
}
.page-entry-xjg .entry-xjg-content .content-input-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0.2rem;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 1.5rem;
}
.page-entry-xjg .entry-xjg-content .content-input-item .item-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.page-entry-xjg .entry-xjg-content .content-input-item .item-input {
  height: 1rem;
  width: 100%;
  border: none;
  font-size: 0.8rem;
}
.page-entry-xjg .content-input-item:last-child {
  margin-bottom: 0;
}
.page-entry-xjg .entry-xjg-tips {
  color: #F7B24B;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  padding: 0 2rem;
  margin-top: 0.25rem;
}
.page-entry-xjg .entry-xjg-btn,
.page-entry-xjg .entry-xjg-btn-disable {
  margin: 3rem 2rem;
  height: 2.5rem;
  background: #F1AE4A;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 4px;
}
.page-entry-xjg .entry-xjg-btn-disable {
  opacity: 0.6;
}

/* 上部 */
.topLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.topCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.topRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.topBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 中部 */
.middleLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.middleCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.middleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.middleBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.middleAround {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.middleEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 底部 */
.bottomLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bottomCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.bottomRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.bottomBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bottomEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 靠左 */
.leftTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 居中 */
.centerTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 底部 */
.rightTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-ellipsis {
  /*postcss-pxtransform rn eject enable*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*postcss-pxtransform rn eject disable*/
}
.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolutect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolutecl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.xlzb-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 3rem;
  background: #1d1f40;
  position: fixed;
  right: 0;
  left: 0;
  margin: 0;
  bottom: 0;
  z-index: 20;
}
.xlzb-footer .icon {
  width: 1.7rem;
  height: 1.7rem;
}
.xlzb-footer .icon-font {
  color: #949494;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  text-align: center;
}
.xlzb-footer .icon-font-light {
  color: #2ad0f0;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  text-align: center;
}
.xlzb-footer .bav-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* 上部 */
.topLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.topCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.topRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.topBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 中部 */
.middleLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.middleCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.middleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.middleBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.middleAround {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.middleEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 底部 */
.bottomLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bottomCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.bottomRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.bottomBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bottomEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 靠左 */
.leftTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 居中 */
.centerTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 底部 */
.rightTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-ellipsis {
  /*postcss-pxtransform rn eject enable*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*postcss-pxtransform rn eject disable*/
}
.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolutect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolutecl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.data-analyse-content canvas {
  width: 100% !important;
  height: 15rem !important;
}

/* 上部 */
.topLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.topCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.topRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.topBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 中部 */
.middleLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.middleCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.middleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.middleBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.middleAround {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.middleEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 底部 */
.bottomLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bottomCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.bottomRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.bottomBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bottomEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 靠左 */
.leftTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 居中 */
.centerTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 底部 */
.rightTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-ellipsis {
  /*postcss-pxtransform rn eject enable*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*postcss-pxtransform rn eject disable*/
}
.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolutect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolutecl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.premium-distribution-content {
  margin-top: 1rem;
}
.premium-distribution-content canvas {
  width: 100% !important;
  height: 100% !important;
}

/* 上部 */
.topLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.topCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.topRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.topBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 中部 */
.middleLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.middleCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.middleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.middleBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.middleAround {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.middleEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 底部 */
.bottomLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bottomCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.bottomRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.bottomBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bottomEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 靠左 */
.leftTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 居中 */
.centerTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 底部 */
.rightTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-ellipsis {
  /*postcss-pxtransform rn eject enable*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*postcss-pxtransform rn eject disable*/
}
.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolutect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolutecl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.annual-objectives-body {
  background: #0a082e;
  padding-bottom: 3rem;
}
.annual-objectives-body .annual-objectives-header {
  background: #3875c6;
  padding: 1rem 0.75rem;
}
.annual-objectives-body .annual-objectives-header .header-top-time-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  color: #F3EAE7;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  height: 1.6rem;
  width: 8.8rem;
}
.annual-objectives-body .annual-objectives-header .header-top-time-item .time-item-icon {
  margin-left: 0.3rem;
  width: 0.6rem;
  height: 1.2rem;
}
.annual-objectives-body .annual-objectives-tabs-sticky {
  position: sticky;
  top: 0;
  background: #0a082e;
  z-index: 100;
}
.annual-objectives-body .annual-objectives-tabs-sticky .annual-objectives-tabs-body {
  position: relative;
}
.annual-objectives-body .annual-objectives-tabs-sticky .annual-objectives-tabs-body .annual-objectives-tabs {
  padding: 0.75rem 0;
  border-bottom: 1px solid #262446;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
}
.annual-objectives-body .annual-objectives-tabs-sticky .annual-objectives-tabs-body .annual-objectives-tabs .annual-objectives-tabs-mark {
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#64637b), to(#262446));
  background-image: linear-gradient(to right, #64637b, #262446);
}
.annual-objectives-body .annual-objectives-tabs-sticky .annual-objectives-tabs-body .annual-objectives-tabs .annual-objectives-tabs-item,
.annual-objectives-body .annual-objectives-tabs-sticky .annual-objectives-tabs-body .annual-objectives-tabs .annual-objectives-tabs-item-active {
  color: #64637b;
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  width: 25%;
  padding: 0 0.75rem;
}
.annual-objectives-body .annual-objectives-tabs-sticky .annual-objectives-tabs-body .annual-objectives-tabs .annual-objectives-tabs-item-active {
  color: #fff;
  background: url(data:image/png;base64,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) no-repeat center;
  background-size: 100% 1.5rem;
  font-weight: 900;
}
.annual-objectives-body .annual-objectives-body {
  padding: 0 0.75rem 0.75rem 0.75rem;
}
.annual-objectives-tabs::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

/* 上部 */
.topLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.topCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.topRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.topBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 中部 */
.middleLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.middleCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.middleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.middleBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.middleAround {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.middleEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 底部 */
.bottomLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bottomCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.bottomRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.bottomBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bottomEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 靠左 */
.leftTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 居中 */
.centerTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 底部 */
.rightTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-ellipsis {
  /*postcss-pxtransform rn eject enable*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*postcss-pxtransform rn eject disable*/
}
.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolutect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolutecl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.objective-card-body {
  border-radius: 10px;
  background: #1d1f40;
}
.objective-card-body .objective-card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 0.75rem;
  height: 2rem;
  border-bottom: 1px solid #262446;
  margin: 0.75rem 0;
  color: #aeaeab;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
}
.objective-card-body .objective-card-header .header-tips {
  padding: 0 0.2rem;
  background: #3f405c;
  margin-left: 0.25rem;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
}
.objective-card-body .objective-card-content .content-text {
  padding: 1rem 0.75rem 0 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.objective-card-body .objective-card-content .content-text .content-text-item {
  width: 50%;
}
.objective-card-body .objective-card-content .content-text .content-text-item .content-text-label {
  color: #aeaeab;
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-align: center;
}
.objective-card-body .objective-card-content .content-text .content-text-item .content-text-value {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  text-align: center;
}
.objective-card-body .objective-card-content .content-processs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  padding: 0.5rem 0;
}
.objective-card-modal {
  width: 15rem;
}

/* 上部 */
.topLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.topCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.topRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.topBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 中部 */
.middleLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.middleCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.middleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.middleBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.middleAround {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.middleEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 底部 */
.bottomLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bottomCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.bottomRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.bottomBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bottomEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 靠左 */
.leftTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 居中 */
.centerTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 底部 */
.rightTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-ellipsis {
  /*postcss-pxtransform rn eject enable*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*postcss-pxtransform rn eject disable*/
}
.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolutect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolutecl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.circular-progress-body canvas {
  width: 5.5rem !important;
  height: 5.5rem !important;
}

/* 上部 */
.topLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.topCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.topRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.topBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 中部 */
.middleLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.middleCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.middleRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.middleBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.middleAround {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.middleEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 底部 */
.bottomLeft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bottomCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.bottomRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.bottomBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bottomEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* 靠左 */
.leftTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.leftEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 居中 */
.centerTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.centerEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
/* 底部 */
.rightTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightMiddle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rightEvenly {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.text-ellipsis {
  /*postcss-pxtransform rn eject enable*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*postcss-pxtransform rn eject disable*/
}
.absolutecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.absolutect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.absolutecl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-entry-xlzb-premium {
  height: 100%;
  width: 100%;
  background: #0a082e;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundOne {
  height: 288px;
  background-color: #3875c6;
  overflow: hidden;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundOne .header-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 40px 40px 40px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundOne .header-top .header-top-time {
  color: #F3EAE7;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 8px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundOne .header-top .header-top-time .header-top-time-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  height: 64px;
  width: 352px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundOne .header-top .header-top-time .header-top-time-item .time-item-icon {
  margin-left: 12px;
  width: 24pc;
  height: 48px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundOne .header-top .header-top-type {
  color: #F3EAE7;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 64px;
  width: 152px;
  border-radius: 80px;
  text-align: center;
  font-weight: 900;
  background-image: -webkit-gradient(linear, left top, right top, from(#39ebe4), to(#38a8fe));
  background-image: linear-gradient(90deg, #39ebe4, #38a8fe);
  background: -o-linear-gradient(90deg, #39ebe4, #38a8fe);
  background-color: #38a8fe;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundOne .header-top .header-top-type .icon {
  width: 40px;
  height: 40px;
  margin-left: 8px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundOne .header-top .header-top-type .header-top-ys {
  letter-spacing: 20px;
  color: #fff;
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  font-weight: 900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo {
  min-height: 100%;
  background-color: #0a082e;
  padding-bottom: 120px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .content-preminm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 280px;
  margin: 0rem 40px;
  margin-top: -160px;
  background: url(/marketing/m/v1.0.20250709183440/static/media/Xlzb-one.25c822df.png) right top no-repeat, linear-gradient(225deg, #30c3ff 0%, #4088f6 50%, #4692f3 100%);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 28px;
  background-position: right;
  color: #FFFFFF;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  padding: 44px 0rem 44px 32px;
  font-weight: 900;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .content-preminm .today-preminm {
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  padding: 32px 0;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .content-preminm .achievement {
  color: #ADC9FA;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  font-weight: 900;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .data-analyse {
  height: 580px;
  margin: 68px 12px 56px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .data-analyse .data-analyse-title {
  color: #F3F2F2;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  font-weight: 900;
  margin-bottom: 12px;
  margin-left: 20px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .data-analyse .data-analyse-title span {
  color: #F3F2F2;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  font-weight: 900;
  margin-left: 16px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution {
  min-height: 100%;
  margin: 160px 12px 80px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .premium-distribution-title {
  color: #F3F2F2;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  font-weight: 900;
  margin-bottom: 12px;
  margin-left: 20px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .premium-distribution-title span {
  color: #F3F2F2;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  font-weight: 900;
  margin-left: 16px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content {
  height: 100%;
  min-height: 1000px;
  padding-top: 20px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs {
  background-color: #0a082e;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .am-tabs-default-bar-tab {
  color: #b6b5c1 !important;
  font-size: 0.8rem !important;
  line-height: 0.9rem !important;
  font-family: 'PingFangSC-Regular' !important;
  font-weight: 400 !important;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .am-tabs-default-bar-tab-active {
  color: #fff !important;
  font-size: 0.8rem !important;
  line-height: 0.9rem !important;
  font-family: 'PingFangSC-Regular' !important;
  font-weight: 400 !important;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .am-tabs-default-bar-underline {
  border: 1px #03e6fd solid;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .am-tabs-default-bar-tab::after {
  background-color: #0a082e;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .am-tabs-default-bar-content {
  background-color: #0a082e;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .tab-style {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  background-color: #0a082e;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .tab-style .tab-remark {
  height: 40px;
  margin-top: 20px;
  margin-left: 55%;
  color: #26d0f0;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .tab-style .tab-remark span {
  color: #fff;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .tab-style .premium-distribution-contentList {
  height: auto;
  width: 100%;
  padding: 0 40px 150px 40px;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .tab-style .premium-distribution-contentList .premium-distribution-contentShow {
  background: #1d1f40;
  height: 112px;
  margin-top: 14px;
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .tab-style .premium-distribution-contentList .premium-distribution-contentShow .contentShow-text {
  width: 60%;
  padding-left: 40px;
  color: #ece8ec;
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo .premium-distribution .tab-content .am-tabs .tab-style .premium-distribution-contentList .premium-distribution-contentShow .contentShow-money {
  width: 40%;
  padding-right: 40px;
  color: #26d0f0;
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  font-weight: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.page-entry-xlzb-premium .entry-xlzb-backgroundTwo::before {
  display: table;
  content: "";
}
.modal-style {
  height: 620px;
  background: #fff;
}
.modal-style .am-list-item {
  height: 130px;
  background-color: #fff;
}
.modal-style .am-list-line-change .am-list-line::after {
  background-color: #fff !important;
}
.modal-style .top-modal-title {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.modal-style .top-modal-title .am-icon {
  width: 48px;
  height: 48px;
}
.modal-style .am-modal-content {
  background-color: #fff;
}
.modal-style .am-list-content {
  padding-bottom: 80px;
}
.modal-style .am-list-content .circleText {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.modal-style .am-list-content .circleText .premiumBackground {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #eef1ff;
  margin-right: 20px;
}
.modal-style .am-list-content .circleText .incomeBackground {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff2d1;
  margin-right: 20px;
}
.modal-style .am-list-content .circleText .factorBackground {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 20px;
}
.modal-style-other {
  height: 500px;
}
.modal-style-other .am-list-item {
  height: 130px;
  background-color: #fff;
}
.modal-style-other .am-list-line-change .am-list-line::after {
  background-color: #fff !important;
}
.modal-style-other .top-modal-title {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.modal-style-other .top-modal-title .am-icon {
  width: 48px;
  height: 48px;
}
.modal-style-other .am-modal-content {
  background-color: #fff;
}
.modal-style-other .am-list-content {
  padding-bottom: 80px;
}
.modal-style-other .am-list-content .circleText {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.modal-style-other .am-list-content .circleText .premiumBackground {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #eef1ff;
  margin-right: 20px;
}
.modal-style-other .am-list-content .circleText .incomeBackground {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff2d1;
  margin-right: 20px;
}
.modal-style-other .am-list-content .circleText .factorBackground {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 20px;
}
.modal-remark {
  width: 80% !important;
}
.modal-remark .am-modal-content {
  text-align: justify;
}
.modal-remark .am-modal-content .font-syle {
  padding-right: 20px;
}
.modal-remark .am-modal-content .am-modal-button {
  font-size: 32px;
}


/*# sourceMappingURL=default~main~4e322d55.2aca31bd.chunk.css.map*/