/**
.container {
  @include horizontal-center;
}
**/
.usrBox {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.53333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.appName {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.appName .title {
  font-size: 0.56rem;
  color: #27313e; }

.appName .subtitle {
  font-size: 0.4rem;
  color: #b4bac3; }

.usr_avatar {
  margin-right: 0.3rem; }

.usr_avatar > img {
  width: 0.8rem;
  border-radius: 50%;
  height: 0.8rem; }

.tips {
  width: 0.8rem;
  position: relative; }

.newTips:after {
  position: absolute;
  content: " ";
  border-radius: 50%;
  width: 0.16rem;
  height: 0.16rem;
  background: #f22f4a;
  top: 10%;
  right: 16%; }

.balance, .entrance, .more_entrance {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  font-size: 0; }

.balance_inner {
  background: url("../../v4/images/asotask/aso-bg.png?v1");
  background-size: 100% 100%;
  position: relative;
  padding-left: 0.66667rem;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-right: 0.26667rem;
  margin-left: 0.26667rem;
  border-radius: 0.26667rem;
  margin-top: 0.53333rem;
  padding-top: 0.64rem;
  padding-bottom: 0.64rem; }

.balance_title {
  color: #6e7681;
  font-size: 0.4rem; }

.balance_num {
  color: #27313e;
  font-size: 0.66667rem;
  font-weight: 500;
  margin-top: 0.26667rem; }

.income_num {
  margin-top: 0.44rem; }

.income_num span {
  display: inline-block;
  vertical-align: bottom;
  color: #999;
  font-size: 0.34667rem; }

.income_gap {
  margin-left: 0.85333rem; }

.balance_entrance {
  width: 2.13333rem;
  position: absolute;
  top: 1.2rem;
  right: 0.61333rem; }

.entrance_title {
  position: relative;
  margin-top: 0.66667rem;
  margin-bottom: 0.26667rem;
  margin-left: 0.26667rem; }

.entrance_title > span {
  font-size: 0.53333rem;
  font-family: PingFangSC-Regular;
  color: #333333;
  position: relative;
  z-index: 2; }

.entrance_title:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.98667rem;
  height: 0.32rem;
  background: #c6f6ff;
  bottom: 0;
  left: 0;
  z-index: 1; }

.entrance_title > b {
  font-weight: normal;
  font-size: 0.32rem;
  color: #999999;
  margin-left: 0.21333rem; }

.task_entr {
  width: 4.66667rem;
  height: 4.8rem;
  background: url("../../v4/images/asotask/sw_cardv1.png");
  background-size: 100% 100%;
  position: relative; }

.left_entr, .right_entr {
  display: inline-block;
  color: #fff;
  vertical-align: top; }

.task_title {
  font-size: 0.48rem;
  padding-left: 0.53333rem;
  padding-right: 0.53333rem;
  margin-top: 0.66667rem;
  color: #fff; }

.task_current {
  font-size: 0.32rem;
  float: right;
  margin-top: 0.06667rem; }

.task_btn {
  margin: 0 auto;
  width: 3.73333rem;
  margin-top: 0.66667rem; }

.task_txt {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  text-align: center; }

.task_txt .timer {
  display: inline-block;
  width: 0.32rem;
  vertical-align: middle;
  position: relative;
  top: -0.01333rem; }

.task_title_right {
  font-size: 0.48rem;
  margin-top: 0.26667rem; }

.task_txt_left {
  font-size: 0.32rem;
  margin-top: 0.26667rem; }

.entrance_bottom, .entrance_bottom_lock {
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
  background: #fff;
  border-radius: 0.26667rem;
  margin-right: 0.26667rem;
  margin-left: 0.26667rem;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.entrance_bottom_lock {
  position: relative; }

.lockpop {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.26667rem;
  background: rgba(0, 0, 0, 0.7);
  top: 0; }

.lockpop img {
  position: absolute;
  width: 0.88rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.entrance_banner {
  height: 2.21333rem;
  font-size: 0.32rem;
  border-bottom: 1px solid #f2f2f2;
  color: #6e7681; }

.banner_title {
  color: #27313e;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.48rem; }

.banner_current {
  display: inline-block;
  vertical-align: middle; }

.banner_tx {
  padding-top: 0.29333rem; }

.banner_pic {
  width: 2.8rem; }

.next_task_time {
  padding: 0 0.5rem; }

.moreIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.50667rem; }

.moreLi {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.32rem;
  color: #3e444d;
  text-align: center; }

.moreIconPic {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto; }

.iconTx {
  margin-top: 0.29333rem; }

.activity_banner {
  width: 91.8%;
  margin: 0 auto; }

.swiper-container {
  height: 3.46667rem; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0rem; }

.swiper-pagination-bullet {
  width: 0.37333rem;
  height: 0.05333rem;
  background: #e5e5e5;
  border-radius: unset; }

.swiper-pagination-bullet-active {
  background: #10a8f0; }

.footer {
  margin-top: 1.54667rem;
  text-align: center;
  line-height: 1.8; }

.workTime {
  color: #b4bac3;
  font-size: 0.32rem;
  margin-top: 0.66667rem; }

.netTx {
  color: #b4bac3;
  font-size: 0.32rem;
  margin-top: 0.93333rem;
  margin-bottom: 1.33333rem; }

.serverBox {
  width: 3.33333rem;
  margin: 0 auto; }

.lockIcon {
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.moreIcon_lock {
  margin: 0 auto; }

.guideBox_tx_out {
  width: 6.53333rem;
  height: 4.56rem;
  position: absolute;
  bottom: 1.73333rem;
  right: 0.85333rem; }

.guideBox_tx {
  width: 6.53333rem; }

.button_yd {
  width: 2.72rem;
  position: absolute;
  top: 2.05333rem;
  right: 0; }

.guide-arrow {
  width: 2.02667rem;
  position: absolute;
  right: 1.66667rem;
  bottom: 0; }

#bindphone .pop_title {
  margin-bottom: 0; }

#bindphone .pop_title p {
  font-size: .4rem;
  line-height: 1.8;
  font-weight: normal; }

#bindphone .remain_task_li {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#bindphone .task_logo {
  border-radius: .2666666667rem;
  overflow: hidden;
  -webkit-box-flex: 0 0 1.466rem;
  -webkit-flex: 0 0 1.466rem;
  -ms-flex: 0 0 1.466rem;
  flex: 0 0 1.466rem;
  box-shadow: 0 2px 4px 0 rgba(187, 187, 187, 0.4); }

#bindphone .task_desc_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: .32rem;
  color: #888888;
  padding-left: .2666666667rem; }

#bindphone .task_desc_box .task_name {
  color: #27313e;
  font-size: .4rem; }

#bindphone .task_price {
  -webkit-box-flex: 0 0 2.4rem;
  -webkit-flex: 0 0 2.4rem;
  -ms-flex: 0 0 2.4rem;
  flex: 0 0 2.4rem;
  text-align: right;
  font-weight: 300;
  color: #ff2f2f;
  font-size: .8rem; }

#bindphone .task_price .litter_tx {
  font-size: .4rem; }

#noticePop .pop_title, #noticePop .pop_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

#noticePop .pop_content {
  -webkit-line-clamp: 10; }

#noticePop .popup_inner {
  top: 50%; }

body {
  background: #fff; }

.invite_entr, .entrance_game {
  padding-top: 0.33333rem;
  padding-left: 0.53333rem;
  padding-right: 0.53333rem;
  width: 4.8rem;
  height: 2.4rem;
  position: relative;
  background: url("../../v4/images/asotask/ge_card.png") no-repeat;
  background-size: 100% 100%; }

.entrance_game {
  background-image: url("../../v4/images/asotask/yx_cardv2.png"); }

.invite_entr {
  background-image: url("../../v4/images/asotask/st_card.png"); }

.invite_entr_lock, .entrance_game_lock {
  width: 4.8rem;
  height: 2.4rem;
  background: url("../../v4/images/asotask/lock_banner1v2.png") no-repeat;
  background-size: 100% 100%;
  position: relative; }

.entrance_game_lock {
  background-image: url("../../v4/images/asotask/lock_banner7v3.png"); }

.grate {
  position: fixed;
  right: 3%;
  top: 31%;
  width: 15%;
  z-index: 8; }

.noscroll {
  z-index: 10; }

.grateBox {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.grateClose {
  display: inline-block;
  padding: 0.4rem;
  margin-left: 0.613333rem; }

.grateClose > img {
  width: 0.413333rem; }

.gratebox {
  position: relative; }

.gratebox .time {
  position: absolute;
  left: 0;
  top: 0.53rem;
  width: 100%;
  text-align: center;
  font-size: 0.32rem;
  color: #461403; }

.gratebox_txt {
  position: absolute;
  left: 0;
  bottom: 2.053333rem;
  text-align: left;
  padding: 0 1.866667rem;
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold;
  color: #fff;
  line-height: 1.7; }

.gratebox_txt > span {
  font-size: 0.533333rem; }

.gratebot_txt {
  text-align: center;
  color: #fed14a;
  font-size: 0.346667rem; }

.grateBtn {
  width: 6.346667rem;
  margin: -0.666667rem auto 0;
  height: 1.88rem;
  background: url("../../v4/images/visit/grateBtn.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #814204;
  font-size: 0.48rem;
  font-family: PingFangSC-Medium;
  line-height: 1.333333rem; }

/**/
#newinvite_pop .pop_title {
  font-size: 0.453333rem;
  color: #27313E;
  font-family: PingFangSC-Medium;
  font-weight: normal; }

#newinvite_pop .pop_content {
  font-size: 0.373333rem;
  color: #27313E;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center; }

#newinvite_pop .popup_inner {
  padding-bottom: 0.906667rem; }

#newinvite_pop .redTxt {
  color: #FF0E0E;
  font-family: DINAlternate;
  font-weight: bold; }

#newinvite_pop .btn_s_box1 .btn_item {
  width: 3.253333rem;
  height: 1.04rem; }

#newinvite_pop #btn_bot_lf {
  color: #9233DC;
  border: 1px solid #9F3FFE;
  border-radius: 0.306667rem; }

#newinvite_pop #btn_bot_rt {
  border-radius: 0.306667rem;
  background: linear-gradient(226deg, #be65f9 0%, #9b39ff 100%);
  color: #fff; }

.levelIcon {
  position: absolute;
  right: 22%;
  top: 21%;
  width: 14%; }

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