.accWrap {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 2rem;
  top: 1.4rem;
}
.accWrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.regWrap {
  padding: 2rem 0;
  margin: 0 auto;
  position: relative;
}
.regWrap .content {
  width: 80%;
  max-width: 10.8rem;
  margin: 0 auto;
}
.regWrap .content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.regWrap .content .title > p {
  font-family: HarmonyOS Sans,
          HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.56rem;
  color: #1d1d1f;
}
.regWrap .content .title .goLogin {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.regWrap .content .title .goLogin > p {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.24rem;
  color: #1d1d1f;
}
.regWrap .content .title .goLogin > a {
  font-family: Source Han Sans CN,
            Source Han Sans CN;
  font-weight: 400;
  font-size: 0.22rem;
  color: #1d1d1f;
  width: 1.58rem;
  height: 0.6rem;
  background: #ffffff;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border: 0.02rem solid rgba(29, 29, 31, 0.84);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.regWrap .content .title .goLogin > a:hover {
  background: #1d1d1f;
  color: #ffffff;
}
.regWrap .content .form {
  display: block;
  margin-top: 0.3rem;
}
.regWrap .content .form .intBox {
  display: flex;
  width: 100%;
  height: 0.8rem;
  background: #e1e1e3;
  border-radius: 0rem 0rem 0rem 0rem;
  padding: 0 0.2rem;
  align-items: center;
  margin-bottom: 0.3rem;
}
.regWrap .content .form .intBox .tip {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #515154;
  margin-right: 0.24rem;
  white-space: nowrap;
}
.regWrap .content .form .intBox .tip span {
  color: #ff0000;
}
.regWrap .content .form .intBox input {
  flex: 1;
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: bold;
  font-size: 0.2rem;
  color: #1d1d1f;
}
.regWrap .content .form .intBox.flex1 {
  width: 5.2rem;
}
.regWrap .content .form .intBox.flex2 {
  width: 3.4rem;
}
.regWrap .content .form .intBox.flex2 input {
  width: 1rem;
  flex: 1;
}
.regWrap .content .form .intFlex {
  display: flex;
  gap: 0.4rem;
}
.regWrap .content .form .codeBox {
  width: 5.2rem;
  display: flex;
  gap: 0.18rem;
}
.regWrap .content .form .sendCode {
  width: 1.62rem;
  height: 0.8rem;
  background: #ffffff;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #e1e1e3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}
.regWrap .content .form .textBox {
  height: 2rem;
  background: #e1e1e3;
  border-radius: 0rem 0rem 0rem 0rem;
  padding: 0.26rem 0.2rem;
  margin-bottom: 0.3rem;
}
.regWrap .content .form .textBox .tip {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #515154;
  margin-right: 0.24rem;
}
.regWrap .content .form .textBox .tip span {
  color: #ff0000;
}
.regWrap .content .form .textBox .tip span.t {
  font-weight: 400;
  font-size: 0.16rem;
  color: #515154;
}
.regWrap .content .form .textBox .text {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: bold;
  font-size: 0.2rem;
  color: #1d1d1f;
  margin-top: 0.1rem;
  width: 100%;
  height: 80%;
}
.regWrap .content .form .textBox .uploadFlex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.1rem;
}
.regWrap .content .form .textBox .uploadBox {
  width: 1.1rem;
  position: relative;
}
.regWrap .content .form .textBox .uploadBox .icon {
  width: 0.48rem;
  margin: 0 auto;
  display: block;
}
.regWrap .content .form .textBox .uploadBox .btn {
  width: 1.1rem;
  height: 0.36rem;
  background: #515154;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.16rem auto 0;
}
.regWrap .content .form .textBox .uploadBox > p {
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.14rem;
  color: #515154;
  margin-top: 0.04rem;
  text-align: center;
}
.regWrap .content .form .textBox .uploadBox > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.regWrap .content .form .textBox .fileList {
  width: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  display: none;
}
.regWrap .content .form .textBox .fileList .item {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0.1rem;
  background: #ffffff;
  border-radius: 0.1rem;
}
.regWrap .content .form .textBox .fileList .item .icon {
  width: 0.24rem;
  height: 0.24rem;
}
.regWrap .content .form .textBox .fileList .item .name {
  flex: 1;
  font-family: HarmonyOS Sans,
                HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.regWrap .content .form .textBox .fileList .item .del {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  fill: #FF3333;
}
.regWrap .content .form .submit {
  width: 2rem;
  height: 0.6rem;
  background: #1d1d20;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  font-family: Source Han Sans CN,
          Source Han Sans CN;
  font-weight: 500;
  font-size: 0.22rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  margin-top: 0.2rem;
}
.successWrap {
  position: relative;
  padding: 3.2rem 0 2rem;
}
.successWrap .icon {
  width: 0.78rem;
  display: block;
  margin: 0 auto;
}
.successWrap .text1 {
  font-family: HarmonyOS Sans,
      HarmonyOS Sans;
  font-weight: bold;
  font-size: 0.32rem;
  color: #333333;
  margin-top: 0.4rem;
  text-align: center;
}
.successWrap .text2 {
  font-family: HarmonyOS Sans,
      HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.16rem;
  text-align: center;
}
.successWrap .btns {
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  margin-top: 0.48rem;
}
.successWrap .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.6rem;
  background: #ffffff;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border: 0.02rem solid rgba(29, 29, 31, 0.84);
  font-family: Source Han Sans CN,
        Source Han Sans CN;
  font-weight: 400;
  font-size: 0.22rem;
  color: #1d1d1f;
}
.successWrap .btns a:first-child {
  background: #1d1d20;
  color: #ffffff;
}





@media screen and (max-width: 1042px) {
    .regWrap{
        padding: 150px 0 60px;
    }
    .regWrap .content{
        width: 94%;
    }
    .regWrap .content .title > p{
        font-size: 28px;
    }
    .regWrap .content .title .goLogin{
        gap: 20px;
    }
    .regWrap .content .title .goLogin > p{
        font-size: 18px;
    }
    .regWrap .content .title .goLogin > a{
        font-size: 18px;
        width: auto;
        height: auto;
        padding: 4px 30px;
    }
    .regWrap .content .form{
        margin-top: 30px;
    }
    .regWrap .content .form .intBox{
        margin-bottom: 16px;
        padding: 0 20px;
        height: 48px;
    }
    .regWrap .content .form .intBox .tip{
        font-size: 16px;
        margin-right: 16px;
    }
    .regWrap .content .form .intBox input{
        font-size: 16px;
    }
    .regWrap .content .form .intFlex{
        gap: 20px;
    }
    .regWrap .content .form .codeBox{
        width: calc(50% - 10px);
        gap: 10px;
    }
    .regWrap .content .form .sendCode{
        width: 160px;
        height: 48px;
        font-size: 16px;
        padding: 0 15px;
    }
    .regWrap .content .form .textBox{
        height: 160px;
        padding: 15px;
        margin-bottom: 16px;
    }
    .regWrap .content .form .intBox.flex1{
        width: calc(50% - 10px);
    }
    .regWrap .content .form .textBox .tip{
        font-size: 16px;
        margin: 0;
    }
    .regWrap .content .form .textBox .uploadFlex{
        margin-top: 10px;
    }
    .regWrap .content .form .textBox .uploadBox{
        width: fit-content;
    }
    .regWrap .content .form .textBox .uploadBox .icon{
        width: 40px;
    }
    .regWrap .content .form .textBox .uploadBox .btn{
        border-radius: 20px;
        font-size: 14px;
        width: 100px;
        height: 32px;
        margin: 10px auto 0;
    }
    .regWrap .content .form .textBox .uploadBox > p{
        font-size: 14px;
        margin-top: 4px;
    }
    .regWrap .content .form .submit{
        width: 160px;
        height: 42px;
        font-size: 18px;
        border-radius: 30px;
        margin-top: 20px;
    }
}


@media screen and (max-width: 769px) {
    .regWrap .content .title{
        flex-wrap: wrap;
    }
    .regWrap .content .title .goLogin{
        width: 100%;
        justify-content: space-between;
    }
    .regWrap .content .form .intFlex{
        flex-wrap: wrap;
        gap: inherit;
    }
    .regWrap .content .form .intBox.flex1,
    .regWrap .content .form .codeBox{
        width: 100%;
    }
    .regWrap .content .form .intBox{
        flex: 1;
    }
    .regWrap .content .form .sendCode{
        width: 120px;
        height: 42px;
    }
    
    .regWrap .content .form .intBox{
        height: 42px;
    }
    .regWrap .content .form .textBox{
        height: auto;
    }
    
    .regWrap .content .form .textBox .uploadFlex{
        flex-wrap: wrap;
    }
    .regWrap .content .form .textBox .fileList .item{
        padding: 10px;
        gap: 10px;
    }
    .regWrap .content .form .textBox .fileList .item .icon{
        width: 34px;
        height: 34px;
    }
    .regWrap .content .form .textBox .fileList .item .name{
        font-size: 14px;
    }
    .regWrap .content .form .textBox .fileList .item .del{
        width: 24px;
        height: 24px;
    }
}





