/* 移动端 */
input:-webkit-autofill, input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px #180c33 inset;
  -webkit-text-fill-color: #776997;
  caret-color: #776997;
}

.p-main {
  width: 10.80rem;
  min-height: 100%;
  margin: 0 auto;
}

.pop-box .pop-content-box {
  width: 8.06rem;
  min-height: 3.67rem;
  padding-top: 1.52rem;
  padding-bottom: 0.7rem;
  box-sizing: border-box;
  position: relative;
  background-image: url('//r2cdn-cnp.r2games.com.cn/activity/paint2022/images/pop/bg-pop.png');
  background-size: 100% 100%;
  background-position: center;
  z-index: 101;
}

.pop-box .pop-box-big {
  background-image: url('//r2cdn-cnp.r2games.com.cn/activity/paint2022/images/pop/bg-pop-big.png');
}

.pop-box .pop-content-box .title {
  width: 100%;
  /* height: 100%; */
  text-align: center;
  position: absolute;
  left: 0;
  top: -0.63rem;
  user-select: none;
}

.pop-box .pop-content-box .title img {
  width: 4.58rem;
  height: 1.28rem;
  object-fit: contain;
}

.pop-box .pop-content-box .title .tips-title-img {
  height: 1.28rem;
  margin: auto;
  background-image: url('//r2cdn-cnp.r2games.com.cn/activity/paint2022/images/pop/p-t-7.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.pop-box .pop-content-box .content {
  padding: 0 0.48rem;
  text-align: center;
  color: #5ef9ff;
}

.pop-box .pop-content-box .content .content-title {
  font-size: 0.60rem;
  font-weight: 600;
  z-index: 101;
}

.pop-box .pop-content-box .pop-close-btn {
  width: 0.62rem;
  height: 0.62rem;
  position: absolute;
  top: -0.28rem;
  right: -0.28rem;
  cursor: pointer;
  user-select: none;
  z-index: 120;
  background-image: url('//r2cdn-cnp.r2games.com.cn/activity/paint2022/images/pop/close.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.pop-box .pop-content-box .pop-err-tips {
  min-height: 0.5rem;
  text-align: center;
  font-size: 0.32rem;
  color: red;
  /* display: none; */
}

.js-upload-err-tips {
  text-align: center;
  font-size: 0.32rem;
  color: red;
  margin: 0.12rem 0;
  margin-bottom: 0.4rem;
  /* display: none; */
  height: 0.4rem;
}

.js-deatil-err-tips {
  text-align: center;
  font-size: 0.16rem;
  color: red;
  padding: 0.12rem 0;
  display: none;
}

.pop-box .pop-content-box .content .content-info {
  font-size: 0.24rem;
  margin-top: 0.32rem;
}

.pop-box .pop-content-box .content p {
  text-align: left;
  font-size: 0.24rem;
}

.pop-box .pop-content-box .content p:first-child {
  margin-bottom: 0.48rem;
}

.pop-box .pop-content-box .check-box {
  margin-top: 0.32rem;
  padding-top: 0.24rem;
  border-top: 0.01rem solid #6b579b;
  font-size: 0.24rem;
  text-align: left;
}

.pop-box .pop-content-box .check-box .icon {
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}

.pop-box .pop-content-box .form-box {
  margin: 0.32rem 0.48rem 0.65rem 0.48rem;
}

.pop-box .pop-content-box .form-box .form-item {
  width: 100%;
  background: #180c33;
  border-radius: 0.06rem;
  color: #776997;
  font-size: 0.24rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 0.28rem;
}

.pop-box .pop-content-box .form-box .form-item .item-label {
  width: 1.40rem;
  flex-shrink: 0;
}

.pop-box .pop-content-box .form-box .form-item-line {
  width: 0.02rem;
  height: 0.25rem;
  background: #776997;
  margin: 0 0.24rem;
  display: inline-block;
}

.pop-box .pop-content-box .form-box .input {
  width: 80%;
  height: 0.80rem;
  font-size: 0.24rem;
  border: none;
  outline: none;
  padding: 0 0.1rem;
  color: #776997;
  box-sizing: border-box;
  background: transparent;
}

.pop-box .pop-content-box .form-box .input::placeholder {
  color: #776997;
}

.pop-box .pop-content-box .form-box .phone-input {
  width: 100%;
  height: 0.80rem;
  padding: 0 0.1rem;
  color: #776997;
  background: #180c33;
  border: none;
  outline: none;
  margin-bottom: 0.28rem;
  border-radius: 0.12rem;
}

.pop-box .pop-content-box .form-box .code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.pop-box .pop-content-box .form-box .code-box .code-input {
  width: 75%;
  height: 0.80rem;
  margin-right: 0.2rem;
  padding: 0 0.1rem;
  color: #776997;
  background: #180c33;
  border: none;
  outline: none;
  border-radius: 0.12rem;
}

.pop-box .pop-content-box .form-box .code-box button {
  flex: auto;
  height: 0.80rem;
  color: #5ef9ff;
  border: 0.01rem solid #5ef9ff;
  flex-shrink: 0;
  background: transparent;
  border-radius: 0.12rem;
}

.pop-box .pop-content-box .form-box .form-item .select-box {
  position: relative;
}

.pop-box .pop-content-box .form-box .form-item .select-box .select-items {
  display: none;
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
  padding: 0.12rem;
  box-sizing: border-box;
  overflow-y: auto;
  background: #290e4c;
}

.pop-box .pop-content-box .form-box .form-item .select-box span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.pop-box .pop-content-box .form-box .form-item .select-box .select-items .item {
  height: 0.65rem;
  font-size: 0.24rem;
  padding-left: 0.24rem;
}

.pop-box .pop-content-box .btn-box {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -1.56rem;
  left: 0;
}

.pop-box .pop-content-box .form-box .tips {
  width: 100%;
  /* height: 3.70rem; */
  display: block;
  margin: auto;
}

.pop-box .pop-content-box .btn-box img {
  width: 3.28rem;
  height: 1.20rem;
  object-fit: contain;
  cursor: pointer;
}

.pop-box .pop-content-box .btn-box .btn {
  width: 3.28rem;
  height: 1.20rem;
  object-fit: contain;
  cursor: pointer;
}

.pop-box .pop-content-box .btn-box .confirm-btn {
  background-image: url('//r2cdn-cnp.r2games.com.cn/activity/paint2022/images/pop/btn-3.png');
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}