/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #2DE05A;
}
.ant-message-error .anticon {
  color: #FF5C5C;
}
.ant-message-warning .anticon {
  color: #FFD65C;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #488aff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

@charset "UTF-8";
/*提示字体颜色*/
/*弱提示背景色*/
/*圆角大小*/
/*间距8的倍数*/
/**
    flex布局
 */
/**
    flex布局
 */
/**
      文本布局
   */
/**
      flex布局上下左右居中
   */
/**
    文本布局
 */
/**
    渐变背景
 */
/*阴影*/
/* 超出显示省略号... */
.app_list[data-v-24c051ae] {
  width: calc(100% - 0.6rem);
  display: inline-block;
}
.app_list .app_item[data-v-24c051ae] {
    width: 2.88rem;
    height: 1.56rem;
    display: inline-block;
    margin-right: 0.16rem;
    border-radius: 0.12rem;
    background-color: #fff;
    box-shadow: 0 0.02rem 0.08rem 0 rgba(148, 158, 184, 0.2);
    position: relative;
    overflow: hidden;
    transition: all .2s;
}
.app_list .app_item .no_auth[data-v-24c051ae] {
      width: 0.64rem;
      height: 0.2rem;
      line-height: 0.2rem;
      text-align: center;
      font-size: 0.12rem;
      color: #87909e;
      background-color: #ebeef3;
      border-radius: 0 0.12rem 0 0.24rem;
      position: absolute;
      top: 0;
      right: 0;
}
@media (max-width: 1800px) {
.app_list .app_item .no_auth[data-v-24c051ae] {
        width: 0.8rem;
        height: 0.25rem;
        line-height: 0.25rem;
        border-radius: 0 0.15rem 0 0.3rem;
        font-size: 0.1rem;
        transform: scale(0.8);
        top: -0.03rem;
        right: -0.08rem;
}
}
.app_list .app_item .app_info[data-v-24c051ae] {
      width: 2.4rem;
      height: 0.64rem;
      margin: 0.22rem 0.2rem 0.2rem;
      position: relative;
      cursor: pointer;
}
.app_list .app_item .app_info img[data-v-24c051ae] {
        width: 0.64rem;
        height: 0.64rem;
        margin-right: 0.16rem;
        float: left;
}
.app_list .app_item .app_info .app_title[data-v-24c051ae] {
        width: 1.6rem;
        float: left;
}
.app_list .app_item .app_info .app_title h3[data-v-24c051ae] {
          height: 0.2rem;
          line-height: 0.2rem;
          margin: 0.07rem 0 0.1rem;
          font-size: 0.16rem;
          font-weight: bold;
          color: #333;
}
.app_list .app_item .app_info .app_title p[data-v-24c051ae] {
          width: 1.42rem;
          height: 0.2rem;
          font-size: 0.12rem;
          color: #999;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
}
.app_list .app_item .app_info p.icon_jump[data-v-24c051ae] {
        width: 0.2rem;
        height: 0.2rem;
        position: absolute;
        top: 0.07rem;
        right: -0.1rem;
}
.app_list .app_item .app_info p.icon_jump img[data-v-24c051ae] {
          width: 100%;
          height: 100%;
          display: inline-block;
}
.app_list .app_item .app_sub_entry[data-v-24c051ae] {
      margin-left: 0.2rem;
}
.app_list .app_item .app_sub_entry span[data-v-24c051ae] {
        width: 0.7rem;
        height: 0.26rem;
        line-height: 0.26rem;
        float: left;
        margin-right: 0.1rem;
        border: 0.01rem solid #ebeef3;
        border-radius: 0.43rem;
        text-align: center;
        font-size: 0.12rem;
        color: #c9ced7;
}
.app_list .app_item .app_sub_entry_auth span[data-v-24c051ae] {
      border-color: #1c70ff;
      color: #1c70ff;
      transition: all .2s;
}
.app_list .app_item .app_sub_entry_auth span[data-v-24c051ae]:hover {
      background-color: rgba(28, 112, 255, 0.1);
      cursor: pointer;
}
@media (max-width: 1800px) {
.app_list .app_item .app_sub_entry span[data-v-24c051ae] {
        width: 0.82rem;
        height: 0.36rem;
        line-height: 0.36rem;
        border-radius: 0.18rem;
        margin-right: 0.02rem;
        font-size: 0.1rem;
        transform: scale(0.8) translateX(-0.1rem);
}
}
.app_list .app_item[data-v-24c051ae]:hover {
    transform: scale(1.05);
    transition: all .2s;
}
.app_type_tool .app_item[data-v-24c051ae] {
  height: 1.08rem;
}
.app_type_market .app_item[data-v-24c051ae]:nth-of-type(1), .app_type_market .app_item[data-v-24c051ae]:nth-of-type(2), .app_type_market .app_item[data-v-24c051ae]:nth-of-type(3) {
  margin-bottom: 0.14rem;
}

@charset "UTF-8";
/*提示字体颜色*/
/*弱提示背景色*/
/*圆角大小*/
/*间距8的倍数*/
/**
    flex布局
 */
/**
    flex布局
 */
/**
      文本布局
   */
/**
      flex布局上下左右居中
   */
/**
    文本布局
 */
/**
    渐变背景
 */
/*阴影*/
/* 超出显示省略号... */
.portal_right[data-v-2a0042be] {
  width: 3.6rem;
  float: left;
}
.data_box[data-v-2a0042be] {
  width: 100%;
  margin-top: 0.42rem;
  border-radius: 0.08rem;
  background-color: #fff;
  overflow: hidden;
}
.data_title[data-v-2a0042be] {
  width: 100%;
  height: 0.4rem;
  background: url(../img/title_bg.6d351665.png) no-repeat center center;
  background-size: 3.6rem 0.4rem;
  display: flex;
  align-items: center;
}
.data_title img[data-v-2a0042be] {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.16rem;
    margin-right: 0.08rem;
}
.data_title p[data-v-2a0042be] {
    font-size: 0.14rem;
    font-weight: bold;
    color: #243154;
}
ul.notice_list[data-v-2a0042be] {
  width: 100%;
  height: 0.92rem;
  padding: 0 0.2rem;
  margin-bottom: 0.16rem;
}
ul.notice_list li[data-v-2a0042be] {
    width: 100%;
    height: 0.2rem;
    line-height: 0.2rem;
    margin-top: 0.16rem;
    font-size: 0.12rem;
    display: flex;
    justify-content: space-between;
}
ul.notice_list li p[data-v-2a0042be] {
      color: #333;
      cursor: pointer;
      display: flex;
}
ul.notice_list li p img[data-v-2a0042be] {
        width: 0.3rem;
        height: 0.18rem;
        margin-left: 0.04rem;
        transform: translateY(-0.04rem);
}
ul.notice_list li p[data-v-2a0042be]:hover {
      color: #1c70ff;
}
ul.notice_list li span.notice_date[data-v-2a0042be] {
      color: #999;
}
.notice_modal[data-v-2a0042be] {
  padding-bottom: 0.2rem;
}
.notice_modal h3[data-v-2a0042be] {
    padding-top: 0.48rem;
    padding-bottom: 0.16rem;
    font-size: 0.2rem;
    font-weight: bold;
    text-align: center;
    color: #488aff;
}
.notice_modal p[data-v-2a0042be] {
    text-indent: 2em;
    font-size: 0.15rem;
    color: #444;
    margin-bottom: 0.06rem;
}
.faq_box[data-v-2a0042be] {
  margin-top: 0.16rem;
  position: relative;
}
ul.faq_list[data-v-2a0042be] {
  width: 100%;
  height: 6.54rem;
  padding: 0.02rem 0.2rem 0.22rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
ul.faq_list li[data-v-2a0042be] {
    width: 3.2rem;
    float: left;
    margin-top: 0.1rem;
    border-radius: 0.08rem 0 0.08rem 0;
    font-size: 0.12rem;
    background: linear-gradient(180deg, #f7f8fa 0%, #f7f8fa 100%);
    position: relative;
}
ul.faq_list li img[data-v-2a0042be] {
      width: 0.25rem;
      height: 0.31rem;
      position: absolute;
      left: 0.09rem;
      top: 0.07rem;
}
ul.faq_list li h3[data-v-2a0042be] {
      width: 2.88rem;
      height: 0.2rem;
      margin-left: 0.09rem;
      padding: 0.1rem 0.07rem 0.08rem;
      box-sizing: content-box;
      border-bottom: 0.01rem dotted #d9d5d5;
      color: #647ced;
}
ul.faq_list li p[data-v-2a0042be] {
      width: 2.88rem;
      line-height: 0.2rem;
      margin: 0.1rem 0.16rem;
      color: #666;
}
ul.faq_list li b[data-v-2a0042be] {
      color: #333;
}
ul[data-v-2a0042be]::-webkit-scrollbar-thumb {
  background-color: #d4dbfc;
  border-radius: 0.1rem;
}
.faq_footer_bg[data-v-2a0042be] {
  width: 100%;
  height: 0.16rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 0.2rem 0.2rem rgba(255, 255, 255, 0.9);
}

@charset "UTF-8";
/*提示字体颜色*/
/*弱提示背景色*/
/*圆角大小*/
/*间距8的倍数*/
/**
    flex布局
 */
/**
    flex布局
 */
/**
      文本布局
   */
/**
      flex布局上下左右居中
   */
/**
    文本布局
 */
/**
    渐变背景
 */
/*阴影*/
/* 超出显示省略号... */
.fant-micro-main[data-v-5954443c] {
  background: url(../img/bg.d01eeadf.png) no-repeat center center;
  background-size: 100% 100%;
}
.portal_wrap[data-v-5954443c] {
  padding: 0.16rem 0.24rem 0.24rem 0.24rem;
  overflow-y: auto;
}
.portal_container[data-v-5954443c] {
  width: 14.36rem;
  height: 9.6rem;
  margin: 0 auto;
  border: 0.02rem solid #fff;
  border-radius: 0.16rem;
  background: rgba(255, 255, 255, 0.3);
}
.portal_left[data-v-5954443c] {
  width: 10.26rem;
  float: left;
}
.app_type[data-v-5954443c] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.34rem 0 0 0.5rem;
  float: left;
}
.app_type[data-v-5954443c]:nth-of-type(1) {
  padding-top: 0.42rem;
}
.type_name[data-v-5954443c] {
  width: 0.36rem;
  height: 1.56rem;
  margin-right: 0.24rem;
  float: left;
  border-radius: 0.04rem;
  background-color: #d4dbfc;
  letter-spacing: 0.08rem;
  font-size: 0.14rem;
  color: #7288ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  writing-mode: vertical-lr;
  text-align: center;
}
.app_type_market .type_name[data-v-5954443c] {
  height: 3.32rem;
}
.app_type_tool .type_name[data-v-5954443c] {
  height: 1.08rem;
}


/*# sourceMappingURL=5.773.css.map*/