/*事前登录*/
.order {
  height: 1600px;
  font-size: 0;
  position: relative;
  top: 220px;
}

.order .order-cat {
  width: 120px;
  height: 118px;
  background: url("../image/section2/cat.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -111px;
  left: 30px;
}


.order-info {
  width: 720px;
  height: 1522px;
  position: relative;
  background: url(../image/section2/order-bg.png) no-repeat;
  background-size: 100%;
  background-position: 0px 0px !important;
  margin: 0 auto;
  top: 105px;
}

.order-info-overlay{
  content: "";
  display: block;
  width: 760px;
  height: 375px;
  position: absolute;
  background: url(../image/section2/order-info-overlay.png) no-repeat;
  background-size: 100%;
  top: -110px;
}

.order-info.order-info-overtime {
  background-image: url("../images/warp-img/pager2/order-bg.png");
}

.order-info .order-count {
  position: relative;
}

.order-info .order-count span {
  width: 196px;
  height: 50px;
  position: absolute;
  top: 27px;
  left: 198px;
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  color: #da1f4a;
  letter-spacing: 2px;
  text-align: center;
}

.order-info .content {
  position: relative;
  padding-top: 111px;
}

.order-info .content .step-to-order {
  position: absolute;
  top: 0;
  height: 100px;
  width: 100%;
}

.order-info .content .count span {
  width: 196px;
  height: 50px;
  position: absolute;
  top: 100px;
  left: 100px;
  line-height: 1;
  font-size: 46px;
  font-weight: 700;
  color: #de3333;
  letter-spacing: 2px;
  text-align: center;
}

.order-info .step {
  margin-left: 80px;
  margin-top: 45px;
}

.order-info .step .login-checkbox-wrapper {
  position: absolute;
  display: flex;
  top: 215px;
  left: 115px;
  z-index: 1;
}

.group-btn {
  position: absolute;
  width: 203px;
  height: 58px;
  top: 945px;
  left: 129px;
  background: url(../image/section2/btn-she.png) no-repeat;
  background-size: 100%;
}



.order-info .step .hide.login-checkbox-wrapper {
  display: none;
}

.login-checkbox-wrapper .login-checkbox {
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(../image/section2/login-checkbox.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 17px;
  left: 50px;
}

.login-checkbox-wrapper .login-checkbox:checked::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url(../image/section2/login-checkbox-active.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0px;
}



.login-checkbox-wrapper .login-checkbox-hint {
  width: 308px;
  height: 16px;
  display: inline-block;
  margin-left: 93px;
  margin-top: 18px;
}

.order-info .content .step-gift {
  position: absolute;
  width: 425px;
  height: 180px;
  left: 120px;
  top: 1092px;
}

/* .order-info .step .group-btn {
  height: 108px;
  width: 195px;
  height: 68px;
  background: url(../image/section2/btn-she.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 698px;
  left: 424px;
} */

.order-info .step .step-fb {
  width: 203px;
  height: 58px;
  background: url(../image/section2/btn-fb.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 945px;
  left: 392px;
  /* -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite; */
}

.order-info .step .step-fb::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 57px;
  background: url(../image/pop/fb-ward-hand.png) no-repeat;
  background-size: 80%;
  cursor: pointer;
  position: absolute;
  top: 17px;
  left: 160px;
  animation: fblike 1s ease-in-out infinite
}

.order-info .step .step-fb::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 30px;
  background: url(../image/pop/fb-ward.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 1;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.order-info .step .step-fb.no-after-before::after,
.order-info .step .step-fb.no-after-before::before {
  display: none;
}

@keyframes fblike {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.order-info .step .step-fb a {
  display: inline-block;
  vertical-align: middle;
}

.order-info .step .step-fb a .fb-like {
  margin: 0 90px;
  display: block;
  -webkit-transform: scale(2.143);
  -moz-transform: scale(2.143);
  -ms-transform: scale(2.143);
  -o-transform: scale(2.143);
  transform: scale(2.143);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.order-info .step1 .step-info {
  display: flex;
}

.pop-gift-link {
  position: relative;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

/* 系統選擇 */
.order-info .content .step1-os-radio {
  position: absolute;
  top: 154px;
  left: 116px;
  font-size: 30px;
  color: #fff;
}

.order-info .step1-os-radio #osRadioIOS {
  margin-left: 60px;
}

.order-info .step1-os-radio img {
  width: 40px;
}

.order-info .step1-os-radio span {
  vertical-align: middle;
  user-select: none;
}

.step1-os-radio .andriodLabel {
  margin-right: 60px;
}

.step1-os-radio label {
  cursor: pointer;
}

/* custom radio style */
.step1-os-radio input[type="radio"] {
  display: none;
}

.step1-os-radio input[type="radio"]+label::before {
  content: "\a0";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.step1-os-radio input[type="radio"]:checked+label::before {
  background-color: #fff;
  background-clip: content-box;
  padding: 3px;
}

.step-info-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
}

.order-info .step .step-info .order-select {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  background: url(../image/section2/order-select.png) no-repeat 100%;
  background-position: 172px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 100%;
  line-height: 63px;
  /* padding: 0px 28px; */
}

.step-info-bg .quhao-xiala {
  width: 17px;
  height: 10px;
  background: url(../image/section2/order-select.png) no-repeat 100%;
}


.order-select>option {
  width: 84px;
  color: #6e300d;
}

.order-info .step .step-info .order-tel-wap {
  width: 394px;
  height: 65px;
  margin: -4px -20px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 0;
  box-sizing: border-box;
  text-size-adjust: none;
  position: absolute;
  border: 0;
  background-color: transparent;
  left: 295px;
}

.order-info .content .step-info .order-tel.activeFalse {
  color: red;
}

.order-info .content .step-info .order-tel.activeTrue {
  color: #0c0c0c;
}

.order-info .step .step-info input::-webkit-input-placeholder {
  color: #6a6867;
}

.order-info .step .step-info input:-moz-placeholder {
  color: #6a6867;
}

.order-info .step .step-info input:-ms-input-placeholder {
  color: #6a6867;
}

.order-info .step .order-btn .btn-login {
  display: block;
  position: absolute;
  width: 447px;
  height: 158px;
  background: url(../image/section2/order-login.png) no-repeat;
  background-size: 100%;
  top: 260px;
  left:50%;
  margin-left: -223px;
}

.order-info .step .order-btn .btn-login.red-hand::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 59px;
  background: url(../image/section2/icon-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 75px;
  z-index: 1;
}

.order-info .step .order-btn .btn-login.red-hand::after {
  content: "";
  display: inline-block;
  width: 101px;
  height: 98px;
  background: url("../image/section2/icon-hand.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 100px;
  right: -20px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.order-info .step .order-btn .btn-login.over {
  background: url(../image/over/order-login-over.png) no-repeat;
  background-size: 100%;
}

.order-btn .btn-login .order-login-cute {
  position: absolute;
  bottom: -39px;
  left: 36px;
}

.order-info .step .order-btn .btn-query {
  margin-left: 265px;
  margin-top: 18px;
  display: inline-block;
}

.order-info .step .order-hint {
  width: 504px;
  margin: auto;
}

.order .progress {
  position: relative;
}

.order .task-info {
  margin-top: 2.6rem;
  height: 644px;
}

.order .task-progress {
  position: absolute;
  top: 326px;
  left: 28px;
}

.order-storeH5 {
  position: absolute;
  left: 180px;
  top: 1290px;
}

.order-storeH5 a {
  display: block;
}

.order-info .gift {
  width: 400px;
  height: 245px;
  position: absolute;
  top: 923px;
  left: 13px;
}

.order-storeH5 .gift-aos {
  background: url(../image/section2/gift-aos.png) no-repeat;
  background-size: 100%;
}

.order-storeH5 .gift-ios {
  background: url(../image/section2/gift-ios.png) no-repeat;
  background-size: 100%;
}

.order-storeH5 .order-store-ios {
  position: absolute;
  width: 326px;
  height: 103px;
  background: url(../image/section2/order-ios.png) no-repeat;
  background-size: 100%;
}

.order-storeH5 .order-store-gp {
  position: absolute;
  width: 322px;
  height: 98px;
  background: url(../image/section2/order-gp.png) no-repeat;
  background-size: 100%;
}

.order-storeH5 .order-store-gp.huawei {
  top: -42px;
}

.order-storeH5 .order-store-hw {
  position: absolute;
  width: 256px;
  height: 78px;
  background: url(../image/section2/order-hw.png) no-repeat;
  background-size: 100%;
}

.order-storeH5 .order-store-hw.huawei {
  /* top: 45px; */
}

.order-storeH5 .order-store-hw.huawei::before {
  content: none;
}

.order-storeH5 .order-store-gp.huawei::after {
  content: none;
}

.order-storeH5 .order-store-ios::after,
.order-storeH5 .order-store-gp::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 60px;
  background: url(../image/section2/icon-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 75px;
  right: 0px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.order-storeH5 .order-store-ios::after {
  top: 57px;
  right: -20px;
}

.order-storeH5 .order-store-ios.no-after::after,
.order-storeH5 .order-store-gp.no-after::after,
.order-storeH5 .order-store-hw.no-after::after {
  content: none;
}

.order-storeH5 .order-store-ios.no-after-before::after,
.order-storeH5 .order-store-gp.no-after-before::after,
.order-storeH5 .order-store-hw.no-after-before::after {
  content: none;
}

.order-storeH5 .order-store-ios.no-after-before::before,
.order-storeH5 .order-store-gp.no-after-before::before,
.order-storeH5 .order-store-hw.no-after-before::before {
  content: none;
}

.order-storeH5 .order-store-ios::before,
.order-storeH5 .order-store-gp::before,
.order-storeH5 .order-store-hw::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 30px;
  background: url(../image/pop/fb-ward.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -10px !important;
  left: 10px !important;
  z-index: 1;
}

.order-storeH5 .order-store-ios::after,
.order-storeH5 .order-store-gp::after,
.order-storeH5 .order-store-hw::after {
  content: "";
  display: inline-block;
  width: 101px;
  height: 98px;
  background: url(../image/pop/fb-ward-hand.png) no-repeat;
  background-size: 80%;
  cursor: pointer;
  position: absolute;
  /* bottom: 0px; */
  top: 65px !important;
  right: -50px !important;
  z-index: 1;
}

.order-storeH5 .order-store-ios::before{
  top: -20px;
  left: -15px;
}

.order-storeH5 .order-store-gp span,
.order-storeH5 .order-store-ios span,
.order-storeH5 .order-store-ios-over span {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  border-radius: 25px;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.order-storeH5 .order-store-gp-light,
.order-storeH5 .order-store-ios-light {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  width: 252px;
  height: 100%;
  background: url(../image/order-store-light-max.png) no-repeat;
  background-size: 164%;
  content: "";
  transition: all 650ms;
  -webkit-animation: sg 2s linear infinite;
  -moz-animation: sg 2s linear infinite;
  -ms-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
}

.auto-download {
  width: 316px;
  height: 22px;
  position: absolute;
  top: 1440px;
  left: 200px;
  background: url(../image/section2/autoDown.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}


@keyframes sg {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes sg

/* Safari Ã¥â€™Å' Chrome*/
  {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

.store-list {
  display: flex;
  width: 720px;
  height: 100px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -83px;
  left: -95px;
}

.store-list a {
  width: 244px;
  height: 71px;
  position: relative;
}

.store-list .order-store-list-gp {
  background: url("../image/section2/order-store-list-gp.png") no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

.store-list .order-store-list-hw {
  width: 240px;
  background: url("../image/section2/order-hw.png") no-repeat;
  background-size: 100%;
}

/* .store-list .order-store-list-hw::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../image/like-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -16px;
  left: 5px;
  z-index: 1;
} */

.order-store-list-gp::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../image/like-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -16px;
  left: 5px;
  z-index: 1;
}

.store-list .order-store-list-hw::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 67px;
  background: url(../image/section2/icon-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 55px;
  right: -20px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.pop-login {
  width: 720px;
  height: 1352px;
  background: url(../image/pop/new-login_bg.png) no-repeat;
  background-size: 100%;
  top: 40%;
   left: 50%;
}

.pop-login-Android {
  width: 720px;
  height: 1080px;
  background: url("../images/warp-img/pop-up/login-pop-bg.png") no-repeat;
  background-size: 100%;
}

.pop-login .step-info {
  position: relative;
  top: 1075px;
  left: -5px;
}

.pop-login-Android .step-info {
  position: relative;
  top: 183px;
  left: 20px;
}

.pop-login-bg {
  width: 182px;
  height: 62px;
  margin-left: 103px;
}

.pop-login .step-info .order-select {
  background-color: transparent;
  font-size: 25px;
  /* font-weight: 700; */
  color: #3f315d;
  background: url(../image/pop/order-select1.png) no-repeat 100%;
  background-position: 166px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0 28px;
}

.pop-login .step-info .order-select:after {
  content: '';
  width: 100%;
  display: inline-block;
}

.pop-login .step-info .order-tel {
  width: 330px;
  height: 62px;
  margin: 0px -25px;
  font-size: 25px;
  /* font-weight: 700; */
  color: #3f315d;
  text-align: center;
  text-align-last: center;
  border-radius: 0;
  box-sizing: border-box;
  text-size-adjust: none;
  position: absolute;
  background-color: transparent;
  border: 0;
  left: 332px;
  top: 0px;
}

.pop-login-Android .step-info .order-select {
  margin-left: 60px;
  width: 168px;
  height: 75px;
  padding-left: 2%;
  display: inline-block;
  background: url(../images/warp-img/pager2/order-select.png) no-repeat 100%;
  background-position-x: 140px;
  /* border: 1px solid #9B7842; */
  font-size: 22px;
  font-weight: 100;
  color: #0b3787;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 0;
}

.pop-login-Android .step-info .order-tel {
  width: 367px;
  height: 75px;
  line-height: 67px;
  /* background: #E7E3D7; */
  /* border: 1px solid #9B7842; */
  display: inline-block;
  margin: 0px -52px;
  font-size: 20px;
  font-weight: 700;
  color: #0b3787;
  text-align: center;
  text-align-last: center;
  border-radius: 0;
  box-sizing: border-box;
  /* margin-left: 4px; */
  text-size-adjust: none;
  position: absolute;
  border: 0;
  background: url(../images/warp-img/pop-up/pop-order-input-bg.png) no-repeat;
  left: 295px;
  top: 3px;
}

.pop-login-like {
  position: absolute;
  top: 410px;
  left: 50%;
  /* transform: translateX(-50%); */
  margin-left: -355px;
}

.pop-login-Android .pop-login-like-Android {
  position: absolute;
  top: 713px;
  left: 50%;
  margin-left: -292px;
  /* transform: translateX(-50%); */
}

.pop-login .step-info .order-tel.activeFalse {
  color: red;
}

.pop-login .step-info .order-tel.activeTrue {
  color: #0c0c0c;
}

.pop-login-Android .step-info .order-tel.activeFalse {
  color: red;
}

.pop-login-Android.step-info .order-tel.activeTrue {
  color: #0c0c0c;
}

.pop-login .pop-login-btn {
  position: absolute;
  width: 551px;
  height: 154px;
  top: 260px;
  left: 68px;
}

.pop-login-Android .pop-login-btn-and {
  position: absolute;
  width: 551px;
  height: 96px;
  top: 345px;
  left: 92px;
}

.pop-login-Android .pop-login-btn-and::before {
  content: "";
  display: inline-block;
  width: 53px;
  height: 52px;
  background: url(../image/pop/fb-ward.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 1;
}

.pop-login .pop-login-btn::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 30px;
  background: url(../image/pop/fb-ward.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 48px;
  z-index: 1;
}

.pop-login .pop-login-btn::after {
  content: "";
  display: inline-block;
  width: 71px;
  height: 72px;
  background: url(../image/section2/icon-hand.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 70px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.pop-login-Android .pop-login-btn-and::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 59px;
  background: url(../images/warp-img/pop-up/fb-like-hand.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -13px;
  top: 69px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.pop-login-checkbox-wrapper {
  position: absolute;
  display: flex;
  top: 1150px;
  left: 173px;
}

.pop-login-Android .pop-login-checkbox-wrapper {
  position: absolute;
  display: flex;
  top: 287px;
  left: 88px;
}

.pop-login-checkbox-wrapper .pop-login-checkbox {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../image/pop/login-checkbox.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.pop-login-checkbox-wrapper .pop-login-checkbox:checked::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(../image/pop/login-checkbox-active.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: -.5px;
}

.pop-login-checkbox-wrapper .pop-login-checkbox-hint {
  display: inline-block;
  width: 330px;
  height: 18px;
  margin-left: 12px;
  margin-top: -5px;
}

.pop-login .pop-login-btn {
  width: 430px;
  height: 130px;
  cursor: pointer;
  position: absolute;
  top: 1180px;
  left: 50%;
  margin-left: -215px;
}

.pop-login .bottom {
  width: 518px;
  height: 380px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 28px;
  bottom: 50px;
  transform: translateX(-50%);
}

.pop-login .dia-close {
  top: 460px;
  left: 648px;
  width: 44px;
  height: 39px;
  background: url(../image/pop/pop-login-close.png) no-repeat;
  background-size: 100%;
  opacity: 0.5;
}


/* 手机选项 */
.pop-login .phoneClass {
    width: 378px;
    height: 50px;
    /* background-color: #4267B2; */
    position: absolute;
    top: 996px;
    left: 174px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.pop-login .phoneClass div {
  width: 46px;
  height: 47px;
  background: url(../image/pop/iPhone.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  transform: translateZ(0);

}

.pop-login .phoneClass div.active::after {
  width: 53px;
  height: 42px;
  content: '';
  background: url(../image/pop/phone-active.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all .2s;
}

/* 预定成功 */

.pop-reg-success .phoneClass {
  width: 405px;
  height: 42px;
  /* background-color: #4267B2; */
  position: absolute;
  top: 465px;
  left: 152px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none !important;
}

.pop-reg-success .phoneClass div {
  width: 59px;
  height: 57px;
  background: url(../image/pop/iPhone.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  transform: translateZ(0);

}

.pop-reg-success .phoneClass div.active::after {
  width: 59px;
  height: 56px;
  content: '';
  background: url(../image/pop/phone-active.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8px;
  left: 7px;
  transition: all .2s;
}


/* 过期 */
.login .order-info-overtime {
  background-image: url("../images/pop-login-bg-overtime.png");
}

.login .order-info .content {
  padding-top: 660px;
  position: relative;
}

.login .order-info .step {
  margin-left: 20px;
}

.login .order-info .step1 .step-info {
  margin-top: 19px;
  margin-left: 106px;
}

.pop-login .step .step-info {
  /* padding-left: 30px; */
  position: relative;
}

.pop-login .pop-store {
  font-size: 0;
  position: absolute;
  left: 206px;
  top: 659px;
}

.pop-login .pop-store>a {
  width: 300px;
  height: 95px;
  display: block;
}

.pop-login .pop-store>a.gp-order {
  background: url("../images/pop-login-gp.png") no-repeat;
}

.pop-login .pop-store>a.ios-order {
  background: url("../images/pop-login-ios.png") no-repeat;
}

/* 系統選擇 */
.pop-login .content .step1-os-radio {
  position: absolute;
  top: 135px;
  left: 116px;
  font-size: 30px;
  color: #fff;
}

.pop-login .step1-os-radio #osRadioIOS2 {
  margin-left: 60px;
}

.pop-login .step1-os-radio img {
  width: 40px;
}

.pop-login .step1-os-radio span {
  vertical-align: middle;
  user-select: none;
}

.step1-os-radio .andriodLabel {
  margin-right: 60px;
}

.step1-os-radio label {
  cursor: pointer;
}

.login .order-info .step .step-info .order-select {
  width: 188px;
  height: 66px;
  margin: 0 auto;
  /* display: inline-block; */
  margin: 0 auto;
  background: #fff url(../images/order-select.png) no-repeat 95% center;
  border: 1px solid #5065b2;
  /* box-shadow: 3px 3px 3px #babfd5 inset; */
  font-size: 22px;
  font-weight: 700;
  color: #454545;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-left: 1%;
  box-sizing: border-box;
  position: absolute;
  line-height: 66px;
}

.login .order-info .step .step-info input {
  width: 270px;
  height: 66px;
  line-height: 66px;
  background: #fff;
  border: 1px solid #5065b2;
  /* box-shadow: 3px 3px 3px #babfd5 inset; */
  display: inline-block;
  margin: 0 auto;
  /* margin-top: 28px; */
  font-size: 22px;
  font-weight: 700;
  color: #454545;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  /* box-sizing: border-box; */
  position: absolute;
  left: 188px;
}

.login .order-info .step .step-info input::-webkit-input-placeholder {
  color: #565868;
}

.login .order-info .step .step-info input:-moz-placeholder {
  color: #565868;
}

.login .order-info .step .step-info input:-ms-input-placeholder {
  color: #565868;
}

.login .order-info .step .order-btn {
  /* margin-top: 35px; */
  /* position: relative;
    top: 80px; */
}

.login .order-info .step .order-btn .pop-btn-login {
  display: inline-block;
  position: relative;
  left: 92px;
  top: 130px;
}

.pop-login .step .step-fb {
  position: absolute;
  top: 423px;
  left: 384px;
  /* margin: 16px 0 65px 125px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.setep-btne {
  width: 188px;
  height: 82px;
  background: url("../images/warp-img/pop-up/setep-btne.png") no-repeat;
  background-size: 100%;
  position: absolute;
}

.pop-login .step .step-fb a {
  display: inline-block;
  vertical-align: middle;
}

.pop-login .step .step-fb a .fb-like {
  margin: 0 90px;
  display: block;
  -webkit-transform: scale(2.143);
  -moz-transform: scale(2.143);
  -ms-transform: scale(2.143);
  -o-transform: scale(2.143);
  transform: scale(2.143);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.pop-login .step .step-gift {
  position: absolute;
  top: 540px;
  left: 442px;
}

/* 预约成功弹窗 */
.reg-success-container .pop-success-bg,
.reg-success-container .pop-success-bg.success-android-bg,
.reg-success-container .pop-success-bg.success-hw-bg {
  position: relative;
  background: url(../image/pop/new-reg-success-bg.png) no-repeat;
  background-size: 100%;
  width: 643px;
  height: 720px;
}

.reg-success-container .pop-success-bg.success-android-bg {
  background: url(../image/pop/reg-success-android-bg.png) no-repeat;
  background-size: 100%;
}

.reg-success-container .pop-success-bg.success-hw-bg {
  background: url(../image/pop/reg-success-hw-bg.png) no-repeat;
  background-size: 100%;
}

/* 奖品播报 */
.pop-reg-success .reward-bg {
  position: absolute;
  left: 55px;
  top: 19px;
  width: 590px;
  overflow: hidden;
  height: 45px;
  background-image: none;
}

.pop-reg-success .requ {
  position: absolute;
  width: 558px;
  height: 175px;
  top: 228px;
  left: 83px;
  /* background-color: #0b3787; */
  z-index: 5;
}

.pop-reg-success .reward-list {
  position: absolute;
  font-size: 26px;
  white-space: nowrap;
  color: #fff;
  line-height: 45px;
  margin-left: 180px;
  -moz-animation: my-animation 45s linear infinite;
  -webkit-animation: my-animation 45s linear infinite;
  animation: my-animation 45s linear infinite;
}

.reward-list .reward-list-item {
  display: inline;
  margin-right: 160px;
}

@keyframes my-animation {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
}

/* 预订加码的苹果按钮 */
.pop-success-ios {
  position: absolute;
  left: 340px;
  top: 542px;
  width: 262px;
  height: 78px;
  z-index: 6;
}

.pop-success-gp {
  position: absolute;
  left: 340px;
  top: 560px;
  width: 262px;
  height: 78px;
  z-index: 6;
}

.pop-success-hw {
  position: absolute;
  left: 390px;
  top: 594px;
  width: 182x;
  height: 52px;
  z-index: 1;
}

.pop-success-hw.huawei::after {
  content: none;
}

.pop-success-gp.huawei::before {
  content: none;
}

/* .pop-success-gp.huawei {
  top: 660px;
} */

.pop-success-ios::after,
.pop-success-gp::after {
  content: "";
  display: inline-block;
  width: 71px;
  height: 72px;
  background: url(../image/section2/icon-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 55px;
  left: 220px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.pop-success-hw::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 67px;
  background: url(../image/section2/icon-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 82px;
  left: 183px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.pop-success-ios::before,
.pop-success-gp::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../image/pop/fb-ward1.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -17px;
  left: -2px;
  z-index: 1;
}

.pop-success-gp.no-after-before::before {
  content: none;
}

.pop-success-gp.no-after-before::after {
  content: none;
}

.pop-success-hw::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../image/section2/icon-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -17px;
  left: 4px;
  z-index: 1;
}

.pop-reg-success .ios-block,
.pop-reg-success .and-block {
  position: absolute;
  width: 558px;
  height:190px;
  top: 490px;
  left: 34px;
  /* background-color: #0b3787 */
}

.pop-reg-success .dia-close {
  top: -80px;
  left: 610px;
  width: 40px;
  height: 40px;
  /* background: url(../image/pop/pop-login-close.png) no-repeat; */
  background-size: 100%;
}

/* 預訂成功彈窗 */
.res-success-container .pop-res-bg {
  position: relative;
  background: url("../image/pop/pop-upres-success-bg.png") no-repeat;
  background-size: cover;
  width: 720px;
  height: 1007px;
  top: 0;
  left: 0;
}

/* pop-res-confirm.png */
.pop-res-success .pop-res-bg a {
  position: absolute;
  width: 420px;
  height: 94px;
  top: 780px;
  left: 50%;
  margin-left: -210px;
}

.pop-res-success .pop-res-bg a::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 57px;
  background: url(../image/section2/icon-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 57px;
  left: 340px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.pop-res-success .pop-res-bg a::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 59px;
  background: url("../image/section2/icon-red.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -25px;
  left: 40px;
  z-index: 1;
}

/* .res-success-container .pop-res-bg::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 47px;
  background: url(../image/pop/res-success-bg-light1.png) no-repeat;
  background-size: 100%;
  top: 275px;
  left: 215px;
  animation: flashScale 2s ease-in-out infinite 1s;
}

.res-success-container .pop-res-bg::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 47px;
  background: url(../image/pop/res-success-bg-light2.png) no-repeat;
  background-size: 100%;
  top: 385px;
  left: 273px;
  animation: flashScale 2s ease-in-out infinite;
} */

@keyframes flashScale {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.1;
  }
}

.res-success-container .requ {
  position: absolute;
  width: 600px;
  height: 380px;
  top: 235px;
  left: 0px;
  cursor: pointer;
}

/* .res-success-container .requ::before {
  content: '';
  position: absolute;
  width: 108px;
  height: 106px;
  background: url(../image/pop/res-success-bg-light3.png) no-repeat;
  background-size: 100%;
  top: 215px;
  left: 15px;
  animation: flashScale 2s ease-in-out infinite;
} */

.res-success-container .requ::after {
  content: '';
  position: absolute;
  width: 430px;
  height: 248px;
  background: url(../image/pop/res-success-bg-light5.png) no-repeat;
  background-size: 100%;
  top: -15px;
  left: 60px;
  animation: flashScale 2s ease-in-out infinite;
}


.res-success-container .requ {
  width: 720px;
  height: 465px;
  position: absolute;
  bottom: 155px;
  cursor: pointer;
}

.res-success-container .dia-close {
  left: 630px;
  top: 70px;
}

.pop-block .requ-ios,
.pop-block .requ-gp {
  position: absolute;
  width: 541px;
  height: 300px;
  top: 118px;
  left: 49px;
}

.pop-block2 {
  position: absolute;
  width: 553px;
  height: 225px;
  top: 760px;
  left: 80px;
  z-index: 12;
}

.pop-requ {
  cursor: pointer;
  position: absolute;
  bottom: 380px;
  left: 60px;
}

.pop-requ div {
  width: 180px;
  height: 51px;
  background: url(../image/pop/claim.png) no-repeat;
  background-size: 100%;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
}

.pop-requ div.active {
  width: 179px;
  pointer-events: none;
  background: url(../image/pop/claimed.png) no-repeat;
  background-size: 100%;
}

.pop-requ .first-btn {
  left: 25px;
  top: 151px;
}

.pop-requ .second-btn {
  left: 220px;
  top: 151px;
}

.pop-requ .third-btn {
  left: 415px;
  top: 151px;
}

.pop-login .min::after, .pop-login .second::after {
  content: '';
  width: 17px;
  height: 31px;
  position: absolute;
  left: 80px;
  top: 43px;
  z-index: -1;
  background: url(../image/pop/text.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s;
  opacity: 0;
}

.pop-login .min::after {

}

.pop-login .second::after {
  left: 99px;
}


.pop-login .time-box .min,
.pop-login .time-box .second,
.pop-login .time-box .millisecond {
  /* opacity: 0; */
}

.pop-login .min,
.pop-login .second,
.pop-login .millisecond {
  font-size: 45px !important;
  background: linear-gradient(180deg, 
  #FFFFFF 0%, 
  #FFFFFF 30%, 
  #FFFFFF 60%, 
  #FFFFFF 100%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* filter: drop-shadow(-1px -1px 8px rgba(0,0,0,0.3)) 
         drop-shadow(1px -1px 8px rgba(0,0,0,0.3))
         drop-shadow(-1px 1px 8px rgba(0,0,0,0.3))
         drop-shadow(1px 1px 8px rgba(0,0,0,0.3)); */
}

.pop-login .min {
  position: absolute;
  /* color: #ff5400; */
  font-family: "DM Serif Text", serif;
  text-align: center;
  font-size: 60px;
  top: 536px;
  left: 407px;
  width: 60px;
  font-weight: bold;
  text-align: center;
      background: linear-gradient(180deg, 
  #FFFFFF 0%, 
  #FFFFFF 30%, 
  #FFFFFF 60%, 
  #FFFFFF 100%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* filter: drop-shadow(-0.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(-0.01rem .01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem .01rem .06rem rgba(255, 0, 0, 0.25)); */
}

.pop-login .second {
  position: absolute;
  /* color: #ff5400; */
  font-family: "DM Serif Text", serif;
  text-align: center;
  font-size: 60px;
  top: 536px;
  left: 477px;
  width: 60px;
  font-weight: bold;
  text-align: center;
      background: linear-gradient(180deg, 
  #FFFFFF 0%, 
  #FFFFFF 30%, 
  #FFFFFF 60%, 
  #FFFFFF 100%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* filter: drop-shadow(-0.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(-0.01rem .01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem .01rem .06rem rgba(255, 0, 0, 0.25)); */
}

.pop-login .millisecond {
  position: absolute;
  /* color: #ff5400; */
  font-family: "DM Serif Text", serif;
  text-align: center;
  font-size: 60px;
  top: 536px;
  left: 546px;
  width: 60px;
  font-weight: bold;
  text-align: center;
      background: linear-gradient(180deg, 
  #FFFFFF 0%, 
  #FFFFFF 30%, 
  #FFFFFF 60%, 
  #FFFFFF 100%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* filter: drop-shadow(-0.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem -0.01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(-0.01rem .01rem .06rem rgba(255, 0, 0, 0.25)) drop-shadow(.01rem .01rem .06rem rgba(255, 0, 0, 0.25)); */
}

@font-face {
  font-family: 'subset-SourceHanSansCN-Bold';
  src: url('../../fonts/subset-SourceHanSansCN-Bold.ttf');
}

.pop-login .phoneNumber {
  position: absolute;
  top: 691px;
  left: 428px;
  width: 60px;           
  height: 60px;         
  line-height: 60px; 
  font-size: 43px;
  font-family: subset-SourceHanSansCN-Bold;
  font-weight: bold;
  text-align: center;
  background-color: #ff0000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; /* 保证宽度生效 */
  /* opacity: 0; */
}

.timesList {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 185px;
  transform: translateX(-47%);
}

.timesList li {
  width: 73px;
  height: 55px;
  background: url(../image/pop/times-bg.png) no-repeat;
  background-size: 100%;
  margin-right: 46px;
  font-size: 52px;
  color: #f6550e;
  line-height: 55px;
  text-align: center;
  font-weight: bold;
}

.timesList li:last-child {
  margin-right: 0;
}


.award-container .pop-award {
  width: 720px;
  height: 457px;
  position: absolute;
  background: url(../image/section2/Reward-inquiry.png) no-repeat;
  background-size: 100%;
  top: 558px;
  left: 360px;
}

.award-container .pop-award  .pop-award-btn {
    width: 379px;
    height: 115px;
    position: absolute;
    background: url(../image/section2/pop-award-btn.png) no-repeat;
    background-size: 100%;
    top: 460px;
    left: 165px;
}

.award-container .pop-award  .pop-award-btn::before {
  content: '';
  width: 71px;
  height: 72px;
  position: absolute;
  background: url(../image/section2/fb-ward-hand.png) no-repeat;
  background-size: 100%;
  top: 50px;
  left: 300px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.award-container .pop-award  .award-close {
  width: 44px;
  height: 39px;
  position: absolute;
    background: url(../image/section2/award-close.png) no-repeat;
    background-size: 100%;
    top: -25px;
    left: 620px;
}


/* 中奖率整体容器（在弹窗里） */
.pop-login .lottery-rate {
  position: absolute;
  /* 这两个位置你按 PSD 自己调 */
  top: 567px;
  left: 382px;
  display: flex;
  align-items: center;
  font-size: 0; /* 去掉间隙 */
}

/* 如果不需要再显示基础 81.9% 文案，可以隐藏 */
.pop-login .lottery-rate #baseRate {
  display: none;
}

/* 三个数字容器 */
.pop-login .lottery-rate .final-rate {
  display: flex;
  gap: 17px; /* 数字之间的间距，按 PSD 调整 */
}

.pop-login .lottery-rate .final-rate span:nth-child(3) {
  margin-left: 15px;
}

/* 单个数字格子样式 */
.pop-login .lottery-rate .final-rate span {
  display: inline-block;
  width: 46px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-weight: bold;
  font-size: 60px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* background-image: linear-gradient(
    180deg,
    #fffdc8 0%,
    #fffdc8 30%,
    #fffdc8 60%,
    #fffdc8 100%
  ); */
  background-image: linear-gradient(
    180deg,
    #fff 0%,
    #fff 30%,
    #fff 60%,
    #fff 100%
  );
}
