@charset "utf-8";
/*
*  like http://meyerweb.com/eric/tools/css/reset/
*/
/*  reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
textarea,
button,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0;
}
b,
strong {
  font-weight: 700;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
@-webkit-keyframes BounsDownIn {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -78%, 0);
    transform: translate3d(0, -78%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes BounsDownIn {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -78%, 0);
    transform: translate3d(0, -78%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.BounsDownIn {
  -webkit-animation: BounsDownIn 1.3s;
  animation: BounsDownIn 1.3s;
}
@-webkit-keyframes BounsDownOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -78%, 0);
    transform: translate3d(0, -78%, 0);
  }
}
@keyframes BounsDownOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -78%, 0);
    transform: translate3d(0, -78%, 0);
  }
}
.BounsDownOut {
  -webkit-animation: BounsDownOut 1s;
  animation: BounsDownOut 1s;
}
body {
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
/*  topbar  */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #000;
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  z-index: 1000;
}
.topbar h1 {
  padding: 0 25px;
  text-align: center;
}
.topbar a {
  margin-top: -44px;
  color: #fff;
  text-decoration: none;
}
.topbar .fallback {
  float: left;
  margin-left: 10px;
  padding-left: 20px;
  background: url(http://j5.dfcfw.com/image/201501/20150121101030.png) no-repeat 0 50%;
  color: #fff;
  text-indent: -9999px;
}
.topbar .share {
  float: right;
  margin-right: 10px;
  height: 44px;
}
/* control topbar */
.has-topbar {
  padding-top: 44px;
}
.has-topbar .topbar,
.has-topbar .share {
  display: block;
}
/* control bottomDownLoad */
.has-bottomDownLoad {
  padding-bottom: 15%;
}
.bottomDownLoad {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}
.bottomDownLoad .download-img {
  display: block;
  width: 100%;
  height: auto;
}
.bottomDownLoad .download-close {
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 10%;
  top: 0;
  right: 0;
  opacity: 0;
}
.wx-share-img {
  position: absolute;
  top: -9999px;
}
/*  wx share tip  */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: 90% 10px;
  background-size: 77px auto;
}
.wx-share-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(http://j5.dfcfw.com/image/201501/20150106153125.png);
  background-repeat: no-repeat;
  background-position: 90% 10px;
  background-size: 77px auto;
}
.overlay,
.wx-share-overlay p {
  font-size: 1.4em;
  line-height: 1.5;
  color: #fff;
  padding-top: 6em;
  text-align: center;
}
/* loading animation */
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #67CF22;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* body */
body {
  position: relative;
  height: 100%;
  line-height: 1.5;
  font-size: .375rem;
}
/* btn and input */
input[type="tel"] {
  display: block;
  box-sizing: border-box;
  width: 7.703125rem;
  height: 1.2rem;
  margin: .1rem auto;
  font-size: .5626rem;
  font-weight: bold;
  border-radius: 0.4em;
  color: #5e2527;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
}
/* webkit solution */
input[type="tel"]::-webkit-input-placeholder {
  text-align: center;
}
input[type="tel"]:-moz-placeholder {
  text-align: center;
}
.base-btn {
  position: relative;
  display: block;
  width: 7.703125rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: .4rem auto 0.4rem;
  box-sizing: border-box;
  font-size: .5626rem;
  font-weight: bold;
  color: #fef2cb;
  text-align: center;
  text-decoration: none;
  background-color: #b60000;
  border: solid .0625rem #b60000;
  border-radius: 0.4em;
  box-shadow: 0.08rem 0.08rem 0 0 #fef2cb inset, -0.08rem -0.08rem 0 0 #fef2cb inset;
}
.base-btn::after {
  content: "";
  position: absolute;
  top: 1.46rem;
  left: 50%;
  margin-left: -1.29rem;
  width: 2.578125rem;
  height: 1.453125rem;
  background: url(../images/after-btn.png) no-repeat;
  background-size: 100%;
}
/* index-page */
.wx-page {
  background-color: #000;
}
.wx-page .content {
  width: 10rem;
  height: 14.796rem;
  background: url(../images/main-body.jpg) no-repeat center 0;
  background-size: 100%;
  overflow: hidden;
}
.wx-page .top {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: .8rem;
  padding: .1rem;
  font-size: .4375rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.wx-page .top li {
  height: 1rem;
  overflow: hidden;
}
.wx-page .btn-box {
  position: absolute;
  width: 100%;
  margin: 9rem auto 0;
  text-align: center;
}
.wx-page .btn-box .start-btn {
  position: relative;
  display: block;
  width: 7.703125rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: .4rem auto 0.4rem;
  box-sizing: border-box;
  font-size: .5626rem;
  font-weight: bold;
  color: #fef2cb;
  text-align: center;
  text-decoration: none;
  background-color: #b60000;
  border: solid .0625rem #b60000;
  border-radius: 0.4em;
  box-shadow: 0.08rem 0.08rem 0 0 #fef2cb inset, -0.08rem -0.08rem 0 0 #fef2cb inset;
  width: 5rem;
}
.wx-page .btn-box .start-btn::after {
  content: "";
  position: absolute;
  top: 1.46rem;
  left: 50%;
  margin-left: -1.29rem;
  width: 2.578125rem;
  height: 1.453125rem;
  background: url(../images/after-btn.png) no-repeat;
  background-size: 100%;
}
.wx-page .btn-box input {
  width: 5rem;
}
.wx-page .delay-box {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
}
.wx-page .delay-box .rule-box {
  width: 100%;
  color: #fff;
  background-color: #b70000;
  overflow-x: hidden;
}
.wx-page .delay-box h2 {
  padding: .3rem 0 0;
  font-size: .5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.wx-page .delay-box .box {
  box-sizing: border-box;
  padding: 0 .6rem .6rem;
}
.wx-page .delay-box p {
  line-height: 1.8;
  font-size: 12px;
  text-align: justify;
}
.wx-page .rule-btn {
  background: url(../images/bouns-btn.png) no-repeat center 0;
  background-size: 100%;
  width: 2.453125rem;
  height: 3.328125rem;
  margin-left: 1rem;
  text-align: center;
  line-height: 7.3;
  font-weight: bold;
  color: #FDE9BD;
}
/* 寮规�� */
.dyy {
  display: block;
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000;
}
.dyyxx {
  display: block;
  z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000;
}
.popup {
  display: block;
  z-index: 30;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 290px;
  box-sizing: border-box;
  margin: 5px auto;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  border-radius: .5em;
  color: #c91622;
  border: solid 1px #c91622;
  background: url(../images/alert-bg.jpg) repeat;
  background-size: 92px;
}
.popup .close-pop-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 25px;
  border-radius: 0 .5em 0 0;
  color: #fff;
  text-align: center;
  background-color: #b60000;
}
.popup .box {
  box-sizing: border-box;
  max-height: 424px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 10px;
}
.popup h2 {
  font-size: 18px;
  color: #df1312;
  font-weight: bold;
  text-align: center;
}
.popup p {
  font-size: 12px;
  margin: 6px auto;
}
.popup .pop-btn {
  display: block;
  width: 180px;
  margin: 20px auto 30px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #df1312;
  border-radius: .4em;
  text-decoration: none;
}
.detail-img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#tip-pop {
  text-align: center;
}
.valid-pop {
  top: 142px;
}
.valid-pop .valid-box {
  display: table;
  width: 180px;
  margin: 10px auto 10px;
}
.valid-pop .left {
  display: table-cell;
  width: 60%;
  overflow: hidden;
}
.valid-pop .right {
  display: table-cell;
  width: 30%;
  overflow: hidden;
  vertical-align: top;
}
.valid-pop input {
  width: 100%;
  height: 44px;
  font-weight: bold;
  text-align: center;
  background-color: #eeeeee;
  box-shadow: 2px 2px 0 0 #e5e5e5 inset;
  border-radius: .4em 0 0 .4em;
}
.valid-pop .input-mobile {
  width: 180px;
  border-radius: .4em;
}
.valid-pop #sendCode {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 0 .4em .4em 0;
  background-color: #df1312;
}
.result-pop {
  padding-top: 20px;
}
.result-pop .close-pop-btn {
  color: #ffffff;
}
.result-pop .strong {
  font-size: 44px;
  font-weight: bold;
  color: #c91622;
}
.result-pop p {
  font-size: 14px;
  text-align: center;
}
.result-pop strong {
  font-size: 24px;
}
.result-pop .download {
  position: relative;
  display: block;
  width: 7.703125rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: .4rem auto 0.4rem;
  box-sizing: border-box;
  font-size: .5626rem;
  font-weight: bold;
  color: #fef2cb;
  text-align: center;
  text-decoration: none;
  background-color: #b60000;
  border: solid .0625rem #b60000;
  border-radius: 0.4em;
  box-shadow: 0.08rem 0.08rem 0 0 #fef2cb inset, -0.08rem -0.08rem 0 0 #fef2cb inset;
  width: 230px;
  font-size: 16px;
  margin-bottom: 80px;
}
.result-pop .download::after {
  content: "";
  position: absolute;
  top: 1.46rem;
  left: 50%;
  margin-left: -1.29rem;
  width: 2.578125rem;
  height: 1.453125rem;
  background: url(../images/after-btn.png) no-repeat;
  background-size: 100%;
}
.disabled {
    background: #898989 !important;
}
.tip-msg {
    margin: 0 auto;
    text-align: center;
    color: red;
}


.gotoxxx {
  margin: 0px auto;
  text-align: center;
  width: 180px;
  /* height: 40px; */
  background-color: #d24444;
  /* border-radius: 10px; */
  color: white;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  padding: 5px 20px;
}
