@charset "utf-8";
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  /* IE9*/
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 3.4vw;
  font-size: 2.4vh;
  background: #000000;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.swiper-container-main {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 770px) {
  body {
    font-size: 18px;
  }
  .swiper-container-main {
    max-width: 770px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -375px;
    top: 0;
  }
}

.swiper-slide {
  background-position: top;
  background-size: cover;
}

.start-btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 60%;
  height: 48px;
  margin:0 auto;
  background: #5ab2e9;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  color: #fff;
  text-align: center;
  padding: 0;
  overflow: hidden;
  margin-left:-30%;
}
#bmSpan {
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  letter-spacing: 6px;
  line-height: 48px;
  left: 0;
  top: 0;
}
.start-btn:active,
.start-btn:checked {
  opacity: 0.6;
  -webkit-opacity: 0.6;
}

input[type='button']:focus {
  margin-top: -1px;
}
input[type='button']:active {
  margin-top: -1px;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.detail-btn {
  position: absolute;
  width: 16em;
  height: 4em;
  line-height: 69px;
  left: 50%;
  top: 83%;
  margin-left: -8em;
  background-image: url(../img/jieshao.png);
  background-color: transparent;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  cursor: pointer;
  border: none;
}

.success-show,
.failed-show {
  display: none;
}

.success-Margin {
  margin-top: 40%;
}

#success-confirm-btn {
  display: none;
}

.waiting {
}

.loading-note {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  margin-top: 3em;
}
#loading2 {
  position: relative;
  margin-top: 3em;
}
.success-btn {
  background-image: url(../img/qdcg_03.png);
  background-color: transparent;
}

.success-icon,
.failed-icon {
  font-size: 1.5em;
  color: #a8ff94;
  margin-right: 10px;
  vertical-align: 0;
  
}
.failed-icon {
  color: #cdcdcd;
}

.success-note {
  color: #f46a21;
  position: relative;
  margin-top: 2em;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}

.success-username {
  color: #ffffff;
  position: relative;
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  margin-top: 1.2em;
}

.ewm {
  position: relative;
  display: block;
  text-align: center;
  margin: 1em 0;
  margin-left: -4em;
  width: 8em;
  height: 8em;
  left: 50%;
  top:45%;
}
.ewm-note {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 0.9em;
  margin-top: 1em;
}
.ewm img {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0.3em;
  opacity: 0.9;
  border-radius: 0.3em;
}

.touxiang {
  position: relative;
  width: 10em;
  height: auto;
  left: 50%;
  margin-left: -5em;
  padding-top: 2em;
}

.touxiang img {
  width: 10em;
  height: 10em;
  position: relative;
  border: 3px solid #dfdfdf;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  display: block;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.success-note {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.welcome {
  width: 100%;
  position: relative;
  margin-top: 1em;
  color: #fff36d;
  font-size: 2em;
  font-weight: bolder;
}
.welcome img {
  width: 70%;
  margin-left: 15%;
}

/**/
.re-confirm-btn {
  position: absolute;
  top: 80%;
}
.tel-input {
  width: 70%;
  font-size: 1.8em;
  text-align: center;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  padding: 0.4em;
  letter-spacing: 1px;
  border-bottom: 2px solid #000000;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  font-weight: 600;
  margin-top: 1em;
}
.tel-note {
  color: #ffffff;
  font-size: 0.9em;
  padding: 0.7em 0;
  opacity: 0.8;
  -webkit-opacity: 0.8;
}
input[type='tel'].tel-input:focus {
  opacity: 1;
  -webkit-opacity: 1;
  box-shadow: #3e3e3e;
  -webkit-box-shadow: #3e3e3e;
}
.end-fail-note {
  position: relative;
  margin-top: 1em;
  color: #ffffff;
}

/*banner*/
.swiper-slide.swiper-banner {
  background: url(../img/bmbg.jpg) no-repeat center center #f8ecb2;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-backface-visibility: 100% auto;
}
.swiper-banner p {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center;
  color: #673419;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  font-size: 12px;
  color: #fff;
}
/*land-content*/
