/* 蒙版（弹窗底层） */
.mask,
.maskAuth,.maskWx {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 3;
  display: none;
  opacity: 0;
}
.maskWx{
  z-index: 2;
  opacity: 0.6;
  display: block;
  background-color: transparent;
}
.maskAuth {
  z-index: 7;
}
.btm_popUp .lianxi {
    background: url(/resource/images/mine_icon_2727.png) no-repeat center center;
    background-size: 0.2rem 0.24rem;
        display: block;
    width: 0.28rem;
    height: 0.26rem;
    margin: 0 auto;
}

.pullup-title {
    position: relative;
    text-align: center;

    color: #fff;
    font-weight: 600;
    padding: 0.15rem 0.2rem;
    line-height: 1.428571428571429;
    border-radius: 4px 4px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #0072e8;
    font-family: monospace;
}
/* 蒙版（弹窗高层） */
.maskTop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  display: none;
  z-index: 5;
}
.pullup {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.1rem;
    z-index: 1000;
    transition: transform .3s, opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
/* 公告弹窗 */
.home_popUp,
.index_popUp {
  width: 2.9rem;
  height: 2.5rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 4;
  background: linear-gradient(180deg, #BBDBFF 0%, #FFFFFF 100%);
  border-radius: 0.12rem;
  display: none;
}

.home_popUp h3,
.index_popUp h3 {
  font-size: 0.18rem;
  line-height: 0.65rem;
  text-align: center;
  font-weight: 700;
  max-width: 2.43rem;
  margin: 0 auto;
}

.index_popUp div {
  width: 2.43rem;
  height: 1.4rem;
  margin: 0 auto;
  overflow: auto;
  font-size: 0.14rem;
  color: #273341;
  line-height: 0.2rem;
  margin-top: 0.11rem;
}

.home_popUp .popUp_icon,
.index_popUp .popUp_icon {
  width: 0.4rem;
  height: 0.48rem;
  background: url('/resource/images/home_proclamation_033.png')no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0.25rem;
  top: 0.16rem;
  z-index: -1;
}

.authent_popUp {
  padding: 0.14rem 0.16rem;
  box-sizing: border-box;
  color: #273341;
}

.authent_popUp h4 {
  font-size: 0.16rem;
  line-height: 0.22rem;
  font-weight: 700;
}

.authent_popUp h5 {
  font-size: 0.12rem;
  line-height: 0.17rem;
}

.authent_popUp .popUp_icon {
  width: 0.4rem;
  height: 0.48rem;
  background: url('/resource/images/authent_031.png')no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0.25rem;
  top: 0.16rem;
  z-index: -1;
}

.home_popUp p:nth-of-type(1) {
  width: 2.43rem;
  height: 1.4rem;
  margin: 0 auto;
  margin-top: 0.11rem;
  overflow: auto;
  font-size: 0.14rem;
  color: #273341;
  overflow: auto;
}

.authent_popUp p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center
}

.auth_text {
  font-size: 0.12rem;
  text-align: center;
  line-height: 0.17rem;
  color: #273341;
}

.authent_popUp .popUp_text {
  font-size: 0.12rem;
  display: block;
  margin: 0;
  text-align: center;
  height: 0.17rem;
  line-height: 0.17rem;
}

.popUp_detele {
  width: 0.42rem;
  height: 0.42rem;
  background: url('/resource/images/delete.png') rgba(151, 142, 142, 0.8)no-repeat center center;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 底部客服弹窗 */
.btm_popUp {
position: fixed;
    left: 1.6%;
    height: 1.8rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
    z-index: 4;
    width: 96%;
    bottom: 9%!important;
        border: 1px solid #007fde;
    box-shadow: 1px 2px 10px #b2deff;
}

.btm_popUp ul {
  
}

.btm_popUp li {
  font-size: 0.16rem;
  line-height: 0.62rem;
  border-bottom: 0.01rem solid #EEE;
  text-align: center;
  padding: 0 0.36rem;
}

.btm_popUp li:nth-last-of-type(1) {
  border: none;
}

.btm_popUp .cancel_btn {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.64rem;
    margin: auto;
    color: #007dfe;
    border-radius: 0.1rem;
    border: 1px solid #007fde;
    padding: 16px 0;
    box-shadow: 1px 2px 10px #b2deff;
    font-size: 0.16rem;
}

/* 时间选择器 */
.xs-date {
  color: #606266;
  border: 0.01rem solid #e4e7ed;
  box-shadow: 0 0.02rem 0.12rem 0 rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 0.12rem;
  line-height: 0.3rem;
  margin: 1rem auto;
  width: 3rem;
  height: 3.3rem;
  max-height: 56vh;
  max-width: 70vh;
  padding: 0.1rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: -15rem;
  margin: auto;
  display: none;
  z-index: 6;

}

.xs-date-title {
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #606266;
  font-size: 0.14rem;
}

.date-prev {
  width: 15%;
  font-family: cursive;
}

.date-year-prev {
  width: 15%;
  font-family: cursive;
}

.date-time {
  width: 40%;
}

.date-next {
  width: 15%;
  font-family: cursive;
}

.date-year-next {
  width: 15%;
  font-family: cursive;
}

.xs-date-week {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.04rem;
  padding-bottom: 0.04rem;
  border-bottom: 0.01rem solid #e4e7ed;
}

.xs-date-week div {
  list-style: none;
  width: calc(100%/7);
  text-align: center;
  color: #606266;
  font-size: 0.12rem;
}

.xs-date-day {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.15rem;
  max-height: 32vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.xs-date-day div {
  width: calc(100%/7);
  height: 0.4rem;
  text-align: center;
  color: #606266;
  font-size: 0.12rem;
  cursor: pointer;
  line-height: 0.4rem;
}

.date-prev:hover,
.date-next:hover,
.date-time:hover,
.xs-date-day div:hover {
  color: #409eff;
}

.xs-date-day .active {
  color: #fff !important;
  background: #2186F6;
}

.xs-date-day .Disable {
  color: #c0c4cc !important;
}

/* 显示提示弹窗样式 */
.prompt_alert {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.05rem;
  line-height: 0.34rem;
  width: 1.2rem;
  height: 0.34rem;
  text-align: center;
  color: #fff;
  display: none;
}

/* 筛选弹窗（含重置和确定按钮） */
.cenuse_popUp {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  border-radius: 0.12rem 0.12rem 0 0;
  display: none;
  max-height: 92vh;
}

.cep_layout {
  padding: 0 0.14rem;
  margin-top: 0.06rem;
}

.cenuse_popUp h3 {
  line-height: 0.5rem;
  font-weight: 700;
  font-size: 0.16rem;
}

.cenuse_popUp .cep_active {
  color: #F08048;
  border: 0.01rem solid #F08048;
  border-radius: 0.13rem;
  background: #FEF2EC;
  line-height: 0.26rem;
  box-sizing: content-box;
  font-weight: 700;
}

.cenuse_popUp ul li {
  display: block;
  margin-right: 0.13rem;
  margin-bottom: 0.13rem;
  height: 0.28rem;
  float: left;
}

.order_popUp {
  min-height: 50vh;
}

/* .spread_list{
  max-height: 18vh;
  overflow-x: hidden;
  overflow-y: auto;
} */
.cenuse_popUp ul li span {
  display: block;
  line-height: 0.26rem;
  border: 0.01rem solid #EBF4FE;
  border-radius: 0.13rem;
  background: #EBF4FE;
  color: #2186F6;
  font-size: 0.12rem;
  text-align: center;
  padding: 0 0.14rem;
  letter-spacing: 0.01rem;
}

.cenuse_popUp ul li div {
  display: flex;
  align-items: center;
}

.cenuse_popUp ul li .cep_line {
  display: inline-block;
  width: 0.12rem;
  height: 0.02rem;
  background: #2186F6;
  margin: 0 0.1rem;
}

.cenuse_popUp .cep_btn {
  position: absolute;
  left: 0;
  bottom: 0.04rem;
  font-weight: 700;
  font-size: 0.18rem;
  padding: 0 0.14rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.cep_btn button:nth-of-type(1) {
  width: 1.31rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 0.02rem solid #2186F6;
  color: #2186F6;
  letter-spacing: 0.04rem;
}

.cep_btn button:nth-of-type(2) {
  width: 2.04rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #5BDAFF 0%, #2186F6 100%);
  border-radius: 0.25rem;
  margin-left: 0.12rem;
  color: #fff;
  letter-spacing: 0.04rem;
}

/* 中间弹窗，弹出自定义面值输入界面 */
.input_popUp {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 2.95rem;
  height: 1.55rem;
  border-radius: 0.12rem;
  background: #fff;
  display: none;
  z-index: 6;
}

.input_val {
  width: 100%;
}

.input_val h3 {
  line-height: 0.5rem;
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
}

.input_val input {
  display: block;
  width: calc(100% - 0.28rem);
  margin: 0 auto;
  box-sizing: border-box;
  background: #F5F5F5;
  line-height: 0.31rem;
  border-radius: 0.16rem;
  padding-left: 0.14rem;
  font-size: 0.14rem;
}

.input_val p {
  font-size: 0.12rem;
  color: #F08048;
  text-indent: 0.2rem;
  line-height: 0.17rem;
  margin-top: 0.04rem;
  display: none;
}

.popUp_btn {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 0.01rem solid #F3F3F3;
  position: absolute;
  left: 0;
  bottom: 0;
}

.popUp_btn span {
  line-height: 0.46rem;
  text-align: center;
  flex: 1;
  font-size: 0.16rem;
}

.popUp_btn span:nth-of-type(2) {
  border-left: 0.01rem solid #F3F3F3;
  color: #2186F6;
}

.popUb_cancel,
.popUb_recancel,
.popUb_rlcancel {
  color: #999;
}

.popUb_sure a {
  color: #2186F6;
}

/* 额度用完重新签署 */
.out_ofQuota {
  width: 100%;
  padding-top: 0.36rem;
  display: block;
}

.out_ofQuota p {
  line-height: 0.22rem;
  text-align: center;
  font-size: 0.16rem;
  color: #273341;
}

.sure_aready p:nth-of-type(1) {
  font-weight: 700;
  margin-bottom: 0.08rem;
}

/* 额度用完联系客服 */
.customer_service {
  display: none;
}

/* 保证合法权益，签署协议 */
.commitment_popUp {
  height: 2.26rem;
}

.commitment_popUp h4,
.commitment_popUp h5,
.commitment_popUp h6 {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #2186F6;
  font-weight: 700;
}

.commitment_popUp .commitment_text {
  font-size: 0.12rem;
  line-height: 0.2rem;
  margin-top: 0.22rem;

}

/* 卡密示例弹出窗 */
.pass_example {
  margin: 0 0.14rem;
  box-sizing: border-box;
  font-size: 0.14rem;
}

.pass_example p:nth-of-type(1) {
  color: #f97373;
  margin-top: 0.2rem;
}

.pass_example p:nth-of-type(2) {
  color: #666;
  font-size: 0.12rem;
  margin-top: 0.2rem;
}

/* 页面底部出发的弹窗 */
.bottom_detele {
  background: none;
  right: 0.2rem;
  top: 0.12rem;
  font-size: 0.2rem;
}

/* 底部弹窗按钮 */
.sure_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* line-height: 0.8rem; */
  height: 0.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_popUp {
  display: block;
  width: 1.44rem;
  height: 1.44rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  margin-bottom: 0.08rem;
}

#index_kfpopUp,
#index_dhpopUp,
#recovery_bothpopUp,
#recovery_compopUp,
#cenuse_bothpopUp,
#detail_popUp,
#with_popUp,
#realname_popUp,
#signature_popUp,
#recovery_surepopUp,#index_ggpopUp,#index_ewmpopUp,#recovery_inputpopUp,#with_wxpopUp,#primary_popUp,#enter_popUp,#recovery_cardpopUp,#recovery_passpopUp,#share_textpopUp,#old_popUp,#withMange_popUp {
  bottom: -15rem;
}
/* #index_ggpopUp,#index_ewmpopUp,#recovery_inputpopUp,#with_wxpopUp,#primary_popUp,#enter_popUp,#recovery_cardpopUp,#recovery_passpopUp,#share_textpopUp{
  bottom: 0rem;
} */

.error_popUp {
  padding-top: 0.14rem;
  overflow: hidden;
  min-height: 1.55rem;
}

.error_popUp ul li {
  font-size: 0.14rem;
}

#recovery_compopUp h4,
#recovery_compopUp h5,
#recovery_compopUp h6,
#signature_popUp h4,
#signature_popUp h5,
#signature_popUp h6 {
  line-height: 0.2rem;
  color: #2186F6;
  font-size: 0.14rem;
}

#recovery_compopUp .commitment_text,
#signature_popUp .commitment_text {
  font-size: 0.12rem;
  color: #273341;
  line-height: 0.17rem;
  height: 0.6rem;
  overflow: auto;
  margin-top: 0.22rem;
}

#recovery_compopUp {
  padding: 0.14rem 0.22rem 0;
  height: 2.26rem;
}

.input_repop .error_popUp p {
  font-size: 0.16rem;
  color: #F08048;
  line-height: 0.2rem;
}

.input_repop .error_popUp ul {
  margin-top: 0.1rem;
  text-indent: 0.14rem;
  height: 0.6rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

#index_ewmpopUp {
  height: 2.7rem;
}

.share_list {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  height: 1.4rem;
  bottom: 0rem;
  background: #fff;
  border-radius: 0.14rem 0.14rem 0 0;
  z-index: 1;
  font-size: 0.14rem;
  max-width: 3.765rem;
  margin: auto;
}

.poster_invite {
  width: 80%;
  margin: 0 auto;
  line-height: 0.3rem;
  font-size: 0.14rem;
  background: #e76251;
  border-radius: 0.04rem;
  text-align: center;
  color: #fff;
  margin-top: 0.14rem;
  border: 0.01rem solid #e34733;
  font-weight: 700;
}

.poster_outside {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.2rem;
}

.poster_outside img {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  margin: 0 auto;
}

.poster_outside p {
  line-height: 0.34rem;
}

.poster_inner {
  display: none;
}

.poster_inner h6 {
  line-height: 0.46rem;
  font-size: 0.16rem;
  /* margin-top: 0.2rm; */
  margin-bottom: 0.1rem;
  text-align: center;
}

.poster_inner .share_classimg {
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  margin: 0 auto;
  border-radius: 0.08rem;
  padding: 0.02rem;
  border: 0.01rem solid #f6f6f6;
}

.poster_inner div p {
  text-align: center;
  line-height: 0.24rem;
}

.poster_inner .share_classify {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0.14rem;
}

.share_classify a {
  position: relative;
}

.sharewxlayout,
.sharepyqlayout {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.01rem solid #ddd;
  display: none;
  background: #fff;
}

.sharewxlayout .title,
.sharepyqlayout .title {
  line-height: 0.28rem;
  font-size: 0.14rem;
  text-align: center;
  background: #eee;
  margin-bottom: 0.04rem;
}

.sharewxlayout img,
.sharepyqlayout img {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}

.poster_inner .inner_cancel {
  text-align: center;
  color: #e34733;
  padding-top: 0.14rem;
  border-top: 0.01rem solid #f6f6f6;
}

.select_time {
  min-height: 70vh;
}

.authent_popUp img {
  width: 1.14rem;
  height: 1.14rem;
}

#auth_rwm {
  width: 1.14rem;
  height: 1.14rem;
  margin: 0.2rem auto 0.12rem;
}

#signature_popUp,
#realname_popUp,
#recovery_surepopUp {
  z-index: 9;
}

.center_popUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  animation-name: layui-m-anim-scale;
  -webkit-animation-name: layui-m-anim-scale;
}
.primary_adready{
  display: none;
}
@keyframes layui-m-anim-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.center_popUpHide {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  animation-name: layui-m-anim-scale-hide;
  -webkit-animation-name: layui-m-anim-scale-hide;
}

@keyframes layui-m-anim-scale-hide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
}
.with_remind{
  width: 2.7rem;
  max-height: 2rem;
  position: fixed;
  top: 0;
  bottom: -15rem;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 0.14rem;
  background: #fff;
  border-radius: 0.12rem;
  z-index: 8;
  padding: 0.12rem;
  display: none;
}
.with_remind h3{
  font-size: 0.16rem;
  text-align: center;
  font-weight: 700;
}
.with_remind ul{
  padding: 0 0.04rem;
    margin-top: 0.08rem;
}
.wx_popUp{
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
    outline: 0;
    text-align: center;
    -ms-transform: scale(1.185);
    -webkit-transform: scale(1.185);
    transform: scale(1.185);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    transition: all .3s ease-in-out 0s;
    pointer-events: none;
    /* display: none; */
}
.wx_popUp img:nth-of-type(1){
  right: 0;
    width: 2.9rem;
    position: absolute;
    top: 0;
}
.wx_popUp img:nth-of-type(2){
  position: absolute;
  right: 0.4rem;
  top: 3.6rem;
  width: 2rem;
}
.wx_popUp_show{
  opacity: 1;
  transition-duration: .3s;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: auto;
  background: rgba(0,0,0,.6);
}
.share_sewm{
  position: absolute;
  left: 0.8rem;
  bottom: 1.56rem;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 6;
}
.share_sewm img{
  width: 100%;
  height: 100%;
}
.swiper-wrapper .swiper-slide .loading_style{
  opacity: 0;
}
.swiper-wrapper .swiper-slide .loading_style {
  opacity: 1;
  width: 90%;
    height: 8%;
}
.time_prompt{
  font-size: 0.12rem;
  color: #e34733;
}
.indexkf_btn li {
  padding: 0;
}