.hambur_nav_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  max-width: 480px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 9999999;
  touch-action: none;
}
.hambur_nav_pop .hambur_nav-ul {
  display: none;
  position: absolute;
  top: 50px;
  right: 12px;
  width: 127px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.hambur_nav_pop .hambur_nav-ul::after {
  content: '';
  position: absolute;
  top: -6px;
  right: 7px;
  height: 0;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.hambur_nav_pop .hambur_nav-ul li {
  padding: 0 8px;
}
.hambur_nav_pop .hambur_nav-ul li a {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #F5F6F7;
  display: flex;
  align-items: center;
  padding-left: 9px;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 18px;
}
.hambur_nav_pop .hambur_nav-ul li a i {
  font-size: 20px;
  margin-right: 8px;
}
.hambur_nav_pop .hambur_nav-ul li:last-child a {
  border: 0;
}
.layer-mask {
  width: 100%;
  height: 100%;
  max-width: 480px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.layer-box {
  width: 311px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layer-box .layer-title {
  font-size: 21px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  text-align: center;
  line-height: 29px;
}
.layer-box .layer-tip {
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  text-align: center;
  line-height: 21px;
  margin: 12px 0 24px;
}
.layer-box .layer-form-item {
  width: 100%;
  margin-bottom: 12px;
  height: 48px;
  background: #F5F6F7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
  padding: 0 16px;
}
.layer-box .layer-form-item input {
  flex: 1;
  background-color: unset;
}
.layer-box .layer-form-item input::-webkit-input-placeholder {
  color: #ABABAB;
}
.layer-box .layer-form-item span {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF4C52;
  line-height: 20px;
  white-space:nowrap;
}
.layer-box .layer-form-item span.disable {
  color: #ABABAB;
}
.layer-box .submit-layer-form {
  display: block;
  width: 100%;
  height: 48px;
  background: #FF4C52;
  border-radius: 4px;
  margin-top: 16px;
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 46px;
}
.layer-box .close-btn {
  display: block;
  margin: 12px auto 0;
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 21px;
}
@keyframes layer-fade-in {
  0% {
    -webkit-transform: translate3d(-50%, -60%, 0);
    -moz-transform: translate3d(-50%, -60%, 0);
    transform: translate3d(-50%, -60%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
  }
}
@keyframes layer-fade-out {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-50%, -60%, 0);
    -moz-transform: translate3d(-50%, -60%, 0);
    transform: translate3d(-50%, -60%, 0);
    opacity: 0;
  }
}
.jyb-form-fadeIn {
  -webkit-animation: layer-fade-in 0.3s;
  -moz-animation: layer-fade-in 0.3s;
  animation: layer-fade-in 0.3s;
}
.jyb-form-fadeOut {
  -webkit-animation: layer-fade-out 0.3s;
  -moz-animation: layer-fade-out 0.3s;
  animation: layer-fade-out 0.3s;
}
.m-big-img-pop {
  width: 100%;
  max-width: 480px;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}
.m-big-img-pop .m-big-img-pop-top {
  height: 44px;
  padding-left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-big-img-pop .m-big-img-pop-top i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: text-top;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-left-no-bg.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-left-no-bg.svg) no-repeat;
  position: relative;
  z-index: 1000;
}
.m-big-img-pop .m-big-img-swiper {
  width: 100%;
  height: calc(100% - 74px);
  overflow: hidden;
}
.m-big-img-pop .m-big-img-swiper li img,
.m-big-img-pop .m-big-img-swiper li video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.m-big-img-pop .m-swiper-pagination {
  width: auto;
  right: 0;
  height: 35px;
  padding-right: 16px;
  position: fixed;
  z-index: 999;
  bottom: 0;
  display: block !important;
  font-size: 15px;
  text-align: right;
  color: #fff;
}
.m-big-img-pop .pj-swiper-pagination {
  width: auto;
  right: 0;
  height: 21px;
  padding-right: 16px;
  position: fixed;
  z-index: 999;
  top: 12px;
  display: block !important;
  font-size: 15px;
  text-align: right;
  color: #fff;
}
.m-big-img-pop .swiper-title {
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 16px;
  max-width: calc(100% - 80px);
  font-size: 15px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layer-box .bxk-notice input {
    width: 15px;
    height: 15px;
    margin: 2px 6px 0 0;
    background: url(//peixun.dzwww.com/union/img/checkbox-blank-line@2x.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
    cursor: pointer;
}

    .layer-box .bxk-notice input[type=checkbox]:checked {
        background: url(//peixun.dzwww.com/union/img/checkbox-fill@2x.png) no-repeat;
        background-size: 100% 100%;
    }

.layer-box .bxk-notice {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #595959;
    line-height: 18px;
    margin: 13px 0 9px;
    border: 0 !important;
    box-shadow: none !important;
    display: flex;
    font-weight: bold;
    width: 424px;
    margin: auto;
    margin-bottom: 20px;
}

.bxk-disable {
    cursor: not-allowed !important;
    opacity: 0.5
}


.layer-box .bxk-notice a, .layer-box .bxk-notice a:hover {
    color: #da0214;
}
