/*通用弹窗*/
/* 清除默认标签margin padding */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
button,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*修改滚动条*/
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
body {
  width: 100%;
  max-width: 10rem;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  /*ioc禁止调整字体大小*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  font-size: 0.33333333rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
/*清除点击默认样式*/
a,
button,
input,
textarea {
  outline: none;
  -webkit-appearance: none;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-user-modify:read-write-plaintext-only;*/
  text-decoration: none;
}
/*清楚默认加粗*/
h1,
h2,
h3,
h4,
strong {
  font-weight: 600;
}
/*清除默认样式*/
ol li,
ul li,
li {
  list-style-type: none;
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
img {
  width: 100%;
  border: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 0.34666667rem;
}
.no-slide {
  overflow: hidden !important;
}
.show-slide-popUp {
  left: 50% !important;
  margin-left: -5rem !important;
  z-index: 9999 !important;
}
.base-hint {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999!important;
  display: flex;
}
.base-hint .con {
  padding: 0.26666667rem 0.4rem;
  margin: auto;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.13333333rem;
}
/*项目通用页面*/
.page-container {
  width: 100%;
  max-width: 10rem;
  height: 100%;
  margin: 0 auto;
  padding: 1.33333333rem 0 0rem;
  position: relative;
}
/*弹窗通用样式*/
.base-popUp {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 100%;
  width: 10rem;
  height: 100%;
  padding-top: 1.33333333rem;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.base-popUp .popUp-content {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.add-footer-btn {
  width: 100%;
  max-width: 10rem;
  height: 100%;
  margin: 0 auto;
  padding: 1.33333333rem 0 1.33333333rem;
}
/*通用顶部导航栏*/
.header-navBar {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 10rem;
  height: 1.33333333rem;
  background: #fff;
  box-shadow: 0 0.02666667rem 0.08rem #f2f2f2;
  overflow: hidden;
}
.header-navBar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02666667rem;
  background: #f2f2f2;
}
.header-navBar .left-btn,
.header-navBar .right-btn {
  flex-shrink: 0;
  width: 1.14666667rem;
  height: 100%;
  padding: 0 0.17333333rem;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0.32rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.header-navBar .left-btn i,
.header-navBar .right-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
}
.header-navBar .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-navBar .title h2 {
  text-align: center;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  color: #000;
  font-size: 0.4rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  font-weight: 600;
  overflow: hidden;
}
.footer-navBar {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 10rem;
  height: 1.33333333rem;
  background: #fff;
  box-shadow: 0 0.02666667rem 0.08rem #f2f2f2;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.footer-navBar > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer-navBar span {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  color: #333;
  font-size: 0.34666667rem;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-navBar span i {
  font-size: 0.4rem;
  font-weight: bold;
}
.footer-navBar span.on {
  color: #3478F7;
}
.login-page {
  padding: 0;
  height: 100vh;
  background: url("../images/pageBg.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.login-page .content {
  position: absolute;
  top: 13%;
  left: 50%;
  width: 100%;
  padding: 0 0.8rem 0;
  transform: translate(-50%, 0);
}
.login-page .content .head {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.93333333rem;
  font-family: 'PingFang SC Heavy';
}
.login-page .content .head strong {
  font-size: 0.61333333rem;
}
.login-page .content .head > div {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.login-page .content .head > div p {
  font-size: 0.37333333rem;
}
.login-page .content .head > div span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  padding: 0 0.24rem;
  margin: 0 0.13333333rem;
  color: #fff;
  line-height: 1;
  background: #3988ff;
  border-radius: 0.08rem;
}
.login-page .content .loginBox {
  width: 100%;
}
.login-page .content .loginBox .tab-bar {
  width: 100%;
  margin-bottom: 0.53333333rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 0.48rem;
}
.login-page .content .loginBox .tab-bar span {
  color: #888888;
  font-size: 0.29333333rem;
  transition: all 0.3s;
  cursor: pointer;
}
.login-page .content .loginBox .tab-bar span:first-child {
  width: 1.73333333rem;
}
.login-page .content .loginBox .tab-bar span.on {
  color: #333333;
  font-size: 0.34666667rem;
}
.login-page .content .inputBox {
  width: 100%;
}
.login-page .content .inputBox .login-type {
  display: none;
  width: 100%;
  transition: all 0.3s;
}
.login-page .content .inputBox .login-type.on {
  display: block;
}
.login-page .content .inputBox .login-type > button {
  margin-top: 0.26666667rem;
  line-height: 1.14666667rem;
  text-align: center;
  background: #3988ff;
  border-radius: 0.57333333rem;
  color: #fff;
  letter-spacing: 0.05333333rem;
  font-size: 0.4rem;
  margin-top: 0.53333333rem;
  width: 100%;
}
.login-page .content .inputBox .login-type ul {
  width: 100%;
}
.login-page .content .inputBox .login-type ul li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 0.53333333rem;
}
.login-page .content .inputBox .login-type ul li input {
  width: 100%;
  padding: 0 0.45333333rem;
  height: 1.14666667rem;
  background: #fff;
  font-size: 0.34666667rem;
  border-radius: 0.57333333rem;
  overflow: hidden;
  border: 0.01333333rem solid #d8e5ff;
}
.login-page .content .inputBox .login-type ul li .varify-code {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.93333333rem;
  background: #3988ff;
  color: #fff;
  border-radius: 0.57333333rem;
  margin-left: 0.53333333rem;
}
.login-page .content .forgetPwd {
  font-size: 0.34666667rem;
  color: #b5b5b5;
  text-align: end;
  padding: 0 0.13333333rem;
  display: flex;
  justify-content: space-between;
}
.login-page .tip {
  text-align: center;
  font-size: 0.32rem;
  position: fixed;
  bottom: 1.06666667rem;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'PingFang SC Medium';
  color: #888888;
}
.login-page .tip:before,
.login-page .tip:after {
  content: '-';
  margin: 0 0.13333333rem;
}
/*# sourceMappingURL=default_style.css.map */