.am-modal {
  position: relative;
}
.am-modal:not(.am-modal-transparent):not(.am-modal-popup) {
  width: 100%;
  height: 100%;
}
.am-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.am-modal-mask-hidden {
  display: none;
}
.am-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(1px);
}
.am-modal-wrap-popup {
  display: block;
}
.am-modal-transparent {
  width: 270px;
}
.am-modal-transparent .am-modal-content {
  border-radius: 7px;
  padding-top: 15px;
}
.am-modal-transparent .am-modal-content .am-modal-body {
  padding: 0 15px 15px;
}
.am-modal-popup {
  position: fixed;
  left: 0;
  width: 100%;
}
.am-modal-popup-slide-down {
  top: 0;
}
.am-modal-popup-slide-up {
  bottom: 0;
}
.am-modal-popup .am-modal-content {
  padding-bottom: env(safe-area-inset-bottom);
}
.am-modal-title {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-align: center;
}
.am-modal-header {
  padding: 6px 15px 15px;
}
.am-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.am-modal-close {
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 15px;
  z-index: 999;
  height: 21px;
  width: 21px;
}
.am-modal-close-x {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'30'%20height%3D'30'%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D'ALL-ICON'%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%20%3Cg%20id%3D'Rectangle-283-%2B-Rectangle-283'%20fill%3D'%23888888'%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20scale(-1%2C%201)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.am-modal-body {
  font-size: 15px;
  color: #888;
  height: 100%;
  line-height: 1.5;
  overflow: auto;
}
.am-modal-button-group-h {
  position: relative;
  border-top: 1PX solid #ddd;
  display: flex;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-h {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-button-group-h::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-h::before {
    transform: scaleY(0.33);
  }
}
.am-modal-button-group-h .am-modal-button {
  -webkit-touch-callout: none;
  flex: 1;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-modal-button-group-h .am-modal-button:first-child {
  color: #000;
}
.am-modal-button-group-h .am-modal-button:last-child {
  position: relative;
  border-left: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child {
    border-left: none;
  }
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
    transform: scaleX(0.33);
  }
}
.am-modal-button-group-v .am-modal-button {
  -webkit-touch-callout: none;
  position: relative;
  border-top: 1PX solid #ddd;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
    transform: scaleY(0.33);
  }
}
.am-modal-button-active {
  background-color: #ddd;
}
.am-modal-input-container {
  margin-top: 9px;
  border: 1PX solid #ddd;
  border-radius: 3px;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input-container {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-modal-input-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 0.06rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-modal-input {
  height: 36px;
  line-height: 1;
}
.am-modal-input:nth-child(2) {
  position: relative;
  border-top: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input:nth-child(2) {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-input:nth-child(2)::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-input:nth-child(2)::before {
    transform: scaleY(0.33);
  }
}
.am-modal-input input {
  position: relative;
  border: 0;
  width: 98%;
  height: 34px;
  top: 1PX;
  box-sizing: border-box;
  margin: 0;
}
.am-modal-input input::-moz-placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input::placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content {
  border-radius: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header {
  padding: 9px 24px 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
  text-align: left;
  font-size: 21px;
  color: #000;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
  color: #000;
  text-align: left;
  padding: 0 24px 15px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
  border: 0;
  border-bottom: 1PX solid #ddd;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:before {
  display: none !important;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
    border-bottom: none;
  }
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
    transform: scaleY(0.33);
  }
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child {
  border-top: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer {
  padding-bottom: 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
  overflow: hidden;
  border-top: 0;
  justify-content: flex-end;
  padding: 0 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button {
  flex: initial;
  margin-left: 3px;
  padding: 0 15px;
  height: 48px;
  box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
  color: #777;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child {
  border-left: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button {
  border-top: 0;
  padding: 0 15px;
  margin-left: 3px;
  height: 48px;
  box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-operation .am-modal-button {
  text-align: start;
  padding-left: 15px;
}
.am-modal.am-modal-operation .am-modal-content {
  border-radius: 7px;
  height: auto;
  padding-top: 0;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-body {
  padding: 0!important;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-button {
  color: #000;
  text-align: left;
  padding-left: 15px;
}
.am-modal-alert-content,
.am-modal-propmt-content {
  zoom: 1;
  overflow: hidden;
}

.details_box___1nGyv {
  background: url(//f3-md.veimg.cn/meadinindexnew/m/_next/static/images/mbi_bg@3x-2c666dd1558241400c1d7fa611b05bcf.png) no-repeat;
  background-size: contain;
  height: 3.84rem;
  padding: 0.32rem 0.16rem 0 0.16rem;
  box-sizing: border-box;
}
.details_box___1nGyv.mci___3C0_7 {
  background: url(//f3-md.veimg.cn/meadinindexnew/m/_next/static/images/mci_bg@3x-a515fa561fb24b19b287522e773e1a68.png) no-repeat;
  background-size: contain;
}
.details_box___1nGyv.region___3uF_J {
  height: 3.32rem;
  background: url(//f3-md.veimg.cn/meadinindexnew/m/_next/static/images/region_bg-92c255b448c18458a5cfb559a774598a.png) no-repeat;
  background-size: cover;
}
.details_box___1nGyv.region___3uF_J .region_name___1jwbz {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  text-align: center;
  margin-bottom: 0.08rem;
}
.details_box___1nGyv.region___3uF_J .region_type___18CH9 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.2rem;
  text-align: center;
}
.details_box___1nGyv .back_icon___3US2L {
  margin-left: 0.16rem;
  margin-top: 0.13rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.details_box___1nGyv .back_icon___3US2L img {
  display: block;
  width: 0.115rem;
  line-height: 0.175rem;
}
.details_box___1nGyv .logo_name___2Wi8s {
  display: flex;
  align-items: center;
}
.details_box___1nGyv .logo_name___2Wi8s .logo___1TniA {
  vertical-align: top;
  display: inline-block;
  width: 1.04rem;
  height: 0.64rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 0.02rem solid rgba(255, 255, 255, 0.49);
  border-radius: 0.06rem;
}
.details_box___1nGyv .logo_name___2Wi8s .logo___1TniA img {
  background-color: #fff;
  width: 1rem;
}
.details_box___1nGyv .logo_name___2Wi8s .name_type___3fn9j {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  margin-left: 0.12rem;
  width: 2.27rem;
}
.details_box___1nGyv .logo_name___2Wi8s .name_type___3fn9j h2 {
  font-size: 0.2rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.24rem;
  padding: 0 0 0.04rem 0;
}
.details_box___1nGyv .logo_name___2Wi8s .name_type___3fn9j h2.addp___18eAM {
  padding-top: 0;
}
.details_box___1nGyv .logo_name___2Wi8s .name_type___3fn9j p {
  font-size: 0.12rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.17rem;
}
.details_box___1nGyv .introduce___2YwMs {
  font-size: 0.12rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.2rem;
  margin-top: 0.12rem;
  height: 0.6rem;
  overflow: hidden;
  position: relative;
}
.details_box___1nGyv .introduce___2YwMs .look_more___LJLHe {
  font-size: 0.12rem;
  font-weight: 400;
  color: #FFFFFF;
  height: 0.2rem;
  line-height: 0.2rem;
  position: absolute;
  bottom: 0;
  right: 0.02rem;
  padding-right: 0.1rem;
}
.details_box___1nGyv .introduce___2YwMs .look_more___LJLHe::after {
  content: '';
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAbCAYAAABxwd+fAAAAAXNSR0IArs4c6QAAAgBJREFUSEut1UuIzmEUx/HPQbkkEspCEpaEEjtlpUx2FM1KkoZyy3XESBoLsVASsrCksJAkGxtbCxuk0Egs3BYi10fP9IyeubyXkbN8/+d83/P8nnN+T6SUxmMV5uEO+iLil1FGpJRW4yqm4gkO4XZE/BgNK4O24VwpSniHwxFxabSgubiOJRhTFffiVER8ageYOwosxgl0VEXfypGPRERfK1iG9EdKaQaOYnvV2U88woaIeNYM9hdUYBOxH7uL+AO1uaPNuB8RGT4sBoEq2Eb0YE5V8RIncXmk8RgGKrAs+nJcxKIK9jmD0B0RX+q2RgRVui0ssBVDdLuCfAlvBnKbgkp3s8sxO5E1zJEn/26BPcw/tAQV2BTswsEKlj89xQ7cawtU6daFY8ijUt9oR9ugSrduHMfYCtY1KlBKaR3OYlYly3usaQuUUpqELWWNJledvMIBXGsJSinNzG6ATcii90uGB2Wl8rT3L2zDSCktwAWsxLiS+Bs3sS8iXjSdo+IISwtkWfVPX/Mx8i5GxMemk12sd3255vlV8mucySYYEdliBsXQ7Z+APdiLaVXmW2zNnt7Igms/mp6XETurGcmr8BidEZF9qWHUDpmHbG2V+R03in8/bwbJ3zKokWefRm9EfGgFGQCN9Ir0RMT5dgB/r3+Edy0P361/edf+y0v7B+V/sdsdoMsLAAAAAElFTkSuQmCC) no-repeat center;
  background-size: contain;
  right: 0;
  top: 0.05rem;
  width: 0.06rem;
  height: 0.09rem;
}
.data_change___-xPnU {
  padding: 0 0.32rem;
  margin-top: -1.92rem;
  height: 1.92rem;
}
.data_change___-xPnU .h_btn_time___gKDvR {
  padding-top: 0.16rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #484848;
  line-height: 0.2rem;
  position: relative;
  padding-right: 0.1rem;
}
.data_change___-xPnU .h_btn_time___gKDvR::after {
  content: '';
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAbCAYAAABxwd+fAAAAAXNSR0IArs4c6QAAAsdJREFUSEutlU1IVFEUx//nvhmcyaGMDAIjoloWFUThJgzB8c7wdgmFq4gICyqjT0UdImwRtQgknHDRUqUSxsdznM1sWijYwk1FUDERhdoHGMU03nviDjPy/JoP6Ozeu+f8uPec/zmHpJQ1RHRCa73H7/e7gUAgMzo6qlClUTQaDSulhgFsAfCGiG7Pzc05MzMzuWpY1NraegHAQCGIASwQUbfruk+qBe0G8AzAIQCiGExE/TU1NffHxsZ+VgIkABSJRA5qre8CiHqCskQ0bFlWz/j4eKYczIDyZtt2fS6X6yWii8xcvNkSgFml1KlUKvWuFGwZZJza2tqCi4uLNwB0FpKfjyWijNb6bDabTafTaQNfYytA5rSxsTFYV1d3GkAfM+/yRHwkonuhUGhoPXmsAZnAWCwmpqamjgKIM/MBD+wXEQ35fL6uRCLx23utdUFFh5aWlv1CiDiAY56KLgkhniqlepLJ5JflKperhpRyJxH1aa3bAQQL/kb5SWY2sFf5PJYDmXMp5WYAV5j5lgdmjt4S0SXXdVMVgYp5m56e7tBaxwDUe4SbEUJEKwYVA6WUXcx8B4BV/CeE6KgKJKU8ycyPAOzwpOWbz+eLVASybXuTUupcoY1Cnrx+EkLcrK2tHSkLklJuB9DNzGcAmKQbM1PipWVZvY7jpM13SVA4HN4nhBhk5uMAfAWIJqIXSqnrk5OTH8rpiGzbPpzL5QYBHPE85Q+AEcuyOh3H+VFS2Wb0CiHalFKmzHs9Zf5MRA+ZecB13exq/a14WlNTUyAYDF4FcI2Zt3qcvwI4Pz8/7240gpdBzc3N2/x+fxcRXWbmokYUEb1m5vaJiYnZUl3gnZBGZLbH+S+A55ZldTuO875cK5nhv9HMfqC17k8mk9/LQfJNu3qLENGCGWqu6z6uBLBcjNV7zTyloaEhEY/Hq9tr/2vT/gPnfhibxa9L3wAAAABJRU5ErkJggg==) no-repeat center;
  background-size: contain;
  right: 0;
  top: 0.21rem;
  width: 0.06rem;
  height: 0.09rem;
}
.data_change___-xPnU .index_hb___w8Sc1 {
  padding-top: 0.18rem;
}
.data_change___-xPnU .index_hb___w8Sc1 .hb___w7KuY {
  width: 1.1rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.09rem;
  position: relative;
}
.data_change___-xPnU .index_hb___w8Sc1 .hb___w7KuY::after {
  content: '';
  position: absolute;
  width: 0.01rem;
  height: 1rem;
  background: #DDDDDD;
  top: 0;
  right: -0.09rem;
}
.data_change___-xPnU .index_hb___w8Sc1 .hb___w7KuY .index___25-VF {
  font-size: 0.24rem;
  font-weight: 600;
  color: #118BDA;
  line-height: 0.33rem;
  margin-top: 0.02rem;
}
.data_change___-xPnU .index_hb___w8Sc1 .hb___w7KuY .text___1VqzA {
  font-size: 0.12rem;
  font-weight: 400;
  color: #888888;
  line-height: 0.17rem;
  padding: 0.04rem 0 0.2rem 0;
}
.data_change___-xPnU .index_hb___w8Sc1 .hb___w7KuY .hb_text___Sz24f {
  font-size: 0.12rem;
  font-weight: 400;
  color: #484848;
  line-height: 0.17rem;
}
.data_change___-xPnU .index_hb___w8Sc1 ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  vertical-align: top;
  width: 1.92rem;
  margin-top: -0.06rem;
}
.data_change___-xPnU .index_hb___w8Sc1 ul li {
  width: 45%;
  text-align: center;
  display: inline-block;
  margin-left: 0.08rem;
  margin-bottom: 0.08rem;
  padding: 0 0 0.06rem 0;
}
.data_change___-xPnU .index_hb___w8Sc1 ul .index___25-VF {
  font-size: 0.2rem;
  font-weight: 600;
  color: #484848;
  line-height: 0.28rem;
}
.data_change___-xPnU .index_hb___w8Sc1 ul .text___1VqzA {
  font-size: 0.12rem;
  font-weight: 400;
  color: #888888;
  line-height: 0.17rem;
}
.data_change___-xPnU .index_hb___w8Sc1 .oldul___GIlRV li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 0.29rem;
}
.data_change___-xPnU .index_hb___w8Sc1 .oldul___GIlRV li .index___25-VF {
  margin-right: 0.16rem;
  width: 42%;
  text-align: center;
  font-size: 0.18rem;
}
.data_change___-xPnU .index_hb___w8Sc1 .oldul1___38BaU {
  margin-top: 0;
}
.data_change___-xPnU .index_hb___w8Sc1 .oldul1___38BaU li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 0.29rem;
  height: 0.4rem;
  padding: 0;
  margin-bottom: 0;
}
.data_change___-xPnU .index_hb___w8Sc1 .oldul1___38BaU li:first-child {
  margin-bottom: 0.2rem;
}
.data_change___-xPnU .index_hb___w8Sc1 .oldul1___38BaU li .index___25-VF {
  margin-right: 0.16rem;
  width: 46%;
  text-align: center;
}
.data_change___-xPnU .index_growth___ATF6t {
  display: flex;
  justify-content: space-around;
  padding: 0.28rem 0 0 0;
  position: relative;
}
.data_change___-xPnU .index_growth___ATF6t::after {
  position: absolute;
  content: '';
  width: 0.01rem;
  height: 1rem;
  background: #DDDDDD;
  top: 0.18rem;
  left: 50%;
}
.data_change___-xPnU .index_growth___ATF6t > div {
  width: 1.4rem;
}
.data_change___-xPnU .index_growth___ATF6t .num___3Loi- {
  font-size: 0.28rem;
  font-weight: 600;
  color: #484848;
  line-height: 0.4rem;
  text-align: center;
}
.data_change___-xPnU .index_growth___ATF6t .text___1VqzA {
  text-align: center;
  font-size: 0.12rem;
  font-weight: 400;
  color: #888888;
  line-height: 0.17rem;
  padding-top: 0.12rem;
}
.wrap_intro_modal .intro_modal {
  width: 3rem;
  top: 50%;
  position: relative;
  margin: -2.31rem auto 0 auto;
}
.wrap_intro_modal .intro_modal .am-modal-content {
  overflow: visible;
  background: transparent;
}
.wrap_intro_modal .intro_modal .am-modal-body {
  text-align: left;
}
.wrap_intro_modal .intro_modal .modal {
  background-color: #fff;
  width: 3rem;
  height: 4rem;
  padding: 0.28rem 0.24rem 0 0.24rem;
  box-sizing: border-box;
  border-radius: 0.08rem;
  overflow-y: auto;
}
.wrap_intro_modal .intro_modal .logo {
  border: 0.02rem solid #E7F3FB;
  border-radius: 0.06rem;
  vertical-align: top;
  width: 0.74rem;
  height: 0.46rem;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
.wrap_intro_modal .intro_modal .logo img {
  width: 0.7rem;
  height: 0.42rem;
}
.wrap_intro_modal .intro_modal .name_type {
  display: inline-flex;
  margin-left: 0.08rem;
  vertical-align: top;
  height: 0.46rem;
  align-items: center;
}
.wrap_intro_modal .intro_modal .name_type h2 {
  font-size: 0.18rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.22rem;
  padding-bottom: 0.04rem;
  width: 1.7rem;
}
.wrap_intro_modal .intro_modal .name_type p {
  font-size: 0.12rem;
  font-weight: 400;
  color: #888888;
  line-height: 0.17rem;
  width: 1.7rem;
}
.wrap_intro_modal .intro_modal .jj_modal {
  font-size: 0.1rem;
  font-weight: 400;
  color: #888888;
  line-height: 0.14rem;
  text-align: center;
  position: relative;
  margin-top: 0.2rem;
  margin-bottom: 0.16rem;
}
.wrap_intro_modal .intro_modal .jj_modal::before {
  content: '';
  position: absolute;
  height: 0.01rem;
  width: 1.08rem;
  border-top: 0.01rem dotted #888888;
  left: 0;
  top: 50%;
}
.wrap_intro_modal .intro_modal .jj_modal::after {
  content: '';
  position: absolute;
  height: 0.01rem;
  width: 1.08rem;
  border-top: 0.01rem dotted #888888;
  right: 0;
  top: 50%;
}
.wrap_intro_modal .intro_modal .conte_modal {
  font-size: 0.14rem;
  font-weight: 400;
  color: #484848;
  line-height: 0.22rem;
  box-sizing: border-box;
  padding-bottom: 0.1rem;
}
.wrap_intro_modal .intro_modal .close_modal {
  position: relative;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: contain;
  height: 0.4rem;
  width: 0.4rem;
  margin: 0.22rem auto 0 auto;
}

.am-picker-col {
  display: block;
  position: relative;
  height: 238px;
  overflow: hidden;
  width: 100%;
}
.am-picker-col-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 102px 0;
}
.am-picker-col-item {
  touch-action: manipulation;
  text-align: center;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.am-picker-col-item-selected {
  font-size: 17px;
}
.am-picker-col-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 102px;
  background-repeat: no-repeat;
}
.am-picker-col-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 3;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-top: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::before {
    transform: scaleY(0.33);
  }
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::after {
    transform: scaleY(0.33);
  }
}
.am-picker {
  display: flex;
  align-items: center;
}
.am-picker-item {
  flex: 1;
  text-align: center;
}

.am-picker-popup {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding-bottom: env(safe-area-inset-bottom);
}
.am-picker-popup-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transform: translateZ(1px);
}
.am-picker-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 1000;
  transform: translateZ(1px);
}
.am-picker-popup-mask-hidden {
  display: none;
}
.am-picker-popup-header {
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1PX;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-popup-header {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-popup-header::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-popup-header::after {
    transform: scaleY(0.33);
  }
}
.am-picker-popup-header .am-picker-popup-header-right {
  text-align: right;
}
.am-picker-popup-item {
  color: #108ee9;
  font-size: 17px;
  padding: 9px 15px;
  height: 42px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.am-picker-popup-item-active {
  background-color: #ddd;
}
.am-picker-popup-title {
  flex: 1;
  text-align: center;
  color: #000;
}
.am-picker-popup .am-picker-popup-close {
  display: none;
}
.am-picker-col {
  flex: 1;
}

.no-data-box___3bUQR {
  text-align: center;
  font-size: 0.09rem;
  color: #ddd;
  padding: 0.2rem 0;
}
.mbi-mci-index___1Ja7T {
  background-color: #fff;
  text-align: center;
  padding: 0.4rem 0 0.64rem 0;
  box-sizing: border-box;
}
.mbi-mci-index___1Ja7T h2 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #484848;
  line-height: 0.24rem;
}
.mbi-mci-index___1Ja7T img {
  width: 1.2rem;
}
.mbi-mci-index___1Ja7T p {
  font-size: 0.12rem;
  color: #B8B8B8;
  line-height: 0.18rem;
}
.footer_lv___25uxE {
  padding-bottom: calc(0.5rem + constant(safe-area-inset-bottom));
  padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
}
.is_node_tips___2oOZR {
  padding: 0 0.1rem 0.1rem 0.1rem;
  text-align: center;
}
.empty-data-box___2ozEP {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  color: #484848;
  font-style: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19%;
}
.empty-data-box___2ozEP h2 {
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.24rem;
  margin: 0.08rem 0;
}
.empty-data-box___2ozEP p {
  font-size: 0.12rem;
  color: #B8B8B8;
  line-height: 0.18rem;
}
.empty-data-box___2ozEP img {
  width: 1.2rem;
  height: 1.2rem;
}

