.dialog-mask {
  background-color: rgb(0, 0, 0);
  border-top: 1px solid rgb(0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  z-index: 9998;
}

.dialog-common {
  width: 636px;
  height: 270px;
  border-radius: 10px;
  background-color: #EFE4CA;
  border: 3px solid #000;
  box-sizing: border-box;
  padding: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -318px;
  margin-top: -135px;
  z-index: 9999;
}

.dialog-inner {
  width: 100%;
  height: 100%;
  background-color: #FEF8E7;
  border-radius: 10px;
  overflow: hidden;
}

.close {
  background: url(../../assets/images/dialog/btn-close.png) no-repeat;
  background-size: cover;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 5px;
  right: -60px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.8s ease;
}

.close:hover {
  transform: rotate(360deg);
}

.dialog-common .cont {
  width: 90%;
  color: #333333;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog-common .title {
  color: #765222;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
}

.dialog-common .title-icon {
  display: block;
  width: 318px;
  height: 8px;
  margin: 10px auto 0;
}

.dialog-login {
  width: 800px;
  height: 514px;
  margin-top: -257px;
  margin-left: -400px;
}
.kaisa {
  width: 426px;
  height: 474px;
  position: absolute;
  top: -60px;
  left: 0px;
}
.kaisa-title {
  width: 174px;
  height: 54px;
  position: absolute;
  bottom: 30px;
  left: 70px;
}

.dialog-rightBox {
  width: 430px;
  position: absolute;
  left: 360px;
  top: 0px;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  border: 3px solid #C7BC9E;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
}

input[type=radio]:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #765222;
  border-radius: 50%;
  transform: scale(0);
  transition: all ease-in-out 300ms;
}

input[type=radio]:checked:after {
  transform: scale(1);
}

.dialog-login .mSystem {
  width: 85%;
  margin: 15px auto 0;
  text-align: left;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
}

.mSystem .mSystem-title {
  font-weight: 700;
}

.mSystem-ios,
.mSystem-android {
  margin-left: 20px;
}

.mNumer {
  width: 85%;
  margin: 20px auto 0;
  text-align: left;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
}

.mNumer-value {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #C7BC9D;
  border-radius: 10px;
  width: 264px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-left: 20px;
  font-size: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
	margin: 0;
}

.imgCaptcha {
  width: 85%;
  margin: 20px auto 0;
  text-align: left;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
}

/* .imgCaptcha-title {
  letter-spacing: 8px;
} */

.imgCaptcha-value {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #C7BC9D;
  border-radius: 0.1rem;
  width: 122px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-left: 14px;
  vertical-align: middle;
  font-size: 16px;
}

.imgCaptchaHtml {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-left: 10px;
  border: 1px solid #C7BC9D;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}

.imgCaptchaHtml #captcha-img {
  width: 100%;
}

.mCaptcha {
  width: 85%;
  margin: 20px auto 0;
  text-align: left;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
}

/* .mCaptcha-title {
  letter-spacing: 8px;
} */

.mCaptcha-value {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #C7BC9D;
  border-radius: 10px;
  width: 122px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-left: 14px;
  vertical-align: middle;
  font-size: 16px;
}

.mCaptcha-btn {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-left: 10px;
  border: 1px solid #C7BC9D;
  border-radius: 10px;
  background-color: #F9DD18;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.pre-title {
  width: 85%;
  margin: 10px auto 0;
  font-size: 16px;
  color: #765222;
  line-height: 17px;
}
.pre-title img {
  width: 15px;
  height: 17px;
  margin-right: 10px;
  vertical-align: middle;
}

.pre-prizes {
  display: block;
  width: 372px;
  height: 75px;
  margin: 10px auto 0;
}

.dialog-login .pre-btn {
  width: 236px;
  height: 71px;
  display: block;
  margin: 20px auto 0;
}

.dialog-invite {
  width: 800px;
  height: 514px;
  margin-top: -257px;
  margin-left: -400px;
}
.dialog-invite .title {
  font-size: 20px;
}
.dialog-invite .hint1 {
  width: 85%;
  margin: 10px auto 0;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.dialog-invite #qrcode {
  width: 150px;
  height: 150px;
  margin: 10px auto 0;
}
.dialog-invite #qrcode img {
  width: 100%;
}
.invite-title {
  width: 90%;
  height: 28px;
  margin: 20px auto 0;
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
.invite-title img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

.inviteUrlBox {
  width: 95%;
  margin: 10px auto 0;
}

.inviteUrl {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #C7BC9D;
  border-radius: 10px;
  width: 200px;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  margin-left: 20px;
  font-size: 18px;
  vertical-align: middle;
}
.copy-btn {
  display: inline-block;
  width: 120px;
  height: 42px;
  margin-left: 14px;
  border: 1px solid #C7BC9D;
  border-radius: 10px;
  background-color: #F9DD18;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  line-height: 42px;
  text-align: center;
  color: #000;
  font-size: 18px;
}

.dialog-invite .hint2 {
  width: 85%;
  margin: 10px auto 0;
  font-size: 16px;
  color: #C90000;
  text-align: left;
}

.invite-btn {
  width: 2.71rem;
  height: 0.84rem;
  display: block;
  margin: 0.3rem auto 0;
  cursor: pointer;
}
.dialog-comfirm {
  height: 600px;
  margin-top: -300px;
}
.dialog-comfirm .title-icon {
  width: 451px;
  height: 8px;
}
.showPrizeBox {
  width: 226px;
  height: 226px;
  background-color: #3333333d;
  border-radius: 10px;
  margin: 30px auto 0;
  padding: 30px;
  box-sizing: border-box;
}
.showPrizeBox img {
  width: 100%;
}
.dialog-comfirm .hint3 {
  color: #765222;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin: 20px auto 0;
}
.dialog-comfirm .hint4 {
  color: #C90000;
  font-size: 18px;
  text-align: center;
  margin: 5px auto 0;
}
.comfirm-btnBox {
  width: 410px;
  height: 59px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
.comfirm-btnBox img {
  width: 169px;
  cursor: pointer;
}
.dialog-truntableRules {
  height: 530px;
  margin-top: -265px;
}

.dialog-truntableRules .title-icon {
  width: 451px;
  height: 8px;
}

.truntableRules-cont {
  width: 70%;
  font-size: 14px;
  margin: 30px auto 0;
  line-height: 3;
}

.dialog-video {
  width: 800px;
  height: 500px;
  margin-top: -250px;
  margin-left: -400px;
  box-sizing: border-box;
  padding: 5px;
}
.dialog-video .dialog-inner {
  background-color: #1D1D1D;
}
.video-cont {
  width: 100%;
  height: 100%;
}

.wxShare {
  width: 4.69rem;
  height: 6.35rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10000;
}
.wxShare img {
  width: 100%;
}
.dialog-wx {
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}
.dialog-wx img {
  width: 100%;
}
.dialog-wx .close {
  transform: scale(0.9);
  top: 0.01rem;
  right: 0.01rem;
}
/* 新增奖励弹窗 */
.dialog-getPrize {
  height: 500px;
  margin-top: -250px;
}
.dialog-getPrize .title-icon {
  width: 451px;
  height: 8px;
}
.btn-comfirm {
  display: block;
  width: 169px;
  height: 58px;
  margin: 50px auto 0;
  cursor: pointer;
}

.dialog-end {
  width: 600px;
  height: 340px;
  margin-top: -170px;
  margin-left: -300px;
}

.end-left {
  width: 220px;
  height: 418px;
  position: absolute;
  top: -60px;
  left: 50px;
}
.end-left img{
  width: 100%;
}
.end-title {
  position: absolute;
  top: 40px;
  right: 70px;
  color: #765222;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
}
.end-title i {
  font-size: 26px;
  font-style: normal;
}

.end-apple, .end-Android {
  width: 187px;
  height: 70px;
  position: absolute;
  top: 120px;
  right: 110px;
}

.end-apple img, .end-Android img {
  width: 100%;
}

.end-Android {
  top: 200px;
}