/***************************PUBLIC*******************************/
/*reset*/
body {
  font-family: \5FAE\8F6F\96C5\9ED1;
  background: none;
}

html, body {
  position: relative;
  height: 100%;
}

/*page*/
.m-page {
  overflow: hidden;
  min-width: 6.83rem;
  max-width: 16rem;
  min-height: 100vh;
  margin: 0 auto;
}

/*loading*/
.load {
  background: #55cec0;
  bottom: 0;
  height: 100%;
  max-width: 16rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.loader_wp {
  height: 1.28rem;
  margin-top: -0.43rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.loader {
  -webkit-animation: 1.1s linear 0s normal none infinite rotate;
  animation: 1.1s linear 0s normal none infinite rotate;
  border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) #fff;
  border-style: solid;
  border-width: 0.11rem;
  display: inline-block;
  font-size: 0.21rem;
  position: relative;
}

.loader, .loader:after {
  border-radius: 50%;
  height: 1.07rem;
  width: 1.07rem;
}

.progress {
  display: none;
  color: #fff;
  font-size: 0.34rem;
  height: 0.85rem;
  left: 50%;
  line-height: 0.85rem;
  margin: -0.32rem 0 0-0.43rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 0.85rem;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*img auto*/
img {
  width: 100%;
  height: auto;
}

/*form*/
input.text::-moz-placeholder {
  font-size: 0.51rem;
  color: #999;
}

input.text:-ms-input-placeholder {
  font-size: 0.51rem;
  color: #999;
}

input.text::-webkit-input-placeholder {
  font-size: 0.51rem;
  color: #999;
}

/***************************MAIN*******************************/
.content {
  background: #3e4ac9 url(../images/bg.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 0.47rem 0.85rem 0;
}

.page-cont {
  background-color: #fff;
  border-radius: 0.43rem;
  padding: 1.07rem 0.85rem 1.28rem;
  font-size: 0.55rem;
  line-height: 2;
}

.page-cont .explain {
  color: #333;
  margin-bottom: 0.43rem;
}

.page-cont .topic-item {
  margin-bottom: 0.43rem;
}

.page-cont .topic {
  position: relative;
  color: #3e4ac9;
  text-indent: 1.07rem;
  font-weight: bold;
  line-height: 0.94rem;
  margin-bottom: 0.43rem;
}

.page-cont .topic .nub {
  position: absolute;
  left: 0;
  top: 0.04rem;
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  line-height: 0.85rem;
  background: #3e4ac9;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
  border-radius: 50%;
  text-indent: 0;
}

.page-cont .topic span {
  font-weight: 500;
}

.page-cont .form-item {
  position: relative;
}

.page-cont .form-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.21rem;
  height: 0.21rem;
  opacity: 0;
}

.page-cont .form-item .form-ul {
  overflow: hidden;
}

.page-cont .form-item .form-ul li {
  display: block;
  width: 1.71rem;
  padding-left: 0.96rem;
  float: left;
  color: #555;
  line-height: 0.85rem;
  margin-right: 0.32rem;
  margin-bottom: 0.64rem;
  background: url(../images/icon01.png) no-repeat left center;
  background-size: 0.73rem 0.73rem;
  cursor: pointer;
}

.page-cont .form-item .form-ul li.cur {
  background-image: url(../images/icon_cur.png);
}

.page-cont .form-item textarea {
  width: 100%;
  border: 1px solid #c3c3c3;
  border-radius: 0.21rem;
  margin: 0;
  padding: 0.17rem 0.43rem;
}

.page-cont .form-item .tips {
  line-height: 1;
  font-size: 0.47rem;
  color: #bfbfbf;
}

.page-cont .btn-form {
  margin: 0.64rem auto;
  font-size: 0.75rem;
  line-height: 1.92rem;
  text-align: center;
  color: #fff;
  width: 100%;
  outline: none;
  border-radius: 0.96rem;
  box-shadow: 0 0.38rem 0.38rem rgba(215, 215, 215, 0.45);
  background-image: linear-gradient(180deg, #ffc529, #ffd249);
}

.success {
  min-height: 100vh;
  padding: 0.85rem;
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-content: center;
  justify-items: center;
}

.success .page-cont {
  height: calc(100vh-px2rem(80));
}

.success-top {
  width: 80%;
  margin: 25% auto 0;
  text-align: center;
}

.success-top .success-img {
  width: 3.71rem;
  margin: 0 auto;
}

.success-top h2 {
  font-size: 1.07rem;
  color: #333;
  font-weight: bold;
  margin: 1.07rem auto;
}

.success-top p {
  font-size: 0.6rem;
  color: #555;
  line-height: 1.07rem;
}

.success-more {
  width: 90%;
  margin: 35% auto 0;
}

.success-more p {
  font-size: 0.6rem;
  color: #555;
  line-height: 0.85rem;
}

.success-more .link-btn {
  display: block;
  margin: 0.43rem auto 0.64rem;
  font-size: 0.64rem;
  color: #3e4ac9;
  text-align: center;
  line-height: 1.71rem;
  border: 1px solid #3e4ac9;
  border-radius: 0.85rem;
}

body .layui-layer-hui {
  min-width: 6.4rem !important;
}

[data-dpr="2"] body .layui-layer-msg .layui-layer-content {
  padding: 24px 50px;
  font-size: 24px;
  line-height: 2;
}

[data-dpr="3"] body .layui-layer-msg .layui-layer-content {
  padding: 24px 50px;
  font-size: 36px;
  line-height: 2;
}

@media screen and (min-device-height: 650px) {
  .pannel-f .form-ul li {
    float: none;
    width: auto;
    margin-bottom: 0.21rem;
  }
}

@media screen and (min-device-width: 600px) {
  .pannel-f .form-ul li {
    float: left;
    width: 50%;
    margin-bottom: 0.53rem;
  }
}
