﻿.activity-main .activity-banner {
  width: 100%;
}
.activity-main .em-input-item.em-list-item .em-input-item-inline .em-input-item-clear {
  display: none;
}
.activity-main .content-wrapper {
  padding: 0.5rem 0.85rem;
  box-sizing: border-box;
  position: relative;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f2f0 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f9f2f0 100%);
}
.activity-main .content-wrapper .input-img {
  width: 100%;
}
.activity-main .content-wrapper .input-text {
  padding: 0.2rem 0 0.4rem 0;
  font-size: 0.2rem;
  color: #999;
  text-align: center;
}
.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;
  background-color: #fff;
  border: 0.02rem solid #ccc;
  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 {
  text-align: center;
  padding-top: 0.24rem;
}
.activity-main .content-wrapper .submit-button img {
  width: 5.44rem;
}
.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-view {
  padding-bottom: 1rem;
}
.activity-main .pic-img-view .pic-img {
  display: block;
  width: 100%;
}
.activity-main .tips {
  padding: 0.5rem 0.3rem 1.88rem;
  color: rgba(199, 128, 7, 0.6);
  font-size: 0.22rem;
  line-height: 0.38rem;
  text-align: justify;
  font-weight: "400";
}
.tips-wrapper {
  position: absolute;
  top: 0.7rem;
  right: 0;
}
.tips-wrapper .tips-img {
  height: 0.48rem;
}
.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;
}

* {
  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: #f9f2f0;
}
a {
  text-decoration: none;
}
ol,
ul,
li {
  list-style-type: none;
}
.borderBottom {
  border-bottom: 1PX solid #eee;
}
table {
  border-collapse: collapse;
}
img {
  border: 0;
  pointer-events: none;
}
input::-webkit-input-placeholder {
  color: #c3c3c3 !important;
}
input::placeholder {
  color: #c3c3c3 !important;
}
#App {
  height: 100%;
}
.image-loading {
  text-align: center;
  position: relative;
}
.image-loading .image-loading-empty {
  visibility: hidden;
  width: 100%;
  height: 3rem;
}
.image-loading .iconfont {
  font-size: 0.8rem;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
}

