@font-face.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;
}

body,
body ::-webkit-input-placeholder {
  font-family: Source Sans Pro, sans-serif;
  color: #fff;
}

body :-moz-placeholder,
body ::-moz-placeholder {
  font-family: Source Sans Pro, sans-serif;
  color: #fff;
  opacity: 1;
}

body :-ms-input-placeholder {
  font-family: Source Sans Pro, sans-serif;
  color: #fff;
}

a {
  text-decoration: none
}

.wrapper {
  background: #2c2a2a;
  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%, .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%, .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%, .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%, .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: 10px 0 30px 0;
  position: relative;
  z-index: 10;
}

.main h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase
}

.content {
  margin: 0 auto;
  width: 28%;
  padding-top: 30px;
  /*background: #fff;*/
  border-radius: 5px
}

p.footer {
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 100px;
  position: relative;
  z-index: 10;
}

p.footer a {
  color: #55acee
}

p.footer a:hover {
  color: #000;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all
}

p.footer span{
    display: block;
}

.content-top .back_move {
  height: 60px;
  font-size: 18px;
  font-weight: normal;
  color: #ff5757;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-top h2 a{
  color: #ff5757;
}

.test{
  width: 130px;
  display: flex;
  align-items: center;
}

.content-top p {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-top: 15px
}

.content-top ul li {
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 1.8em;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #e2e0de
}

.content-top ul li a {
  color: #000;
  font-weight: 400
}

.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: 0 40px;
}

.content-top p a {
  color: #55acee;
  margin-left: 5px
}

.ua-float{
    height: 100vh;
    background-color: #3d3d3d;
}
.ua-float img{
    float: right;
    width: 80%;
}

.bg{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.bg .wap-bg{
    display: none;
    width: 100%;
}
.bg .pc-bg{
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#move-cem{
    margin-top: 30px;
}
.back_move{
    margin-bottom: 30px;
}

@media (min-width:500px) {
    .main {
        padding: 90px 0 30px 0;
    }
}

@media (max-width:1366px) {
  .content {
    width: 31%
  }
}

@media (max-width:1280px) {
  .content {
    width: 32%
  }
}

@media (max-width:1080px) {
  .content {
    width: 38%
  }
}

@media (max-width:800px) {
  .content {
    width: 46%
  }
}

@media (max-width:768px) {
  p.footer {
    margin-top: 75px
  }
}

@media (max-width:736px) {
  .content {
    width: 53%
  }

  p.footer {
    margin-top: 50px
  }
}



@media (max-width:480px) {
  .content {
    width: 78%
  }

  p.footer {
    margin-top: 42px
  }
}

@media (max-width:414px) {

  .content {
    width: 85%
  }

  p.footer {
    line-height: 1.8em;
    margin: 42px auto 0;
    width: 85%
  }
}

@media (max-width:384px) {

  .content,
  p.footer {
    width: 90%
  }

  p.footer {
    margin: 30px auto;
  }
}

@media (max-width:375px) {

  .content,
  p.footer {
    width: 92%
  }

}

@media (max-width:320px) {
  .content-top ul li {
    padding: 1em 0 1em 1em;
    background-size: 13% !important
  }

  .content-top {
    padding: 1.2em
  }

  .content,
  p.footer {
    width: 90%
  }
}

@media(max-width:500px) {

  .bg-bubbles,
  .wrapper {
    height: auto;
  }
}