html,
body {
  font-family: PingFang SC;
  font-weight: 400;
}

body {
  visibility: hidden;
  max-width: 750px;
  margin: 0 auto;
  top: 0px!important;
}

.navbar {
  max-width: 750px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: .8rem;
  background: #fff;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 30;
}

.navbar span {
  text-align: center;
  font-size: .36rem;
  font-weight: 400;
  color: #222222;
}

.navbar span:nth-child(1) {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: .26rem;
}

.navbar span:nth-child(1) i {
  width: .4rem;
  height: .4rem;
  background: url(../img/arrow2.png) no-repeat center center;
  background-size: contain;
}

.navbar span:nth-child(2) {
  width: 50%;
}

.navbar span:nth-child(3) {
  width: 25%;
  font-size: .24rem;
  font-weight: 400;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: .26rem;
  position: relative;
}

.navbar span:nth-child(3).active i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navbar span:nth-child(3) i {
  width: .26rem;
  height: .26rem;
  background: url(../img/arrow1.png) no-repeat center center;
  background-size: contain;
  margin-left: .2rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.navbar span:nth-child(3)>div {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: .26rem;
  width: 2.40rem;
  height: 1.36rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.16);
  border-radius: .15rem;
}

.navbar span:nth-child(3)>div b {
  height: .66rem;
  text-align: center;
  display: block;
  line-height: .66rem;
  font-size: .26rem;
  font-weight: 500;
  color: #999999;
}

.navbar span:nth-child(3)>div b:nth-child(1) {
  position: relative;
}

.navbar span:nth-child(3)>div b:nth-child(1)::before {
  content: '';
  position: absolute;
  top: -.17rem;
  right: .24rem;
  width: 0;
  height: 0;
  border-bottom: .18rem solid #fff;
  border-left: .26rem solid transparent;
}

.navbar span:nth-child(3)>div b:nth-child(2) {
  border-top: 1px solid #EEEEF0;
}

.navbar span:nth-child(3)>div b.active {
  color: #2FCC58;
}

.wrap {
  padding-top: 1.1rem;
}

.tab-bar {
  max-width: 750px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 58px;
    z-index: 30;
    background:#bf9944!important;
    padding: 5px 0px;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* box-shadow: -4px -5px 14px #ddd; */
    border-radius: 10px;
}

.tab-bar>div {
  width: 25%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.tab-bar>div:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.tab-bar>div i {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
  margin-top: 0.12rem;
  border-radius: 0%;
}

.tab-bar>div p {
  text-align: center;
  margin-top: 0.05rem;
  font-size: .25rem;
  /* font-weight: 500; */
  color: #000;
}

.tab-bar>div:nth-child(1) i {
  background: url(../img/dashboard.png) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(1);
}

.tab-bar>div:nth-child(1).active p {
  color: #000;
}

.tab-bar>div:nth-child(1).active i {
  background: url(../img/dashboard.png) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(1);
}

.tab-bar>div:nth-child(2) i {
  background: url(https://cdn-icons-png.flaticon.com/512/681/681136.png ) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(0);
}

.tab-bar>div:nth-child(2).active i {
  background: url(https://cdn-icons-png.flaticon.com/512/681/681136.png ) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(1);
}


.tab-bar>div:nth-child(3) i {
  background: url(../img/leadership.png) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(1);
}

.tab-bar>div:nth-child(2).active p {
  color: #757575;
}


.tab-bar>div:nth-child(3).active i {
  background: url(../img/leadership.png) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(1);

}

.tab-bar>div:nth-child(3).active p {
  color: #fff;
}

/*.tab-bar > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-0.53rem);
          transform: translateY(-0.53rem);
  -webkit-transition: none;
  transition: none;
}

.tab-bar > div:nth-child(3) i {
 margin-top: 49px;
    width: 48px;
    height: 46px;
  border-radius: 100%;
  background: #FFFFFF;
  background: #062d5d url(../img/msg.png) no-repeat center center;
  background-size: 100% 100%;
}

.tab-bar > div:nth-child(3):active {
  -webkit-transition: .3s;
  transition: .3s;
}

.tab-bar > div:nth-child(3):active {
  -webkit-transform: translateY(-0.53rem) scale(0.8);
          transform: translateY(-0.53rem) scale(0.8);
}*/

.tab-bar>div:nth-child(4) i {
  background: url(../img/share-icon.png) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(1);
}

.tab-bar>div:nth-child(4).active p {
  color: #fff;
}

.tab-bar>div:nth-child(4).active i {
  background: url(../img/share-icon.png) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(1);
}

.tab-bar>div:nth-child(5) i {
  background: url(../img/check.png) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(1);
}

.tab-bar>div:nth-child(5).active p {
  color: #FF5203;
}

.tab-bar>div:nth-child(5).active i {
  background:url(../img/check.png) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(0);
}

#mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  background: rgba(0, 0, 0, 0.4);
}

#mask .mask-body {
  background: #eee;
  -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.16);
  border-radius: 0rem;
  width: 70%;
  height: 4.96rem;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#mask .mask-body h3 {
  font-size: .32rem;
  font-weight: 500;
  color: #000000;
  height: 1.60rem;
  text-align: center;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: .46rem;
  background: url(../img/mai.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  color: #FFFFFF;
}

#mask .mask-body h3 b {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.00rem;
  height: .70rem;
  background: #1f4a7f;
  border-radius: 0px 0px .20rem .20rem;
  color: #FFFFFF;
  line-height: .70rem;
}

#mask .mask-body h3 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .30rem;
  padding-top: 1rem;
}

#mask .mask-body p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .43rem;
  font-size: .28rem;
  font-weight: 400;
  padding-left: .56rem;
}

#mask .mask-body p span {
  width: 3.4rem;
  color: #000;
  text-align: right;
}

#mask .mask-body p b {
  font-weight: 500;
  color: #1f4a7f;
}

#mask .mask-body>div {
  width: 5.70rem;
  height: .80rem;
  /* background: #eee; */
  border-radius: .40rem;
  text-align: center;
  line-height: .8rem;
  font-size: .32rem;
  font-weight: 400;
  color: #000;
  margin: 0 auto;
}

#mask .imgbox {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4.72rem;
}

#mask .imgbox img {
  max-width: 100%;
  display: block;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#mask.active .imgbox img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loading.active {
  opacity: 1;
  pointer-events: auto;
}

.loading p {
  font-size: .29rem;
  color: #fff;
  margin-top: .2rem;
}

.loading .loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: .16rem solid #000;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.nodata {
  padding-top: .92rem;
}

.nodata img {
  width: 3.46rem;
  display: block;
  margin: 0 auto;
}

.nodata p {
  font-size: .28rem;
  font-weight: bold;
  color: #337bd3;
  text-align: center;
  margin-top: .6rem;
}

.nodata2 {
  padding-top: 1.18rem;
}

.nodata2 img {
  width: 6.31rem;
}

.nodata2 p {
  margin-top: .40rem;
}

.nodata2 .btn {
  width: 6.90rem;
  height: .88rem;
  background: #337bd3;
  border-radius: .44rem;
  text-align: center;
  line-height: .88rem;
  font-size: .36rem;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 1rem;
}

.nodata3 {
  padding-top: 2.3rem;
}

.nodata3 img {
  width: 3.88rem;
}

.nodata4 img {
  width: 3.80rem;
}

.msgbox {
  width: auto;
  height: 41px;
  background: rgb(0 0 0);
  border-radius: 0.3rem;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  padding: 0px 13px;
  z-index: 9999999 !important;
}

.msgbox img {
  width: 0.58rem;
  height: 10px;
  display: block;
  margin: 0.2rem auto 0.2rem auto;
  display: none;
}

.msgbox p {
  font-size: .28rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.mask-tips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.mask-tips.active {
  opacity: 1;
  pointer-events: auto;
}

.mask-tips.active>div {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mask-tips>div {
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: -1.5rem;
}

.mask-tips>div img {
  width: 6.68rem;
}

.mask-tips>div .btn {
  width: 4.53rem;
  height: .85rem;
  background: #062d5d;
  -webkit-box-shadow: 0px 0px 0.12rem 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 0.12rem 0px rgba(0, 0, 0, 0.12);
  border-radius: .20rem;
  text-align: center;
  line-height: .85rem;
  font-size: .32rem;
  font-weight: 500;
  position: absolute;
  color: #fff;
  bottom: 1rem;
  left: 49%;
  -webkit-transform: translateX(-47.5%);
  transform: translateX(-47.5%);
}

.mask-tips>div .text {
  position: absolute;
  left: 50%;
  top: 4.98rem;
  -webkit-transform: translateX(-47.5%);
  transform: translateX(-47.5%);
}

.mask-tips>div .text p {
  text-align: center;
  font-size: .24rem;
  line-height: .39rem;
  color: #ffa400;
  font-weight: 400;
}

.mask-tips>div .close {
  position: absolute;
  left: 50%;
  bottom: -1.3rem;
  width: .8rem;
  height: .8rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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