:root {
  --bgcolor: #f5f5f5;
  --textmain: #20222c;
  --textgray: #727b8e;
  --bgwhite: #fff;
}
*,
:after,
:before {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
:focus {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
  overflow-x: hidden;
  touch-action: manipulation;
}
.app-hashull_xhab,
.app-hashull_zixun {
  background-color: #fff;
  max-height: 100vh;
  min-height: 100vh;
  overflow-y: hidden;
}
.app-hashull_lianbi {
  background-color: #fff;
  max-height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
  overflow-y: hidden;
}
.app-ipx-hashull_lianbi {
  background-color: #fff;
  max-height: calc(100vh - 234px);
  min-height: calc(100vh - 234px);
  overflow-y: hidden;
}
.app-hashull_biteji {
  background-color: #fff;
  max-height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
  overflow-y: hidden;
}
.app-ipx-hashull_biteji {
  background-color: #fff;
  max-height: calc(100vh - 234px);
  min-height: calc(100vh - 234px);
  overflow-y: hidden;
}
.app-ipx-hashull_Hqab,
.app-ipx-hashull_xhab {
  background-color: #fff;
  max-height: 100vh;
  min-height: 100vh;
  overflow-y: hidden;
}
body {
  background-color: #f5f5f5;
  box-sizing: border-box;
  color: #727b8e;
  font: 0.14rem/1 PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
  min-height: 100vh;
  position: relative;
}
.min-resolution body {
  font-size: 0.12rem;
}
.app-android body,
.app-ios body,
.app-ipx body {
  min-height: 100vh;
}
.app-hashull_test body {
  background-color: #fff;
}
.app-hashull_xhab body,
.app-hashull_zixun body {
  max-height: 100vh;
  min-height: 100vh;
  overflow-y: scroll;
}
.app-hashull_lianbi body {
  max-height: calc(100vh - 0.2rem);
  min-height: calc(100vh - 0.2rem);
  overflow-y: auto;
}
.app-ipx-hashull_lianbi body {
  max-height: calc(100vh - 0.78rem);
  min-height: calc(100vh - 0.78rem);
  overflow-y: auto;
}
.app-hashull_biteji body {
  max-height: calc(100vh - 0.2rem);
  min-height: calc(100vh - 0.2rem);
  overflow-y: auto;
}
.app-ipx-hashull_biteji body {
  max-height: calc(100vh - 0.78rem);
  min-height: calc(100vh - 0.78rem);
  overflow-y: auto;
}
.app-ipx-hashull_Hqab body {
  max-height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
}
.app-ipx-hashull_xhab body {
  max-height: calc(100vh - 0.78rem);
  min-height: calc(100vh - 0.78rem);
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 0.14rem;
  font-weight: 400;
  margin: 0;
}
dd,
dl,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
em,
strong {
  font-style: normal;
  font-weight: 400;
}
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  background-color: #fff;
  margin: 0;
}
b,
em,
i,
strong {
  font-style: normal;
  font-weight: 400;
}
/* input {
  appearance: none;
  -webkit-appearance: none;
} */
input[type="text"] {
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  appearance: auto;
  -webkit-appearance: auto;
  -o-appearance: auto;
  -ms-appearance: auto;
  -moz-appearance: auto;
}
input[placeholder] {
  line-height: normal;
}
input::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(133, 142, 161, 0.5);
  font-size: 0.14rem;
  font-weight: 400;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  transition: background-color 600s ease-in-out 0s;
}
::-webkit-input-placeholder {
  color: rgba(133, 142, 161, 0.5);
  font-size: 0.14rem;
  font-weight: 400;
}
::-moz-placeholder {
  color: rgba(133, 142, 161, 0.5);
  font-size: 0.14rem;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: rgba(133, 142, 161, 0.5);
  font-weight: 400;
}
:-moz-placeholder {
  color: rgba(133, 142, 161, 0.5);
  font-size: 0.14rem;
  font-weight: 400;
}
.hide {
  display: none !important;
}
.vhide {
  visibility: hidden !important;
}
[v-cloak] {
  display: none;
}
.text-main {
  color: #858ea1;
}
.text-lesser {
  color: #5b5b5b;
}
.text-minor {
  color: #ccc;
}
.text-stress {
  color: #fa5757;
}
.text-force {
  color: #f08a17;
}
.text-warn {
  color: red;
}
.text-link {
  color: #5b5b5b;
}
.text-white {
  color: #fff;
}
.text-highs {
  color: #36d681;
}
.text-highs-bg {
  background-color: #36d681;
}
.text-lows {
  color: #fa5757;
}
.text-lows-bg {
  background-color: #fa5757;
}
.text-stop {
  color: #7c8193;
}
.text-stop-bg {
  background-color: #7c8193;
}
.text-bold {
  font-weight: 700;
}
.text-normal {
  font-weight: 400;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-del {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.text-nowrap {
  white-space: nowrap;
}
.text-s08 {
  font-size: 0.08rem;
}
.text-s09 {
  font-size: 0.09rem;
}
.text-s10 {
  font-size: 0.1rem;
}
.text-s12 {
  font-size: 0.12rem;
}
.text-s14 {
  font-size: 0.14rem;
}
.text-s16 {
  font-size: 0.16rem;
}
.text-s18 {
  font-size: 0.18rem;
}
.text-s20 {
  font-size: 0.2rem;
}
.text-s22 {
  font-size: 0.22rem;
}
.text-s24 {
  font-size: 0.24rem;
}
.text-s26 {
  font-size: 0.26rem;
}
.text-s28 {
  font-size: 0.28rem;
}
.text-s30 {
  font-size: 0.3rem;
}
.text-s32 {
  font-size: 0.32rem;
}
.text-s34 {
  font-size: 0.34rem;
}
.text-s36 {
  font-size: 0.36rem;
}
.text-s38 {
  font-size: 0.38rem;
}
.text-s40 {
  font-size: 0.4rem;
}
.text-s42 {
  font-size: 0.42rem;
}
.text-s44 {
  font-size: 0.44rem;
}
.text-s46 {
  font-size: 0.46rem;
}
.text-s48 {
  font-size: 0.48rem;
}
.text-s50 {
  font-size: 0.5rem;
}
.text-s52 {
  font-size: 0.52rem;
}
.text-s54 {
  font-size: 0.54rem;
}
.text-s56 {
  font-size: 0.56rem;
}
.text-s58 {
  font-size: 0.58rem;
}
.text-s60 {
  font-size: 0.6rem;
}
.min-resolution .text-s10 {
  font-size: 0.08rem;
}
.min-resolution .text-s12 {
  font-size: 0.1rem;
}
.min-resolution .text-s14 {
  font-size: 0.12rem;
}
.min-resolution .text-s16 {
  font-size: 0.14rem;
}
.min-resolution .text-s18 {
  font-size: 0.16rem;
}
.min-resolution .text-s20 {
  font-size: 0.18rem;
}
.min-resolution .text-s22 {
  font-size: 0.2rem;
}
.min-resolution .text-s24 {
  font-size: 0.22rem;
}
.min-resolution .text-s26 {
  font-size: 0.24rem;
}
.min-resolution .text-s28 {
  font-size: 0.26rem;
}
.min-resolution .text-s30 {
  font-size: 0.28rem;
}
.min-resolution .text-s32 {
  font-size: 0.3rem;
}
.min-resolution .text-s34 {
  font-size: 0.32rem;
}
.min-resolution .text-s36 {
  font-size: 0.34rem;
}
.min-resolution .text-s38 {
  font-size: 0.36rem;
}
.min-resolution .text-s40 {
  font-size: 0.38rem;
}
.min-resolution .text-s42 {
  font-size: 0.4rem;
}
.min-resolution .text-s44 {
  font-size: 0.42rem;
}
.min-resolution .text-s46 {
  font-size: 0.44rem;
}
.min-resolution .text-s48 {
  font-size: 0.46rem;
}
.min-resolution .text-s50 {
  font-size: 0.48rem;
}
.min-resolution .text-s52 {
  font-size: 0.5rem;
}
.min-resolution .text-s54 {
  font-size: 0.52rem;
}
.min-resolution .text-s56 {
  font-size: 0.54rem;
}
.min-resolution .text-s58 {
  font-size: 0.56rem;
}
.min-resolution .text-s60 {
  font-size: 0.58rem;
}
.button {
  background-color: #4170fb;
  border: 0.01rem solid #4170fb;
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0.16rem;
  height: 0.38rem;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.button[disabled] {
  background-color: #858ea1;
  border-color: #858ea1;
  color: #ccc;
  opacity: 0.8;
}
.button-lesser {
  background-color: transparent;
  border: 0.01rem solid #4170fb;
  border-radius: 0.04rem;
  color: #4170fb;
  font-size: 0.16rem;
  height: 0.38rem;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.button-lesser[disabled] {
  background-color: #858ea1;
  border-color: #858ea1;
  color: #ccc;
  opacity: 0.8;
}
.mod-h-tab {
  align-items: center;
  border: 0.01rem solid #727b8e;
  border-radius: 0.04rem;
  display: flex;
  height: 0.26rem;
}
.app-hashull_test .mod-h-tab {
  border: 0.01rem solid #fff;
}
.mod-h-tab > b {
  color: #727b8e;
  flex: 1 1 auto;
  font-size: 0.12rem;
  height: 0.26rem;
  line-height: 0.26rem;
  padding: 0 0.11rem;
  text-align: center;
}
.app-hashull_test .mod-h-tab > b {
  color: #fff;
}
.mod-h-tab > b:first-child {
  border-bottom-left-radius: 0.04rem;
  border-top-left-radius: 0.04rem;
}
.mod-h-tab > b:last-child {
  border-bottom-right-radius: 0.04rem;
  border-top-right-radius: 0.04rem;
}
.mod-h-tab > b > img {
  margin-left: 0.04rem;
  vertical-align: middle;
  width: 0.14rem;
}
.mod-h-tab .cur {
  background-color: var(--textmain);
  color: #fff;
}
.app-hashull_test .mod-h-tab .cur {
  background-color: #fff;
  color: #4677d7;
}
.mod-trade-tab {
  display: flex;
  font-size: 0.12rem;
  text-align: center;
}
.mod-trade-tab > li {
  border-bottom: 0.02rem solid transparent;
  flex: 0 0 auto;
  margin-left: 0.1rem;
  padding: 0.09rem 0.05rem 0.07rem;
  transition: all 0.3s ease;
}
.app-hashull_test .mod-trade-tab > li {
  color: #000;
}
.mod-trade-tab .cur {
  border-bottom-color: #4677d7;
  color: #4677d7;
}
.mod-tab {
  display: flex;
  justify-content: space-around;
}
.mod-tab > li {
  border-bottom: 0.02rem solid transparent;
  padding: 0.14rem 0.05rem 0.12rem;
  transition: all 0.3s ease;
}
.mod-tab .cur {
  border-bottom-color: #4677d7;
  color: #4677d7;
}
.mod-radio-yn {
  background-color: #282c3c;
  border: 0.01rem solid #0f1118;
  border-radius: 0.04rem;
  display: inline-flex;
  font-size: 0.12rem;
  height: 0.24rem;
  text-align: center;
  vertical-align: middle;
  width: 0.47rem;
}
.mod-radio-yn > b {
  border: 0.01rem solid transparent;
  border-radius: 0.04rem;
  flex: 0 0 0.24rem;
  height: 0.24rem;
  line-height: 0.22rem;
  position: relative;
  top: -0.01rem;
  transition: all 0.3s ease;
}
.mod-radio-yn > b:first-child {
  left: -0.01rem;
  margin-right: -0.02rem;
}
.mod-radio-yn .cur {
  background-color: #20222c;
  border-color: #4677d7;
  color: #4677d7;
}
.mod-select {
  align-items: center;
  /* background-color: #0f1118; */
  border: 0.001rem solid #4170fb;
  border-radius: 0.04rem;
  display: inline-flex;
  height: 0.4rem;
  padding: 0 0.15rem;
  width: 1rem;
}
.app-hashull_test .mod-select {
  background-color: #4677d7;
  border-color: #4677d7;
}
.mod-select > span {
  color: #20222c;
  flex: 1 1 auto;
  font-size: 0.16rem;
  font-weight: normal;
}
.app-hashull_test .mod-select > span {
  color: #fff;
}
.mod-select > .text-center {
  text-align: center;
}
.mod-select > .iconfont {
  color: #4170fb;
  font-size: 0.12rem;
}
.app-hashull_test .mod-select > .iconfont {
  color: #fff;
}
.mod-select-split {
  align-items: center;
  display: flex;
  height: 0.4rem;
  width: 1.5rem;
}
.mod-select-split > span {
  color: #fff;
  flex: 1 1 auto;
  font-size: 0.16rem;
  font-weight: 700;
  margin-right: 0.1rem;
  padding-left: 0.15rem;
}
.mod-select-split > .iconfont,
.mod-select-split > span {
  background-color: #282c3c;
  border: 0.01rem solid #0f1118;
  border-radius: 0.04rem;
  height: 0.4rem;
  line-height: 0.38rem;
}
.mod-select-split > .iconfont {
  font-size: 0.12rem;
  text-align: center;
  width: 0.4rem;
}
.mod-list {
  display: flex;
  display: -webkit-flex;
  background-color: #fff;
  flex-wrap: wrap;
  margin: 0.1rem 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  padding-bottom: 0.2rem;
}
.app-hashull_test .mod-list {
  background-color: #e8e8e8;
}
.mod-list > li {
  width: 33.33333%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  /* border-bottom: 1px solid #0f1118; */
  /* padding-right: 0.16rem; */
  margin-top: 0.2rem;
}
.mod-list > li > img {
  width: 0.4rem;
  height: 0.4rem;
}
.mod-list > li > span {
  color: #20222c;
  text-align: center;
  font-size: 0.12rem;
  margin-top: 0.04rem;
}
.mod-list > li:last-child {
  border-bottom: 0;
}
.mod-list > li > a {
  align-items: center;
  display: flex;
  padding: 0.16rem 0;
}
.mod-list > li > a > span {
  color: #20222c;
  flex: 1 1 auto;
  font-weight: 700;
}
.app-hashull_test .mod-list > li > a > span {
  color: #000;
}
.mod-list > li > a > .icon {
  color: #4677d7;
  font-size: 0.18rem;
  margin-right: 0.15rem;
}
.mod-list > li > a > .arrow {
  -webkit-transform: rotateY(180deg);
  font-size: 0.12rem;
  opacity: 0.5;
  transform: rotateY(180deg);
}
