.hide {
  overflow: hidden;
}
input{
  padding: 0;
    margin: 0;
    border: 0;  
    list-style: none;
    outline: none;
    box-sizing: border-box;
}
.btn-send {
  text-decoration: none;
  color: #f50;
  font-size: 16px;
  margin-left: auto;
  margin-right: 20px;
}
.page{
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top-banner{
  top: 100px;
    right: 60px;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    box-sizing: border-box;
    width: 330px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    background: rgba(121, 22, 22, 0.25);
    border-radius: 4px;
    text-align: center;
}
.top-banner .title-content{
  text-align: center;
}

.top-banner .title-content .title1{
    width: 146px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: url(../images/bg-title-ling.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: 700;
    color: #FFFCF3;
    margin: 24px auto 16px;
}
.top-banner .title-content .title2{
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
}

.top-banner .title-content .title3{
  font-size: 14px;
    color: #FFFFFF;
    margin: 4px 0 16px;
}

.top-input-box{
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 200px;
  margin: 0 auto;
}
.top-input-box .top-phone-div{
  box-sizing: border-box;
  color: #8D8D8D;
  width: 198px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #1B6E73;
  border-radius: 34px;
  padding-left: 12px;
  margin-bottom: 5px;
}

.top-input-box .top-sms-div{
  box-sizing: border-box;
  color: #8D8D8D;
  width: 106px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #1B6E73;
  border-radius: 34px;
  padding-left: 12px;
}
.top-input-box .sms-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.top-input-box .top-btn-send{
  text-decoration: none;
  color: white;
  font-size: 14px;
  margin-left: auto;
  border: 1px solid #fff;
  padding: 4px 6px;
}





.top-banner .top-sign-up{
  width: 198px;
  height: 34px;
  line-height: 34px;
  background: #FFDF7F;
  box-shadow: 0px 2px 2px 0px #cd4b4a;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #7B1F1E;
  margin: 12px auto 0;
  cursor: pointer;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.overlay-white {
  background-color: #fff;
}
.popup {
  position: fixed;
  width: 344px;
  left: 50%;
  transform: translate(-50%, 0);
  background: none;
  top: 50%;
  margin-top: -100px;
  background: white;
}
.popup-bg{
  padding-bottom: 10px;
}
.popup-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
}
.popup-pay-detail {
  width: 100%;
  margin: 0 auto 10px auto;
}
.input {
  outline: none;
  border: none;
  background: none;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}
.phone {
  width: 100%;
}
.popup-countdown {
  position: absolute;
  top: 18px;
    left: 180px;
  color: #fff;
  font-size: 22px;
}
.popup-countdown span {
  margin-right: 14px;
}

.popup-pay-form1 {
  position: absolute;
  left: 0;
  bottom: 72px;
  width: 100%;
}
.popup-pay-form {
  position: absolute;
  left: 0;
  top: 242px;
  width: 100%;
}
.popup-pay-form-item {
  display: flex;
  justify-items: center;
  align-items: center;
  margin-right: 5px;
  margin-left: 94px;
  margin-bottom:30px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.popup-pay-form-item .icon {
  width: 23px;
  margin-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #ccc;
}
.btn-pay {
  background-color: #f50;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  cursor: pointer;
}
.btn-pay1 {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  background-color: #f50;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 80%;
  margin: 0 auto;
  border-radius: 20px;
}
.footer-form{
  position: absolute;
  display: flex;
  height: 100%;
  justify-content: center;
  top: 0;
  width: 100%;
  align-items: center;
  padding-left: 166px;
}
.footer-form .footer-input-box{

}
.bottom-sms-box{
  display: flex;
  align-items: center;
}

.footer-form .bottom-phone-input{
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #1B6E73;
  border-radius: 17px;
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 12px;
  width: 100%;
}
.footer-form .bottom-sms-input{
  width: 106px;
  height: 34px;
  line-height: 34px;
  background: #FFFFFF;
  border: 1px solid #1B6E73;
  border-radius: 17px;
  padding-left: 12px;
  font-size: 14px;
}
.footer-form .bottom-sign-up{
  width: 16%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #FFDF7F;
  border-radius: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #7B1F1E;
  cursor: pointer;
  margin-left: 20px;
}
.bottom-btn-send{
  text-decoration: none;
    color: white;
    font-size: 14px;
    margin-left: 20px;
    border: 1px solid #fff;
    padding: 4px 6px;

}
.btn-fixed-buy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  min-width: 1200px;
}
.btn-fixed-buy img{
  width: 100%;
}
.popup-pay-price {
  margin: 0 20px 10px 20px;
  font-size: 14px;
}
.tag {
  background-color: #f50;
  color: #fff;
  font-size: 12px;
  padding: 3px 15px;
  border-radius: 2px;
  margin-right: 10px;
}
.price {
  color: #f50;
  font-size: 16px;
}
.price b {
  font-size: 24px;
}
.input-code {
  width: 140px;
}

.popup-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.popup-giveup .btn-popup-giveup-giveup,
.popup-giveup .btn-popup-giveup-submit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 320px;
  width: 195px;
  height: 43px;
}
.popup-giveup .btn-popup-giveup-submit {
  top: 380px;
}

.popup-success {
  height: 667px;
}

.popup-gongzhong{
  padding-top: 100px;
}
#popup-erweima-img{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.popup-close1 , .popup-close2{
  position: absolute;
  right: 5px;
  top: 60px;
  width: 30px;
  height: 30px;
}
.popup-close3{
  position: absolute;
  right: 16px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(0, -240px);
}
#loadingToast {
  position: fixed;
  z-index: 999;
}
#loadingToast .weui-toast{
  position: fixed;
  z-index: 5000;
  font-size: 10px;
  width: 13.6em;
  height: 13.6em;
  top: 50%;
  left: 50%;
  margin-left: -6.8em;
  margin-top: -6.8em;
  text-align: center;
  border-radius: 12px;
  color: rgba(255,255,255,0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #4c4c4c;
  box-sizing: border-box;
  line-height: 1.4;
}

.input-box{
  position: relative;
}
.input-bg{
  width: 100%;
  display: block;
}



/* 隐私相关 */

.check-box{
  width: 100%;
  position: absolute;
  bottom: 58px;
  text-align: center;
}
.check-box1{
  bottom: 50px;
}
.check-box span{
  height: 20px;
  line-height: 20px;
  display: inline;
  vertical-align: middle;
  font-size: 12px;
}

.show__privacy{
  color: blue;
}

.check__privacy{
  display: inline;
  width: auto;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}

.privacy__modal{
  background-color: #ffffff;
  height: 400px;
  overflow-y: auto;
  padding: 26px 8px;
  border-radius: 5px;
  width: 80%;
}
.privacy__modal h1{
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}

.privacy__modal h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.privacy__modal h4 {
  margin-left: 2em;
  margin-bottom: 10px;
}

.privacy__modal h5 {
  margin-left: 3em;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}
  
.privacy__modal .sdk-wrap {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}

.privacy__modal span {
  display: block;
  font-size: 18px;
  text-align: right;
}

.privacy__modal p {
  margin-left: 2em;
  margin-bottom: 10px;
  text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
}
.privacy__modal .sdk-wrap p {
  margin-bottom: 0;
  text-indent: 0;
  word-break: break-all;
}
/* 隐私相关 -- end */

.weui-toast__content{
 margin: 5px 0 15px;;
}


@media (min-width: 800px) {


  .popup-pay-form-item{
    margin-left: 94px;
    margin-bottom:28px;
  }
  .popup-pay-form{
    top: 242px;
  }
  .popup-middle{
    max-width: 460px;
  }
  .btn-popup-giveup-giveup{
    top: 380px !important;
  }
  .btn-popup-giveup-submit{
    top: 440px !important;
  }
  .popup-pay-form1{
    bottom: 84px;
  }
} 

.disable{
  -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);	
	filter: gray;
}

.timedown-box{
  position: relative;
}
.timedown-num-box{
  display: none;
  position: absolute;
  bottom: 77px;
  right: 0;
  width: 43%;
  font-size: 20px;
  color: #743C11;
}
.timedown-num-box span{
  font-weight: bolder;
}

.timedown-data-box{
  position: absolute;
  bottom: 132px;
  left: 50%;
  margin-left: -73px;
  width: 141px;
  height: 48px;
  justify-content: space-between;
  font-size: 20px;
  color: #743C11;
  display: flex;
}
.timedown-data-box div{
  width: 50%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
}


.timedown-num-min{
  margin-left: 18px;
}
.timedown-num-second{
  margin-left: 20px;
}

.showPopup{
  cursor:pointer;
}


.popup-close-org{
  position: absolute;
  right: 16px;
  top: 64px;
  width: 30px;
  height: 30px;
}
.weixin-bg-org{
  width: 66%;
  margin: 0 auto;
  display: block;

}
.weixin-bg-org-box{
  position: relative;
}
.popup-gongzhong-org-img{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.popup-wechat-org-img{
  position: absolute;
  top: 39%;
  left: 50%;
  margin-left: -18%;
  width: 36%;
  z-index: 9;
}

.position-box{
  position: fixed;
  top: 50%;
  margin-top: -321px;
  right: 20px;
  width: 200px;
  height: 643px;
}
.position-png{
  width: 100%;  
}
.close-position{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
}