@charset "UTF-8";
.fadeInLeft, .fadeInRight, .fadeIn, .fadeInDown, .fadeInUp {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*实心箭头*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

td, th, caption {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

input, textarea, select, button {
  font: 14px Verdana,Helvetica,Arial,sans-serif;
}

table {
  border-collapse: collapse;
}

body {
  font-family: "微软雅黑","宋体";
  font-size: 0.28rem;
}

.clear-fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-fix {
  *zoom: 1;
}

.bg, .img1, .img2, .img3, .img4, .img5, .img6, .img-input1, .img-input2, .img-input3, .img-input4, input, textarea, .btn, .intro {
  position: absolute;
  opacity: 1;
}

html, body {
  width: 100%;
  height: 100%;
}

.bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.img1 {
  top: 0;
  left: .3rem;
  width: 6.91rem;
  z-index: 9;
}

.img2 {
  top: .58rem;
  right: .6rem;
  width: 2.17rem;
  z-index: 9;
}

.img3 {
  top: .52rem;
  left: .56rem;
  width: 2.21rem;
  z-index: 9;
}

.img4 {
  top: .26rem;
  left: 4%;
  width: 92%;
  height: 96%;
  z-index: 9;
}

.img5 {
  top: 1.88rem;
  left: 1.64rem;
  width: 4.42rem;
  z-index: 9;
}

.img6 {
  top: 0;
  right: 0;
  width: 4.39rem;
  z-index: 8;
}

.img-input1 {
  top: 3.16rem;
  left: 1.02rem;
  width: 5.53rem;
  z-index: 9;
}

.img-input2 {
  top: 4.56rem;
  left: 1.02rem;
  width: 5.53rem;
  z-index: 9;
}

.img-input3 {
  top: 6.42rem;
  left: 1.02rem;
  width: 5.53rem;
  z-index: 9;
}

.img-input4 {
  top: 7.86rem;
  left: 1.02rem;
  width: 5.53rem;
  z-index: 9;
}

input {
  width: 5.1rem;
  height: .64rem;
  left: 1.1rem;
  z-index: 99;
  font-size: .28rem;
  border: none;
  padding: 0 .12rem;
  background-color: transparent;
  color: #00a9fb;
}

textarea {
  width: 5.1rem;
  height: .88rem;
  left: 1.1rem;
  z-index: 99;
  font-size: .28rem;
  border: none;
  padding: .12rem;
  background-color: transparent;
  color: #00a9fb;
}

.input1 {
  top: 3.64rem;
}

.input2 {
  top: 5.08rem;
}

.input3 {
  top: 6.94rem;
}

.input4 {
  top: 8.38rem;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #00a9fb;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #00a9fb;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #00a9fb;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #00a9fb;
}

.btn {
  top: 9.42rem;
  left: 50%;
  margin-left: -.75rem;
  width: 1.5rem;
  height: .64rem;
  line-height: .64rem;
  text-align: center;
  z-index: 9;
  background-color: #00a9fb;
  color: #fff;
  font-size: .32rem;
}

.intro {
  top: 10.74rem;
  left: 50%;
  margin-left: -2.65rem;
  width: 5.3rem;
  z-index: 9;
  color: #00a9fb;
  font-size: .28rem;
}

.shade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.shade img {
  width: 5.27rem;
  display: block;
  margin: 1.84rem auto 0;
}

.shade-loading {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.shade-loading img {
  width: .64rem;
  height: .64rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.32rem;
  margin-top: -.32rem;
}
.shade-loading div {
  position: absolute;
  width: 2rem;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: .6rem;
  font-size: .28rem;
  color: #ffffff;
}

.animation-delay4 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animation-delay6 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animation-delay8 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animation-delay10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.animation-delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animation-delay16 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animation-delay20 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.animation-delay24 {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.animation-delay28 {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.animation-delay32 {
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.animation-delay36 {
  -webkit-animation-delay: 3.6s;
  -moz-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
