﻿button, input {
  outline: none;
  border: none;
}

.shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.success-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 378px;
  height: 223px;
  background: #ffffff;
  border: 1px solid rgba(211, 211, 211, 0.3);
  box-sizing: border-box;
  padding: 34px 50px;
  text-align: center;
  z-index: 999;
}

.close {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}

.success-icon img {
  margin: auto;
}

.success-box h2 {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #080808;
  margin: 19px 0 15px;
}

.success-box a {
  color: #d91404;
  font-size: 18px;
}

.login-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 479px;
  height: 502px;
  background: #ffffff;
  border: 1px solid rgba(211, 211, 211, 0.5);
  box-sizing: border-box;
  padding: 48px 32px;
  z-index: 1000;
}

.login-pop-box h2 {
  text-align: center;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #080808;
  margin-bottom: 32px;
}

.pop-item {
  margin-bottom: 18px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.pop-item1 input {
  width: 100%;
}

.pop-item input {
  height: 60px;
  box-sizing: border-box;
  padding: 0 22px;
  font-size: 18px;
  border: 1px solid #d3d3d3;
  cursor: pointer;
}

.yzm {
  width: 275px;
}

.send-code {
  width: 131px;
  /* background: #F3F3F3; */
  color: #585A5C;
  /* background: linear-gradient(to right, #fe5404, #fb1f0c); */
}

.send-code.get_code {
  background: linear-gradient(to right, #fe5404, #fb1f0c);
  color: #fff;
}

.pop-tips {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.login-btn {
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #FD4905, #FA1807);
  border-radius: 33px;
  font-size: 26px;
  font-family: FZLanTingHei-R-GBK;
  color: #FFFFFF;
  margin-top: 30px;
  cursor: pointer;
}

/* 滑动验证 */

.pop-item .slider_input, .pop-item .slider_input .nc-container #nc_1_wrapper, .pop-item .slider_input .nc-container.tb-login #nc_1_wrapper {
  width: 100%;
  height: 60px;
}

.pop-item .nc-container .nc_scale {
  height: 60px;
}

.pop-item .nc-container .nc_scale span {
  height: 58px;
  line-height: 58px;
  width: 58px;
  font-size: 20px;
}

.pop-item .nc-container .nc_scale .btn_ok {
  line-height: 58px;
  font-size: 24px;
}

.pop-item .swiper_input .nc-container {
  width: 100%;
  height: 100%;
}

/* 领取成功弹窗 */

.coupon-success {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 378px;
  height: 223px;
  background: #ffffff;
  border: 1px solid #FD180A;
  box-shadow: 0px 3px 38px 0px rgba(218, 219, 220, 0.35);
  box-sizing: border-box;
  padding: 34px 40px;
  text-align: center;
  z-index: 999;
  border-radius: 14px;
}

.coupon-success h2 {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FA1A07;
  line-height: 40px;
  margin: 15px 0;
}

.coupon-success p {
  font-size: 22px;
  font-family: PingFang SC;
  color: #262626;
}

@media screen and (max-width:1080px) {
  /* 登录弹窗 */
  .login-pop {
    width: 66%;
    height: 7rem;
    padding: .5rem .4rem;
  }
  .login-close.close img {
    width: .4rem;
  }
  .login-pop-box h2 {
    font-size: .3rem;
    margin-bottom: 0.4rem;
    margin-bottom: .2rem;
    height: .8rem;
  }
  .pop-item {
    margin-bottom: .2rem;
    height: .8rem;
  }
  .pop-item input {
    height: .8rem;
    padding: 0 .22rem;
    font-size: .26rem;
  }
  .pop-item .slider_input, .pop-item .slider_input .nc-container #nc_1_wrapper, .pop-item .slider_input .nc-container.tb-login #nc_1_wrapper {
    height: .8rem;
  }
  ._nc {
    font-size: .24rem;
  }
  ._nc .stage1 {
    height: .8rem;
  }
  ._nc .stage1 .slider {
    height: .72rem;
  }
  ._nc .stage1 .track div, ._nc .stage1 .label {
    line-height: .72rem;
    height: .72rem;
    font-size: .24rem;
  }
  ._nc .stage1 .button {
    width: .72rem;
    height: .72rem;
  }
  .pop-tips {
    font-size: .26rem;
  }
  .login-btn {
    width: 100%;
    height: .8rem;
    border-radius: 33px;
    font-size: .36rem;
    margin-top: .3rem;
  }
  ._nc .icon-slide-arrow {
    font-size: .4rem;
  }
  ._nc .icon {
    width: .4rem;
    height: .4rem;
  }
  ._nc .stage1 .icon {
    left: .2rem;
  }
  /* 领取成功弹窗 */
  .coupon-success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 4.78rem;
    height: 3.23rem;
    background: #ffffff;
    border: .1rem solid #FD180A;
    box-shadow: 0rem .3rem .38rem 0rem rgba(218, 219, 220, 0.35);
    box-sizing: border-box;
    padding: .34rem .20rem;
    text-align: center;
    z-index: 999;
    border-radius: .14rem;
  }
  .coupon-success .success-icon img {
    width: 1rem;
  }
  .coupon-success h2 {
    font-size: .30rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FA1A07;
    line-height: .40rem;
    margin: .15rem 0;
  }
  .coupon-success p {
    font-size: .22rem;
    font-family: PingFang SC;
    color: #262626;
  }
}