.new-class-box[data-v-b01bfeec] {
  position: absolute;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
  padding: 40px 100px;
  border-radius: 20px;
  overflow: auto;
}
.new-class-box .create-class-form-box[data-v-b01bfeec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.new-class-box .back-button[data-v-b01bfeec] {
  position: absolute;
  top: 40px;
  font-size: 16px;
  color: #2447F9;
  cursor: pointer;
}
.new-class-box .create-form[data-v-b01bfeec] {
  margin: 0 auto;
  min-width: 500px;
  width: 70%;
}
.new-class-box .class-info[data-v-b01bfeec] {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.new-class-box .submit-button[data-v-b01bfeec] {
  height: 40px;
  width: 260px;
}
.new-class-box .success-div[data-v-b01bfeec] {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  overflow: auto;
}
.new-class-box .success-div .success-img[data-v-b01bfeec] {
  width: 120px;
  height: 120px;
}
.new-class-box .success-div .class-code-box[data-v-b01bfeec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.new-class-box .success-div .class-code-box .class-code[data-v-b01bfeec] {
  font-weight: 600;
  font-size: 36px;
}
.new-class-box .success-div .class-code-box .copy-img[data-v-b01bfeec] {
  margin-left: 10px;
  height: 30px;
}
.new-class-box .success-div .subTitle[data-v-b01bfeec] {
  font-size: 18px;
}
.new-class-box .success-div .btn[data-v-b01bfeec] {
  width: 220px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 26px;
  margin: 36px 10px 0 10px;
  cursor: pointer;
}
.new-class-box .success-div .back-home-button[data-v-b01bfeec] {
  color: white;
  background: #2447F9;
  border-color: #2447F9;
}
.new-class-box .success-div .finish-button[data-v-b01bfeec] {
  color: #2447F9;
  border-color: #2447F9;
}

