[v-cloak] {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.f--normal {
  font-size: 0.65rem;
}
.mgb-5 {
  margin-bottom: 0.5rem;
}
#root {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #f9cfc2, #f8ccbf);
}
.attempt {
  padding: 0.3rem 0.5rem;
  background-color: #c31729;
  border-radius: 0.35rem;
  color: #fff;
  font-size: 0.65rem;
  position: fixed;
  right: 0.15rem;
  top: 50%;
  z-index: 999;
}
.header {
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.header .title {
  background-image: url('../images/header_title.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 7.53066667rem;
  height: 8.10666667rem;
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
}
.header .title .t1 {
  background-image: url('../images/header_title1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 2.752rem;
  height: 2.176rem;
  position: absolute;
  right: 1.5rem;
  animation: bounceInRight 0.5s ease 0.5s both;
}
.header .title .t2 {
  background-image: url('../images/header_title2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1.62133333rem;
  height: 1.89866667rem;
  position: absolute;
  right: 2.3rem;
  top: 1.9rem;
  animation: bounceInRight 0.5s ease 1s both;
}
.header .title .t3 {
  background-image: url('../images/header_title3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1.96266667rem;
  height: 2.02666667rem;
  position: absolute;
  right: 2.3rem;
  bottom: 2.2rem;
  animation: bounceInRight 0.5s ease 1.5s both;
}
.header .title .t4 {
  background-image: url('../images/header_title4.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 2.28266667rem;
  height: 2.13333333rem;
  position: absolute;
  left: 1rem;
  top: 0.9rem;
  animation: bounceInLeft 0.5s ease 2s both;
}
.header .title .t5 {
  background-image: url('../images/header_title5.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1.62133333rem;
  height: 1.70666667rem;
  position: absolute;
  left: 1.3rem;
  top: 3rem;
  animation: bounceInLeft 0.5s ease 2.5s both;
}
.header .title .t6 {
  background-image: url('../images/header_title6.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1.83466667rem;
  height: 1.6rem;
  position: absolute;
  left: 1.2rem;
  bottom: 1.7rem;
  animation: bounceInLeft 0.5s ease 3s both;
}
.header .title .t7 {
  background-image: url('../images/header_title_theme.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1.51466667rem;
  height: 6.50666667rem;
  position: absolute;
  right: 0.55rem;
  bottom: 0;
}
.header .p1 {
  background-image: url('../images/header_p1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 5.97333333rem;
  height: 9.856rem;
  position: absolute;
  left: 0;
  bottom: 6.8rem;
  animation: zoomInDown 1s ease 2s both;
}
.header .p2 {
  background-image: url('../images/header_p2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 5.824rem;
  height: 11.98933333rem;
  position: absolute;
  right: 0.45rem;
  bottom: 5.7rem;
  animation: zoomInDown 1s ease 3s both;
}
.header .p3 {
  background-image: url('../images/header_p3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 3.072rem;
  height: 2.66666667rem;
  position: absolute;
  left: 6.7rem;
  bottom: 9.7rem;
  animation: zoomIn 3s ease 3s both,tada 2s ease 6s infinite both;
}
.title_preface {
  background-image: url('../images/title_preface.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 9.216rem;
  height: 1.28rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.title_rule {
  background-image: url('../images/title_rule.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 9.216rem;
  height: 1.28rem;
  margin: 2rem auto 1rem;
}
.title_upload {
  background-image: url('../images/title_upload.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 9.216rem;
  height: 1.28rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.dept {
  width: 14.16533333rem;
  height: 3.24266667rem;
  background-image: url('../images/dept.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%);
}
.preface {
  width: 90%;
  padding: 2rem 1rem 1rem;
  margin: 0 auto 0.75rem;
  background-color: #fadfd9;
  border-radius: 0.5rem;
  font-size: 0.65rem;
  color: #333;
  line-height: 1.75;
  position: relative;
}
.preface:before,
.preface:after {
  content: '';
  display: table;
}
.preface:after {
  clear: both;
}
.preface .red {
  color: #c21629;
}
.block {
  width: 90%;
  padding: 0.5rem 1rem 0.35rem 1.25rem;
  margin: 0 auto 0.75rem;
  background-color: #fadfd9;
  border-radius: 0.5rem;
}
.block .b_title {
  margin-bottom: 0.35rem;
  color: #c21629;
  font-size: 0.7rem;
  font-weight: bold;
  position: relative;
}
.block .b_title:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-image: url('../images/icon_circle.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-0.8rem, -50%);
}
.block .b_title .red {
  color: #c21629;
}
.block .b_content {
  margin-bottom: 0.5rem;
  text-align: justify;
  font-size: 0.65rem;
  color: #333;
  line-height: 1.75;
  position: relative;
}
.block .b_img {
  width: 50%;
  margin: 0 auto 0.5rem;
}
.block .b_list1 .bl_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.6rem;
}
.block .b_list1 .bl_item .bl_left {
  padding: 0 0.35rem;
  margin-right: 0.5rem;
  background-color: #f47a85;
  border-radius: 1rem;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
}
.block .b_list1 .bl_item .bl_right {
  text-align: justify;
  line-height: 1.75;
}
.block .b_list2 {
  margin-bottom: 0.5rem;
  font-size: 0.65rem;
  text-align: center;
}
.block .b_list2 .bl_item {
  margin-bottom: 0.35rem;
  border-radius: 1rem;
  color: #c31729;
  line-height: 1.75;
  font-weight: bold;
}
.block .b_list2 .bl_item:nth-child(1) {
  background-color: #fcdf79;
}
.block .b_list2 .bl_item:nth-child(2) {
  background-color: #c5eef5;
}
.block .b_list2 .bl_item:nth-child(3) {
  background-color: #e5d0af;
}
.block .red {
  font-weight: bold;
  color: #c31729;
}
.block .b_red:before {
  content: '*';
  width: 0;
  height: 0;
  font-weight: bold;
  color: #c21629;
  position: absolute;
  left: -0.5rem;
}
.upload {
  width: 90%;
  padding: 2rem 1rem 1rem;
  margin: 2rem auto;
  background-color: #fadfd9;
  border-radius: 0.5rem;
  position: relative;
}
.upload:before,
.upload:after {
  content: '';
  display: table;
}
.upload:after {
  clear: both;
}
.upload .up_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.65rem;
}
.upload .up_item .up_left {
  width: 25%;
  margin-right: 0.5rem;
  color: #c31729;
  font-size: 0.65rem;
  font-weight: bold;
  white-space: nowrap;
}
.upload .up_item .up_right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.upload .up_item .up_input {
  width: 100%;
  height: 1.35rem;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
}
.upload .up_item .up_textarea {
  width: 100%;
  height: 3rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.upload .up_item .up_type {
  height: 1.35rem;
  line-height: 1.35rem;
  padding: 0 0.65rem;
  margin: 0 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
  transition: background 0.3s;
  cursor: pointer;
}
.upload .up_item .up_type.active {
  background-color: #c21629;
  color: #fff;
}
.upload .up_item .up_vInput {
  width: 50%;
  height: 1.35rem;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
}
.upload .up_item .up_vImg {
  width: 45%;
  height: 1.35rem;
  cursor: pointer;
}
.upload .up_submit {
  width: 100%;
  height: 1.5rem;
  background-image: linear-gradient(#e81a30, #c6172a);
  border-radius: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
}
/* 从右侧出现 */
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* 从左侧出现 */
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* 颤抖 */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  5%,
  15%,
  25% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  10%,
  20%,
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  35%,
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  5%,
  15%,
  25% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  10%,
  20%,
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  35%,
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* 从上放跳出 */
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* 原地缓慢出现 */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
