* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  z-index: 999;
}
html {
  max-width: 540px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

.cornerMark {
  background-color: #c1e0e9;
  color: #596f8d;
  font-size: 0.35rem;
  position: absolute;
  top: 0.6rem;
  right: -2px;
  border-radius: 0.3rem 0 0 0.3rem;
  padding: 0.15rem 0.4rem;
  line-height: 1;
}

#app {
  margin: 0 auto;
  background-color: #fdd43c;
  font-size: 0.35rem;
  position: relative;
}
.adld {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
  position: absolute;
  top: -0.5rem;
  left: 1.8rem;
}
.adadd {
  left: 50%;
  transform: translateX(-50%);
}

/* 表单 */
.form {
  width: 90%;
  margin: 1rem auto 0;
}

.form .item-box {
  margin: 0 auto 0.3rem;
  position: relative;
}

.form input {
  width: 100%;
  height: 1.25rem;
  padding: 0 0.5rem;
  font-size: 0.4rem;
  font-weight: 300;
  text-align: left;
  box-sizing: border-box;
  border: none;
  color: #ff2951;
  background-color: rgb(255, 255, 255);
  border-radius: 1rem;
  outline: none;
}

.form input::-webkit-input-placeholder {
  color: #646262;
}

#getCode {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: rgb(254, 200, 2);
  font-size: 0.4rem;
  font-weight: bold;
  padding: 0 0.25rem;
  height: 0.85rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.getCode2 {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: rgb(254, 200, 2);
  font-size: 0.4rem;
  font-weight: bold;
  padding: 0 0.25rem;
  height: 0.85rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#toApply {
  animation: move 1s infinite;
}

@keyframes move {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

.bottom-btn {
  width: 85%;
  position: fixed !important;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}

/* 协议 */
.agreement {
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 0.35rem;
}

.agreement .remark {
  font-size: 12px;
  transform: scale(0.9);
  margin: 0.2rem 0 0.3rem;
}

.agreement .explain-btn {
  color: #5c49ef;
  color: rgb(255, 207, 31);
}

/* 自定义checkbox样式-图片 */
.agreement input {
  display: none;
}

.agreement input + label {
  background: url(../img/未选中.png) left center no-repeat;
  background-size: 0.38rem 0.38rem;
  padding-left: 0.5rem;
}

.agreement input:checked + label {
  background-image: url(../img/选中.png);
}

.agreement .tel {
  font-size: 0.45rem;
}

/* 活动说明 */
.explain {
  color: #ffffff;
  padding-bottom: 1rem;
  margin: 0.5rem auto 0;
  font-weight: bold;
}
.info {
  padding: 0 7%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.diquinfo {
  width: 1.5rem;
  border-radius: 0.4rem;
  height: 15px;
  margin-left: 0.2rem;
  margin-top: 0.3rem;
  color: white;
  background: #e53a51;
  font-size: 0.3rem;
  line-height: 15px;
  text-align: center;

  font-weight: bold;
}
.shouqi img{
  width: 0.5rem;
  height: 15px;
}
.explain-title {
  color: #eee;
  font-size: 0.5rem;
  text-align: center;
}

.explain-main {
  padding: 0 7%;
  color: #eee;
  border-radius: 0.2rem;
  line-height: 1.6;
  white-space: pre-line;
  font-size: 0.35rem;
}
.explain-main1 {
  padding: 0 7%;
  color: #eee;
  border-radius: 0.2rem;
  line-height: 1.6;
  white-space: pre-line;
  /* display: none; */
  font-size: 0.35rem;
}
.guangdonginfo {
  display: none;
}
.shanghaiinfo {
  display: none;
}
.liaoninginfo {
  display: none;
}
.jiangxiinfo {
  display: none;
}
.chongqinginfo {
  display: none;
}
.hebeiinfo {
  display: none;
}
.hunaninfo {
  display: none;
}
.fujianinfo {
  display: none;
}
.xinjianginfo {
  display: none;
}
.addText {
  margin-top: -0.5rem;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
