[v-cloak] {
  display: none;
}
@font-face {
  font-family: number;
  src: url(number.ttf);
}
[v-cloak] {
  display: none;
}
html {
  margin: 0 auto;
  overflow-x: hidden;
  overflow: hidden;
}
.hide {
  overflow: hidden;
}
body {
  background-color: #F3F3F3;
}
.index-page {
  position: relative;
}
.index-page .upload {
  box-sizing: border-box;
  width: 100%;
  margin-top: 0.2667rem;
  background-color: #FFFFFF;
  padding: 0.2667rem 0.2667rem;
}
.index-page .upload .icon {
  background-color: #FFFFFF;
  width: 0.6667rem;
  height: 0.6667rem;
  position: absolute;
  right: 0.3555rem;
  top: -10%;
  z-index: 99;
  border-radius: 0.8rem;
}
.index-page .upload .title {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 0.2667rem;
  font-weight: 600;
}
.index-page .upload .title .size {
  font-family: PingFangSC-Medium;
  font-size: 0.4267rem;
  color: #333333;
  font-weight: 500;
}
.index-page .upload .title .tips {
  font-family: PingFangSC-Regular;
  font-size: 0.3467rem;
  font-weight: 400;
  color: #999999;
}
.index-page .upload .img_box {
  position: relative;
  padding: 20px 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.index-page .upload .img_box .box {
  width: 2.4rem;
  height: 2.1333rem;
  border-radius: 0.1333rem;
  position: relative;
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page .upload .img_box .box img {
  display: block;
  object-fit: scale-down;
  background-color: #F8F8F8;
  border-radius: 0.1333rem;
  width: 2.4rem;
  height: 2.1333rem;
  margin-right: 0.1333rem;
  margin-bottom: 0.1333rem;
  transform: scale(0.5);
}
.index-page .upload .img_box .box .addImg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 10px;
  width: 2.4rem;
  height: 2.1333rem;
  opacity: 0;
}
.index-page .upload .img_box img {
  display: block;
  object-fit: cover;
  background-color: #F8F8F8;
  border-radius: 0.1333rem;
  width: 2.4rem;
  height: 2.1333rem;
  margin-right: 0.6667rem;
  margin-bottom: 0.2667rem;
}
.index-page .upload .img_box .imgNumber {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.3467rem;
  font-family: PingFangSC-Regular;
  color: #BCBCBC;
  font-weight: 400;
}
.index-page .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 0.9333rem;
  padding-bottom: 0.8rem;
}
.index-page .btn .submit {
  font-family: PingFangSC-Regular;
  width: 8.5333rem;
  height: 1.0667rem;
  border-radius: 0.5333rem;
  background-color: #F9404A;
  color: #FFFFFF;
  border: none;
  font-size: 0.4267rem;
}
.index-page .btn .submitGray {
  background-color: #FEB0B0;
}
