.activity-main .content-wrapper {
  background-color: #fff;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  padding: 0.3rem 0.4rem 0;
  box-sizing: border-box;
  position: relative;
}
.activity-main .content-wrapper .list-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 0.01rem solid #dcdcdc;
  border-radius: 0.1rem;
  height: 0.9rem;
  padding: 0 0.24rem;
  margin-bottom: 0.36rem;
  position: relative;
}
.activity-main .content-wrapper .list-input-wrapper .em-input-item.em-list-item {
  width: 2rem;
}
.activity-main .content-wrapper .list-input-wrapper .image-code {
  width: 1.2rem;
  height: 0.41rem;
  margin-left: 0.2rem;
}
.activity-main .content-wrapper .list-input-wrapper .textOnlyClass {
  padding: 0;
  background-color: #fff;
}
.activity-main .content-wrapper .list-input-wrapper .label-icon {
  width: 0.36rem;
  height: 0.36rem;
}
.activity-main .content-wrapper .list-input-wrapper .label-icon.label-padding {
  margin-right: 0.2rem;
}
.activity-main .content-wrapper .list-input-wrapper .sms-button {
  margin-left: 0.2rem;
}
.activity-main .content-wrapper .list-input-wrapper .sms-button.is-disabled {
  color: #c3c3c3;
  opacity: 1;
  background-color: transparent;
}
.activity-main .content-wrapper .list-input-wrapper .area-code-input {
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.activity-main .content-wrapper .list-input-wrapper .area-code-input span {
  font-size: 0.32rem;
  padding-right: 0.1rem;
}
.activity-main .content-wrapper .list-input-wrapper .area-code-input .iconfont {
  font-size: 0.24rem;
}
.activity-main .content-wrapper .list-input-wrapper .area-code-input .area-code-select {
  position: absolute;
  width: 1.1rem;
  opacity: 0;
}
.activity-main .content-wrapper .list-input-wrapper .area-code-select {
  font-size: 0.32rem;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
}
.activity-main .content-wrapper .list-input-wrapper .area-code-select::after {
  content: "";
}
.activity-main .content-wrapper .submit-button img {
  width: 100%;
}
.activity-main .content-wrapper .footer-wrapper {
  text-align: center;
  padding-bottom: 1rem;
}
.activity-main .content-wrapper .footer-wrapper p {
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #666;
}
.activity-main .pic-img {
  display: block;
  width: 100%;
}
.tips-wrapper {
  position: absolute;
  top: 0.25rem;
  right: 0;
}
.tips-wrapper .tips-img {
  height: 0.48rem;
  width: 1.28rem;
}
.dialog-content-msg {
  text-align: center;
  font-size: 0.34rem;
}
.dialog-content-title {
  text-align: center;
  font-size: 0.34rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
.dialog-content-footer-button {
  padding-bottom: 0.3rem;
}

.wrapper .banner-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.wrapper .banner-wrapper.header {
  background-color: #D3E9FF;
}
.wrapper .banner-wrapper.footer {
  background-color: #FFF;
}
.wrapper .banner-wrapper .header-wrap {
  position: relative;
}
.wrapper .banner-wrapper .header-wrap .guide-wrapper {
  position: absolute;
  top: 1rem;
  right: 0;
}
.wrapper .banner-wrapper .header-wrap .guide-wrapper .guide-img {
  height: 0.72rem;
  width: 1.94rem;
}
.wrapper .banner-wrapper .image {
  height: 14.4rem;
}
.wrapper .banner-center {
  width: 100%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  height: 14.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.wrapper .banner-center.center1 {
  background-color: #FFFFFF;
}
.wrapper .banner-center.center2 {
  background-color: #F6FAFD;
}

* {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
}
html,
body {
  font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", Helvetica, "Microsoft YaHei", Arial;
  font-size: 0.34rem;
  color: #333;
  height: 100%;
}
body {
  background-color: #fff;
}
a {
  text-decoration: none;
}
ol,
ul,
li {
  list-style-type: none;
}
.borderBottom {
  border-bottom: 1PX solid #eee;
}
table {
  border-collapse: collapse;
}
img {
  border: 0;
}
input::-webkit-input-placeholder {
  color: #c3c3c3 !important;
}
input::placeholder {
  color: #c3c3c3 !important;
}
#App {
  height: 100%;
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .mobile-wrap {
    display: block;
  }
  .pc-wrap {
    display: none;
  }
}
@media screen and (min-device-width: 500px) {
  body {
    color: red;
  }
  .mobile-wrap {
    display: none;
  }
  .pc-wrap {
    display: block;
  }
}

