.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-querenzhengque:before {
  content: "\e600";
}
.icon-tishi:before {
  content: "\e640";
}
.icon-cuowu:before {
  content: "\e602";
}
.icon-jinggao:before {
  content: "\e62b";
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body,
body ::-webkit-input-placeholder {
  font-family: Source Sans Pro, sans-serif;
  color: #fff;
  font-weight: 300;
}
body :-moz-placeholder,
body ::-moz-placeholder {
  font-family: Source Sans Pro, sans-serif;
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  font-family: Source Sans Pro, sans-serif;
  color: #fff;
  font-weight: 300;
}
a {
  text-decoration: none;
}
.wrapper {
  background: #01a982;
  background: linear-gradient(to bottom right, #01a982 0, #60ae80 100%);
  overflow: hidden;
}
.bg-bubbles,
.wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-bubbles {
  top: 0;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: hsla(0, 0%, 100%, 0.15);
  bottom: -160px;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  animation-delay: 2s;
  animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-duration: 22s;
  background-color: hsla(0, 0%, 100%, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  animation-delay: 3s;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  animation-delay: 15s;
  animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  animation-delay: 2s;
  animation-duration: 40s;
  background-color: hsla(0, 0%, 100%, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  animation-delay: 11s;
}
@keyframes square {
  0% {
    transform: translatey(0);
  }
  to {
    transform: translatey(-700px) rotate(600deg);
  }
}
@media (max-width: 500px) {
  .container h1 {
    font-size: 60px;
  }
  form button,
  form input {
    width: 500px;
  }
}
.main {
  padding: 30px 0;
  z-index: 999;
  position: relative;
}
.main h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.content {
  margin: 0 auto;
  width: 60%;
  background: #fff;
  border-radius: 5px;
}
p.footer {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 30px;
}
p.footer a {
  color: #55acee;
}
p.footer a:hover {
  color: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.content-top h2 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: #02a982;
  padding: 12px;
  border-radius: 5px;
  font-weight: bold;
}
.content-top h3 {
  font-weight: bold;
  color: #ff7e00;
  font-size: 18px;
  margin: 10px 0;
}
.content-top h3 a {
  color: #02a982;
  text-decoration: underline;
}
.content-top p {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-top: 15px;
}
.content-top ul, .content-top ol {
  display: flex;
  flex-wrap: wrap;
}
.content-top ol li {
  display: block;
  font-size: 18px;
  color: #000;
  padding: 0.5em 0;
  border-bottom: 1px solid #e2e0de;
  margin-right: 2%;
  width: 48%;
  font-weight: bold;
}
.content-top ol li a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #02a982;
  font-style: normal;
  margin: 2px 0;
  font-weight: bold;
}
.content-top ul li {
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 1.8em;
  padding: 0.5em 0;
  margin-right: 3.33%;
  width: 30%;
  border-bottom: 1px solid #e2e0de;
}
.content-top ul li a {
  color: #000;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content-top ul li a i {
  color: #02a982;
  font-style: normal;
  display: block;
  margin: 2px 0;
}
.content-top ul li span {
  display: block;
  color: #999;
}
.content-top {
  padding: 1.5em;
}
.content-top p a {
  color: #55acee;
  margin-left: 5px;
}
.popup{
  background: repeating-linear-gradient(-50deg, #b7b7b7, #b7b7b7 5px, #ffffff 5px, #ffffff 6px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 25px;
  width: 300px;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-content{
  width: 100%;
  background-color: #d7f0cf;
  border-radius: 15px;
  text-align: center;
  padding: 50px 10px;
  margin: 10px;

}
.popup-content p{
  color: #076d39;
  font-size: 20px;
  font-weight: 900;
}
.popup-close{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%,50%);
  margin: 5px;
  color: #6fc26f;
  font-size: 25px;
  line-height: 25px;
}
.popup-close:hover{
  cursor: pointer;
}
.popup-modal{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
@media (max-width: 1366px) {
  .content {
    width: 70%;
  }
}
@media (max-width: 1080px) {
  .content {
    width: 80%;
  }
  .main h1 {
    font-size: 36px;
  }
  .content-top h2 {
    font-size: 20px;
    padding: 10px 0;
  }
  .content-top p,
  .content-top ul li,
  p.footer {
    font-size: 14px;
  }
  .content-top ul li { 
    margin-right: 2%;
    width: 48%;
  }
}
@media (max-width: 800px) {
  .main h1 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .main {
    padding: 20px 0;
  }
  .main h1 {
    margin-bottom: 20px;
  }
  p.footer {
    margin-top: 50px;
  }
  .content-top ul li, .content-top ol li { 
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 736px) {
  .main {
    padding: 30px 0;
  }
  .main h1 {
    margin-bottom: 30px;
  }
  p.footer {
    margin-top: 30px;
  }
}
@media (max-width: 667px) {
  .main h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .main {
    padding: 20px 0;
  }
  .content {
    width: 70%;
  }
  .content-top h2 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .main h1 {
    font-size: 30px;
  }
  .content-top {
    padding: 1em;
  }
  .content {
    width: 80%;
  }
}
@media (max-width: 568px) {
  .content {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .content {
    width: 90%;
  }
  .main h1 {
    font-size: 28px;
  }
  p.footer {
    margin-top: 25px;
  }
}
@media (max-width: 414px) {
  .content-top h2 {
    font-size: 16px;
  }
  .main {
    padding: 30px 0;
  }
  p.footer {
    line-height: 1.8em;
    margin: 25px auto 0;
    width: 85%;
  }
}
@media (max-width: 384px) {
  .main h1 {
    font-size: 27px;
  }
  .content,
  p.footer {
    width: 90%;
  }
  p.footer {
    margin: 20px auto 0;
  }
}
@media (max-width: 375px) {
  .main h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .main {
    padding: 30px 0;
  }
  .content,
  p.footer {
    width: 92%;
  }
  .content-top h2 {
    padding: 8px 0;
  }
}
@media (max-width: 320px) {
  .main h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .content-top ul li {
    background-size: 13% !important;
  }
  .content-top {
    padding: 1.2em;
  }
  .content-top p,
  .content-top ul li,
  p.footer {
    font-size: 13px;
  }
  .content,
  p.footer {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .bg-bubbles,
  .wrapper {
    height: auto;
	min-height:100vh
  }
}

