* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font-size: 62.5%;
}
body {
  font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, sans-serif;
  font-size: 0.24rem;
  background-color: #fff;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
.wrap {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #972773;
  box-sizing: border-box;
}
.logos {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
}
.banner {
  width: 100%;
  display: block;
  height: auto;
}
.formContainer {
  width: 6.9rem;
  margin: 0 0.3rem 0.48rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.3rem 0.3rem 0.69rem;
  box-sizing: border-box;
}
.formContainer ul {
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 0.63rem;
}
.formContainer ul li label {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 0.28rem;
  line-height: 1rem;
}
.formContainer ul li input {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0.74rem;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.28rem;
  color: #666666;
  border: 1px solid #dedede;
  padding-left: 0.2rem;
}
.btnsubmit {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  height: 0.8rem;
  background-color: #972773;
  font-size: 0.32rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  border-radius: 2px;
  letter-spacing: 2px;
}
.success_wrap {
  background-color: #972773;
}
.success_wrap .ssimg {
  display: block;
  width: 100%;
  height: auto;
}
.success_wrap .ss_main {
  position: relative;
  padding-left: 0.64rem;
  padding-right: 0.6rem;
  padding-bottom: 1.86rem;
}
.success_wrap .ss_main::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 3.2rem;
  width: 1.14rem;
  height: 1.14rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.21);
}
.success_wrap .ss_main::before {
  content: "";
  position: absolute;
  right: -0.42rem;
  top: 2.16rem;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.21);
}
.success_wrap .ss_main .leftyz {
  display: block;
  position: absolute;
  left: 0.21rem;
  top: 4.85rem;
  height: auto;
  z-index: 10;
  width: 1.21rem;
}
.success_wrap .ss_main .rightyz {
  display: block;
  position: absolute;
  right: 0.72rem;
  bottom: 1.39rem;
  height: auto;
  z-index: 10;
  width: 1.01rem;
}
.success_wrap .ss_main .content {
  border-radius: 0.3rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.28rem;
}
.success_wrap .ss_main .content .cc_h {
  position: relative;
  width: 3.03rem;
  height: 0.54rem;
  border-radius: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.38rem;
  background-color: #F98412;
}
.success_wrap .ss_main .content .cc_h span {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
  background-color: #fff;
  margin: 0 0.16rem;
}
.success_wrap .ss_main .content .cc_body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success_wrap .ss_main .content .cc_body .icon {
  display: block;
  width: 2.42rem;
  height: auto;
  margin-top: 0.5rem;
}
.success_wrap .ss_main .content .cc_body .info {
  padding-top: 0.27rem;
  padding-bottom: 0.62rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.success_wrap .ss_main .content .cc_body .info h4 {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #b6171b;
  margin-bottom: 0.28rem;
}
.success_wrap .ss_main .content .cc_body .info p {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #333333;
  text-align: center;
  word-break: break-all;
  margin-bottom: 0.2rem;
}
.success_wrap .ss_main .content .cc_body .info p a {
  color: #b6171b;
}
