/* 弹窗 */

.fixed_mask {
  display: none;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed_form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ziliao_code {
  width: 214px;
  height: 214px;
  border-radius: 9px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.ziliao_code img {
  width: 100%;
  height: 100%;
}

.fixed_close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -45px;
  width: 33px;
  height: 34px;
  transition: all .4s;
}

.fixed_close:hover,
.fixed_r_close:hover,
.fixed_b_close:hover {
  transform: rotate(180deg);
}


/* .fixed_mask1 {
  display: block;
} */

.fixed_mask1 .fixed_form {
  width: 520px;
  height: auto;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  border: solid 3px #ffffff;
  background: linear-gradient(90deg, rgb(164, 43, 226) 0%, rgb(243, 75, 147) 43%, rgb(161, 43, 227) 100%);
  position: relative;
}

.fixed_mask1 p {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.fixed_mask1 h3,
.fixed_mask2 h3 {
  font-size: 30px;
  background-image: -webkit-linear-gradient(270deg, #ffffff 0%, #fffcb7 50.78125%, #fffa66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fffcb7;
  text-align: center;
  margin-bottom: 20px;
}

.clock {
  position: absolute;
  top: 19px;
  right: 59px;
}

.fixed_mask1 .hk {
  margin-bottom: 12px;
}

#__nc {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  font-size: 19px;
  margin-top: 0;
  padding: 0;
}

._nc .stage,
._nc .stage1 .track div,
._nc .stage1 .label {
  padding: 0 !important;
  height: 52px !important;
  line-height: 52px !important;
  font-size: 19px;
}

._nc .stage1 .slider {
  height: 52px !important;
  left: .7rem;
  right: .7rem;
}

._nc .stage1 .button {
  width: 52px !important;
  height: 52px !important;
}

.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper,
.nc-container #nc_2_wrapper,
.nc-container.tb-login #nc_2_wrapper {
  width: 100% !important;
  height: 52px;
}

.nc-container .nc_scale .scale_text {
  font-size: 19px !important;
  text-align: left;
}

.nc_scale {
  height: 52px !important;
}

.nc-container .nc_scale span {
  height: 50px !important;
  line-height: 50px !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
  line-height: 50px;
}

.nc-container .nc_scale .btn_ok {
  line-height: 52px;
}

.ajax_form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ajax_form p {
  margin-bottom: 12px;
  position: relative;
}

.ajax_form p input {
  box-sizing: border-box;
  height: 55px;
  line-height: 55px;
  padding-left: 24px;
  font-size: 18px;
  width: 100%;
  float: left;
  color: #000000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
  background: #ffffff;
  border: 0;
  border-radius: 5px;
}

.ajax_form p input::placeholder {
  color: #000000;
}

.ajax_form .area_box {
  display: flex;
  justify-content: space-between;
}

.ajax_form .area_box select,
.ajax_form .area_box input {
  width: 48%;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  cursor: pointer;
  font-size: 18px;
  background: #ffffff;
  border: 0;
  border-radius: 5px;
}

.ajax_form p input.invitecode {
  width: 48%;
  color: #bcbcbc;
}

.ajax_form p select#city {
  display: none;
}

.ajax_form p input#fs {
  position: absolute;
  width: 30%;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
  background: #f0f018;
  cursor: pointer;
  color: #ed4593;
  font-size: 20px;
  font-weight: bold;
}

.button {
  cursor: pointer;
  width: 272px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(180deg, #ffffff 0%, #fefeb3 53%, #fdfd6a 100%);
  /* box-shadow: 0px 3px 9px 0px rgba(133, 123, 88, 0.58); */
  border-radius: 42px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #ee4693;
  cursor: pointer;
  margin: 18px auto 0;
}

.ajax_info {
  color: #D32212;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.fixed_close2 {
  right: -50px;
}

.fixed_mask2 .fixed_form {
  width: 568px;
  box-sizing: border-box;
  border-radius: 20px;
  border: solid 3px #ffffff;
  background: linear-gradient(90deg, rgb(164, 43, 226) 0%, rgb(243, 75, 147) 43%, rgb(161, 43, 227) 100%);
  padding: 30px;
}

.address-box {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.address-fl {
  width: 30%;
  border: 1px solid rgb(183, 183, 183);
  background: linear-gradient(0deg, rgb(253, 217, 144) 0%, rgb(255, 252, 231) 100%);
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: none;
}

.address-fl p {
  font-size: 16px;
  font-family: "SourceHanSansCN";
  color: rgb(51, 51, 51);
  font-weight: 600;
  text-align: center;
}

.address-fl p:nth-child(2) {
  color: #d80000;
}

.address_txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  color: #000000;
  font-size: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.address_txt::-ms-input-placeholder {
  text-align: center;
}

.address_txt::-webkit-input-placeholder {
  text-align: center;
}

.address_btn {
  font-size: 30px;
  font-weight: 600;
  color: #ee4692;
  width: 266px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  background: linear-gradient(0deg, rgb(253, 217, 144) 0%, rgb(255, 252, 231) 100%);
  border-radius: 27px;
  cursor: pointer;
  margin: 0 auto;
}

.address_btn:hover {
  transform: scale(1.1);
}

.fixed_mask2 h2 {
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.fixed_mask2 h2 span {
  color: #fdfd28;
}

.fixed_mask3 h2 {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}

.mask_gift {
  margin: 13px auto;
  width: 239px;
  height: 148px;
  background: #BFBFBF;
  border-radius: 6px;
}

.fixed_mask3 .fixed_form,
.fixed_mask4 .fixed_form {
  width: 454px;
  border-radius: 20px;
  border: solid 3px #ffffff;
  background: linear-gradient(90deg, rgb(164, 43, 226) 0%, rgb(243, 75, 147) 43%, rgb(161, 43, 227) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}

.fixed_mask3 p {
  color: #fdfd28;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.fixed_mask4 .fixed_form {
  height: 180px;
  color: #fdfd28;
  font-size: 25px;
  box-sizing: border-box;
  padding: 20px;
}

.m {
  display: none;
}

.fixed_mask5 .fixed_form {
  width: 437px;
  height: 309px;
  background: url(../images/yqm_bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 41px;
}

.fixed_mask5 h2 {
  color: #FFFFFF;
  font-size: 34px;
  margin-bottom: 56px;
}

.fixed_mask5 p {
  color: #414141;
  font-size: 17px;
  line-height: 1.6;
}

#input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}

.fixed_mask5 .djfz {
  cursor: pointer;
  width: 190px;
  height: 54px;
  background: linear-gradient(104deg, #FF000E, #FF8A00);
  border-radius: 32px;
  color: #FFF4B8;
  font-size: 22px;
  font-weight: bold;
  line-height: 54px;
  margin: 37px auto 0;
}

.fixed_mask6 .fixed_form {
  width: 400px;
}

.fixed_mask6 .fixed_body img {
  width: 100%;
}

.fixed-right {
  display: none;
  width: 306px;
  height: 362px;
  background: url('../images/fixed_bg.png') no-repeat center;
  position: fixed;
  right: 0;
  top: 30%;
  box-sizing: border-box;
  padding: 120px 0 0;
}

.fixed-right img {
  cursor: pointer;
  width: 100%;
}

@media only all and (max-width:1080px) {

  /* 弹窗 */
  .ziliao_code {
    width: 8rem;
    height: 8rem;
    border-radius: .4rem;
    margin-bottom: .6rem;
  }

  .fixed_close {
    width: 1.6rem;
    height: 1.6rem;
  }

  .fixed_mask1 .fixed_form {
    width: 90%;
    height: auto;
    padding: 1rem 1rem;
  }

  .fixed_mask1 p {
    font-size: .7rem;
  }

  .fixed_mask1 h3 {
    font-size: .8rem;
    margin-bottom: .4rem;
  }

  .clock {
    width: 2rem;
    position: absolute;
    top: .4rem;
    right: 14%;
  }

  #__nc {
    height: 1.9rem;
    font-size: .7rem;
  }

  ._nc .stage1 .icon {
    left: 5px !important;
  }

  ._nc .stage,
  ._nc .stage1 .track div,
  ._nc .stage1 .label {
    padding: 0 !important;
    height: 1.9rem !important;
    line-height: 1.9rem !important;
    font-size: .7rem;
  }

  ._nc .stage1 .slider {
    height: 1.9rem !important;
    left: .7rem;
    right: .7rem;
  }

  ._nc .stage1 .slider {
    left: 0 !important;
    right: 0 !important;
  }

  ._nc .stage1 .button {
    width: 1.9rem !important;
    height: 1.9rem !important;
    background: #fff !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
  }

  .nc-container #nc_1_wrapper,
  .nc-container.tb-login #nc_1_wrapper,
  .nc-container #nc_2_wrapper,
  .nc-container.tb-login #nc_2_wrapper {
    width: 100% !important;
    height: 1.9rem;
  }

  .nc-container .nc_scale .scale_text {
    font-size: .7rem !important;
    text-align: left;
  }

  .nc_scale {
    height: 1.9rem !important;
  }

  .nc-container .nc_scale span {
    height: 1.9rem !important;
    line-height: 1.9rem !important;
  }

  .nc-container .nc_scale span.nc-lang-cnt {
    line-height: 1.9rem;
  }

  .nc-container .nc_scale .btn_ok {
    line-height: 1.9rem;
  }

  .ajax_form {
    width: 100%;
  }

  .ajax_form p {
    margin-bottom: .6rem;
  }

  .ajax_form .area_box input,
  .ajax_form .area_box select {
    height: 2rem;
    line-height: 2rem;
    padding-left: .4rem;
    font-size: .7rem;
    padding-right: 1rem;
  }

  .ajax_form p input,
  .ajax_form p select {
    height: 2rem;
    line-height: 2rem;
    padding-left: .4rem;
    font-size: .7rem;
    padding-right: 1rem;
  }

  .ajax_form p select {
    background-size: .4rem;
  }

  .ajax_form p input.invitecode {
    padding-right: 0;
  }

  .ajax_form p input#fs {
    font-size: 0.7rem;
  }

  .button {
    width: 8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 1rem;
    font-size: .8rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }

  .fixed_mask1 .fixed_form:before {
    content: '';
    display: block;
    width: 90%;
    height: 4rem;
    background-size: 100%;
    position: absolute;
    left: 10%;
    top: -3rem;
  }

  .ajax_info {
    font-size: .7rem;
    margin-top: .2rem;
  }

  .fixed_close2 {
    right: 0.1rem;
  }

  .fixed_mask2 .fixed_form {
    width: 94%;
    height: auto;
    padding: 0.5rem 1rem;
    position: relative;
  }

  .address-box {
    margin: .4rem 0;
  }

  .address-fl {
    width: 50%;
    height: 3rem;
  }

  .address-fl p {
    font-size: .5rem;
  }

  .address_txt {
    height: 2rem;
    padding: .3rem;
    font-size: .7rem;
    margin: .6rem auto;
  }

  .address_btn {
    font-size: .8rem;
    width: 6rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 1rem;
  }

  .fixed_mask2 h2,
  .fixed_mask3 h2 {
    font-size: .8rem;
    line-height: 1rem;
  }

  .mask_gift {
    margin: .4rem auto;
    width: 60%;
    height: 5rem;
    object-fit: cover;
    border-radius: .3rem;
  }

  .fixed_mask3 .fixed_form,
  .fixed_mask4 .fixed_form {
    width: 80%;
    height: auto;
    border-radius: .8rem;
    padding: 0.5rem 1rem;
  }

  .fixed_mask3 .fixed_body img {
    width: 100%;
    height: auto;
    margin: .4rem auto;
  }

  .fixed_mask3 p {
    font-size: .7rem;
  }

  .fixed_mask4 .fixed_form {
    height: auto;
    font-size: 1rem;
    padding: 1.5rem .8rem;
  }

  .fixed_mask5 .fixed_form {
    width: 84%;
    height: 11rem;
    padding-top: 1.8rem;
  }

  .fixed_mask5 h2 {
    font-size: .8rem;
    margin-bottom: 2rem;
  }

  .fixed_mask5 p {
    font-size: .7rem;
  }

  .fixed_mask5 .djfz {
    width: 6rem;
    height: 2rem;
    border-radius: 1rem;
    font-size: .75rem;
    line-height: 2rem;
    margin: 1.2rem auto 0;
  }

  .fixed_mask6 .fixed_form {
    width: 14rem;
  }
}
