@charset "UTF-8";

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  border-collapse: collapse;
}

a,
i,
em,
img {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-style: normal;
  border: none;
}

body,
input,
select,
textarea,
button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "WenQuanYi Micro Hei", sans-serif;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 0.24rem;
  line-height: 1.5;
}

[role="button"] {
  cursor: pointer;
  -ms-touch-action: auto;
  touch-action: auto;
}

[role="button"]:hover {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none;
}

.clearfix:after {
  display: block;
  content: "";
  visibility: none;
  height: 0px;
  clear: both;
  overflow: hidden;
}

/* global set */
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 7.5rem;
  min-height: 100%;
  margin: 0 auto;
}

.page__top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: auto;
}

.page__bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: auto;
}

.page__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.page__bottomFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.content {
  width: 7.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2rem;
  margin: 0 auto;
}

.topTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.5rem;
  height: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topTab__tag {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 0.9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1PX solid #3974f4;
  line-height: 0.76rem;
  text-align: center;
  font-size: 0.28rem;
  /*color: #39f;*/
}

.topTab__tag:first-child {
  border-radius: 0.1rem 0 0 0.1rem;
}

.topTab__tag:last-child {
  border-radius: 0 0.1rem 0.1rem 0;
}

.topTab__tag.is-cur {
  background: #3974f4;
  color: #fff;
}

.topTab__tag a {
  display: block;
  height: 100%;
  width: 100%;
  color: #39f;
}

.popupMask {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popupMask:empty {
  display: none;
}

.popup {
  display: none;
}

.popupMask .popup {
  display: block;
  margin: auto;
}

.popup-normal {
  width: 6.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.2rem;
}

.popup-normal__title {
  border-bottom: 1px solid #39f;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.38rem;
  color: #0195ff;
}

.popup-normal__content {
  padding: 0.32rem 0.6rem .65rem;
}

.popup-normal__content p {
  font-size: 0.28rem;
  line-height: .35rem;
  text-align: left !important;
  color: 333;
}

.popup-normal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 .52rem;
}

.popup-normal__btn .btn {
  display: block;
  height: 0.7rem !important;
  width: 5.3rem !important;
  margin-right: 0.1rem;
  border-radius: 0.1rem;
  background: #39f;
  color: #fff;
  line-height: 0.7rem;
  font-size: 0.3rem !important;
  text-align: center;
}

.popup-normal__btn .spclBtn {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 50%;
  height: 0.6rem;
  margin-right: 0.1rem;
  border-radius: 0.1rem;
  background: #39f;
  color: #fff;
  line-height: 0.6rem;
  font-size: 0.28rem;
  text-align: center;
}

.popup-normal__btn .btn:last-child {
  margin-right: 0;
}

.popup-normal__btn .btn.is-dis {
  pointer-events: none;
}

.bottomNavigateBar {
  position: fixed;
  z-index: 5;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.bottomNavigateBar~div:last-child {
  margin-bottom: 60px;
  margin-bottom: calc(60px + constant(safe-area-inset-bottom));
  margin-bottom: calc(60px + env(safe-area-inset-bottom));
}

.bottomNavigateBar__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  padding-top: 3px;
  text-align: center;
  color: #999;
  line-height: 15px;
  font-size: 12px;
}

.bottomNavigateBar__item .ico {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-image: url(../imgs/bottomNavigateBar-icons.png);
  background-size: 90px 60px;
}

.bottomNavigateBar__item .ico-jtfw {
  background-position: 0 bottom;
}

.bottomNavigateBar__item .ico-ywdt {
  background-position: -30px bottom;
}

.bottomNavigateBar__item .ico-jjfa {
  background-position: -60px bottom;
}

.bottomNavigateBar__item.is-cur {
  color: #234;
}

.bottomNavigateBar__item.is-cur .ico-jtfw {
  background-position: 0 0;
}

.bottomNavigateBar__item.is-cur .ico-ywdt {
  background-position: -30px 0;
}

.bottomNavigateBar__item.is-cur .ico-jjfa {
  background-position: -60px 0;
}
