/*全屏黑色半透明层*/
.bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

/* 全屏透明层 */
.bg1 {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2003;
}

/* opacity=0.7 */
.bg_7 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 公共按钮style start */
.commom_footer_box {
  width: 100%;
  height: 94px;
  background: #fff;
  box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, 0.08);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px 25px 34px;
  box-sizing: border-box;
}

.cus_height_104 {
  height: 104px !important;
}

.cus_height_128 {
  height: 128px !important;
}

.commom_footer_box_25 {
  width: 100%;
  height: 104px;
  background: #fff;
  box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, 0.08);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 25px 25px 34px;
  box-sizing: border-box;
}

.btn_wrap {
  width: 66%;
  height: 45px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.btn_wrap1 {
  width: 66%;
  height: 45px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.btn_wrap2 {
  width: 66%;
  height: 45px;
  position: relative;
  text-align: center;
}

.cus_btn_width {
  width: 76% !important;
}

.cus_btn_width_46 {
  width: 46% !important;
}

.cus_btn_width_74 {
  width: 74% !important;
}

.cus_btn_width_84 {
  width: 84% !important;
}

.cus_btn_width_175 {
  width: 175px !important;
}

.cus_btn_style_left {
  /* width: 76% !important; */
  left: 0 !important;
  transform: translate(0, 0) !important;
}

.btn_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn_wrap button,.btn_wrap2 button {
  width: 100%;
  height: 45px;
  background: linear-gradient(90deg, #00fffd, #1898ff);
  border-radius: 23px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 45px;
  /* position: absolute;
  left: 0; */
  z-index: 1;
}

.btn_wrap .btn_red {
  background: linear-gradient(90deg, rgba(255, 54, 0, 1) 0%, rgba(251, 83, 80, 1) 100%) !important;
}

.btn_wrap .btn_shadow,.btn_wrap2 .btn_shadow {
  width: 70%;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  box-shadow: 0px 0px 25px rgba(0, 255, 253, 0.7);
  z-index: -1;
}

.btn_wrap .btn_shadow_red {
  width: 70%;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  box-shadow: 0px 0px 25px rgba(255, 54, 0, 0.7);
  z-index: -1;
}

.btn_shadow_fff {
  background: #fff !important;
  opacity: 0;
}

.btn_wrap .btn_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 45px;
  z-index: 3;
}

/* 公共按钮style end */

/* new 底部弹窗 start */
/* 底部弹窗 */
.common_bottom_popup_wrap {
  width: 100%;
  height: 60%;
  background: #fff;
  overflow: hidden;
  padding-top: 15px;
  position: relative;
}

.common_bottom_popup_wrap .title_wrap {
  position: relative;
}

.border_radius10 {

  border-radius: 10px 10px 0px 0px;
}

.common_bottom_popup_wrap .title_wrap h3 {
  font-size: 16px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: center;
  color: #333333;
  line-height: 23px;
}

.common_bottom_popup_wrap .title_wrap .close_icon {
  width: 40px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box
}

.common_bottom_popup_wrap .title_wrap .close_icon span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/commonIcon/close_icon.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* new 底部弹窗 end */

/* 底部弹窗style start */

.pop_up_wrap {
  height: 100%;
}

.pop_up_content {
  height: 300px;
  overflow: auto;
}

.pop_up_wrap .pop_up_main {
  width: 100%;
  max-height: 80%;
  min-height: 40%;
  padding: 15px 20px 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px 10px 0 0;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.pop_up_main .title {
  position: relative;
  margin-bottom: 49px;
}

.pop_up_main .title h3 {
  text-align: center;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 23px;
}

.pop_up_main .title span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/bbStagingImg/close.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.6px;
}

.pop_up_content li {
  border-bottom: .5px solid #ececec;
  padding: 10px 0 12px;
}

.pop_up_content li p {
  float: left;
  font-size: .13rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(90, 90, 104, 1);
  line-height: .225rem;
}

/* 弹窗动画 */
.bottom-slide-enter,
.bottom-slide-leave-to {
  transform: translate(0, 100%);
}

.bottom-slide-enter-to,
.bottom-slide-leave {
  transform: translate(0, 0);

}

.bottom-slide-enter-active,
.bottom-slide-leave-active {
  transition: all .5s;
}

@-webkit-keyframes bottom-slide {
  0% {
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes bottom-slide {
  0% {
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@-ms-keyframes bottom-slide {
  0% {
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@keyframes bottom-slide {
  0% {
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.pop_up_main {
  animation: bottom-slide .5s;
}

/* 底部弹窗style end */

/*vant 组件样式修改 start*/
.van-picker__confirm {
  width: .52rem !important;
  height: .27rem !important;
  background: rgba(24, 152, 255, 1) !important;
  border-radius: .04rem;
  padding: .02rem .1rem !important;
  color: #fff !important;
  font-size: .16rem !important;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  line-height: .23rem !important;
  text-align: center !important;
  margin-right: .1rem !important;
  margin-top: .075rem !important;
}

.van-picker__cancel {
  font-size: .16rem !important;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1) !important;
  line-height: .225rem !important;
}

/*vant 组件样式修改 end*/

/* toast start */
.app-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  background: rgba(0, 20, 34, .8);
  padding: .1rem .05rem;
  border-radius: .05rem;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: .14rem;
  line-height: .2rem;
  z-index: 6000;
  text-align: center;
  max-width: 60% !important;
  box-sizing: border-box;
}

/* toast end */

/* modalBox start */
.modal-box {
  width: 80%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: .06rem;
  font-size: .14rem;
  z-index: 1000;
}

.modal-box .modal_txt_wrap {
  padding: .38rem .25rem;
  box-sizing: border-box;
}

.modal-box p {
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: .18rem;
}

.modal-box button {
  width: 100%;
  height: .45rem;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  color: #0096ff;
  border-top: .5px solid #ececec;
  line-height: .45rem;
  background: #fff;
  border-radius: 0 0 .06rem .06rem;
}

/* modalBox end */

/* 自定义vant组件样式 */
.van-calendar__confirm {
  height: 45px !important;
  line-height: 45px !important;
}

.van-calendar {
  padding-bottom: 20px !important;
}

/* 提示弹窗 */
.tips_wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.tips_wrap .tips_content {
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #fff;
  border-radius: 6px;
  padding-bottom: 10px;
}

.tips_wrap .tips_content h2 {
  height: 56px;
  line-height: 56px;
  border: 0.5px solid #ececec;
  font-size: 16px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
  border-radius: 6px 6px 0 0;
}

.tips_wrap .tips_content p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  padding: 0 25px;
  box-sizing: border-box;
}

.tips_wrap .tips_content .btn_wrap {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}

.tips_wrap .tips_content .btn_wrap button {
  width: 130px;
  height: 45px;
  display: inline-block;
  background: #0096ff;
  border: 1px solid #0096ff;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: center;
  color: #ffffff;
  line-height: 45px;
}

.tips_wrap .tips_content .btn_wrap .btn_fff {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #333333 !important;
}

.tips_wrap .tips_content .btn_wrap a {
  color: #fff;
}

.btn_left {
  width: 130px;
  height: 45px;
  background: #ffffff !important;
  border: 1px solid #333333 !important;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: center;
  color: #333333 !important;
  line-height: 20px;
}

.btn_right {
  width: 130px;
  height: 45px;
  background: #0096ff !important;
  border: 1px solid #0096ff !important;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: center;
  color: #fff !important;
  line-height: 20px;
}

/* 底部弹窗 */
.common_bottom_popup_wrap {
  width: 100%;
  height: 60%;
  background: #fff;
  overflow: hidden;
  padding-top: 15px;
  position: relative;
}

.common_bottom_popup_wrap .title_wrap {
  position: relative;
}

.border_radius10 {

  border-radius: 10px 10px 0px 0px;
}

.common_bottom_popup_wrap .title_wrap h3 {
  font-size: 16px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: center;
  color: #333333;
  line-height: 23px;
}

.common_bottom_popup_wrap .title_wrap .close_icon {
  width: 40px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box
}

.common_bottom_popup_wrap .title_wrap .close_icon span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/commonIcon/close_icon.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 上传图片加载中动画 */
.uploading_icon {
  animation: uploading 2s linear infinite;
}

/* Loading 动画 */
@-webkit-keyframes uploading {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

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

@-moz-keyframes uploading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

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

@-ms-keyframes uploading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(360deg);
  }

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

@keyframes uploading {
  0% {
    transform: rotate(0deg);
  }

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

.common_inp_box {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  border-bottom: 0.5px solid #ececec;
  margin-bottom: 10px;
}

.common_inp_box p {
  font-size: 15px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 13px;
}

.common_inp_box p .next_icon {
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url("../images/commonIcon/next_arrow_gray.png") no-repeat center;
  background-size: 100% 100%;
  margin-left: 5px;
}
