@charset "UTF-8";
/* line 1, ../../src/sass/style.scss */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
  margin: 0;
  padding: 0;
}

/* line 2, ../../src/sass/style.scss */
html, body {
  font-size: 10px;
  height: 100%;
}

/* line 3, ../../src/sass/style.scss */
body {
  font-family: Arial,Tahoma,\5FAE\8F6F\96C5\9ED1,\5b8b\4f53;
  color: #000;
  background: #fff;
}

/* line 4, ../../src/sass/style.scss */
h1, h2, h3, h4, h5, h6, button, input, select, textarea {
  font-size: 100%;
}

/* line 5, ../../src/sass/style.scss */
address, cite, dfn, em, var {
  font-style: normal;
}

/* line 6, ../../src/sass/style.scss */
ul, ol {
  list-style: none;
}

/* line 7, ../../src/sass/style.scss */
fieldset, img {
  border: 0;
}

/* line 8, ../../src/sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 9, ../../src/sass/style.scss */
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* line 10, ../../src/sass/style.scss */
a {
  text-decoration: none;
  color: #2b2b2b;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 0;
}

/* line 12, ../../src/sass/style.scss */
a:focus, a:active, a:hover {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
}

/* line 14, ../../src/sass/style.scss */
::-webkit-input-placeholder {
  color: #999;
}

/* line 15, ../../src/sass/style.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 16, ../../src/sass/style.scss */
.hide, .hidden {
  display: none;
}

/* line 17, ../../src/sass/style.scss */
html, body {
  height: 100%;
}

/* line 18, ../../src/sass/style.scss */
body {
  -webkit-backface-visibility: hidden;
}

/* line 19, ../../src/sass/style.scss */
body {
  position: relative;
  background: #2cc0fd;
  background: -webkit-linear-gradient(top, #2dc0fd, #1ebcfe);
}

/* line 21, ../../src/sass/style.scss */
.page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
}
/* line 22, ../../src/sass/style.scss */
.page .pages {
  position: relative;
}
/* line 23, ../../src/sass/style.scss */
.page .arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  -webkit-animation: anim-arrow 1.5s cubic-bezier(0.09, 0.64, 0.16, 0.94) infinite;
}
/* line 24, ../../src/sass/style.scss */
.page .arrow:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
}
/* line 27, ../../src/sass/style.scss */
.page .arrow:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 36px;
  -webkit-transform: rotate(45deg);
}

/* line 34, ../../src/sass/style.scss */
.page1 .wrap {
  width: 280px;
  height: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -180px;
}
/* line 35, ../../src/sass/style.scss */
.page1 .wrap .picWrap {
  width: 100%;
  height: 258px;
  position: relative;
  overflow: hidden;
}
/* line 36, ../../src/sass/style.scss */
.page1 .wrap .picWrap .btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* line 37, ../../src/sass/style.scss */
.page1 .wrap .picWrap .cover {
  width: 244px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -122px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
/* line 38, ../../src/sass/style.scss */
.page1 .wrap .picWrap .pic {
  width: 244px;
  position: absolute;
  left: 50%;
  margin-left: -122px;
  z-index: 2;
  bottom: -246px;
}
/* line 39, ../../src/sass/style.scss */
.page1 .wrap .picWrap .pic .topbar {
  width: 100%;
  height: 4px;
  background: url(../img/page2-bar.png) 0 0 repeat-x;
  background-size: 244px 4px;
  font-size: 0;
  overflow: hidden;
  -webkit-transform: scaleY(-1);
}
/* line 40, ../../src/sass/style.scss */
.page1 .wrap .picWrap .pic .content {
  background: #fff;
  height: 250px;
}
/* line 41, ../../src/sass/style.scss */
.page1 .wrap .picWrap .pic .content .title {
  height: 60px;
  line-height: 70px;
  font-size: 3rem;
  color: #22bbff;
  font-weight: 400;
  text-align: center;
  border-top: 1px dashed #00b4ff;
}
/* line 42, ../../src/sass/style.scss */
.page1 .wrap .picWrap .pic .content .example {
  height: 175px;
  background: url(../img/page1-wifi.jpg) center center no-repeat;
  background-size: 140px 155px;
}
/* line 44, ../../src/sass/style.scss */
.page1 .wrap .picWrap .pic .btmbar {
  width: 100%;
  height: 4px;
  background: url(../img/page2-bar.png) 0 0 repeat-x;
  background-size: 244px 4px;
  font-size: 0;
  overflow: hidden;
}
/* line 48, ../../src/sass/style.scss */
.page1 .wrap .textWrap {
  margin-top: 40px;
}
/* line 49, ../../src/sass/style.scss */
.page1 .wrap .textWrap p {
  color: #fff;
  text-align: center;
}
/* line 50, ../../src/sass/style.scss */
.page1 .wrap .textWrap .p1 {
  font-size: 2.6rem;
  line-height: 30px;
}
/* line 51, ../../src/sass/style.scss */
.page1 .wrap .textWrap .p2 {
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 10px;
}

/* line 57, ../../src/sass/style.scss */
.page2 .wrap, .page2_1 .wrap {
  width: 280px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -200px;
}
/* line 58, ../../src/sass/style.scss */
.page2 .wrap .picWrap, .page2_1 .wrap .picWrap {
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
}
/* line 59, ../../src/sass/style.scss */
.page2 .wrap .picWrap .btm, .page2_1 .wrap .picWrap .btm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* line 60, ../../src/sass/style.scss */
.page2 .wrap .picWrap .cover, .page2_1 .wrap .picWrap .cover {
  width: 244px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -122px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
/* line 61, ../../src/sass/style.scss */
.page2 .wrap .picWrap .pic, .page2_1 .wrap .picWrap .pic {
  width: 244px;
  position: absolute;
  left: 50%;
  margin-left: -122px;
  z-index: 2;
  top: -328px;
}
/* line 62, ../../src/sass/style.scss */
.page2 .wrap .picWrap .pic .topbar, .page2_1 .wrap .picWrap .pic .topbar {
  width: 100%;
  height: 4px;
  background: url(../img/page2-bar.png) 0 0 no-repeat;
  background-size: 244px 4px;
  font-size: 0;
  overflow: hidden;
  -webkit-transform: scaleY(-1);
}
/* line 63, ../../src/sass/style.scss */
.page2 .wrap .picWrap .pic .content, .page2_1 .wrap .picWrap .pic .content {
  background: #fff;
  height: 332px;
}
/* line 64, ../../src/sass/style.scss */
.page2 .wrap .picWrap .pic .content .title, .page2_1 .wrap .picWrap .pic .content .title {
  height: 50px;
  line-height: 50px;
  font-size: 2.0rem;
  color: #22bbff;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px dashed #00b4ff;
}
/* line 65, ../../src/sass/style.scss */
.page2 .wrap .picWrap .pic .content .example, .page2_1 .wrap .picWrap .pic .content .example {
  width: 150px;
  height: 260px;
  margin: 12px auto 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}
/* line 66, ../../src/sass/style.scss */
.page2 .wrap .picWrap .pic .content .example .img, .page2_1 .wrap .picWrap .pic .content .example .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 260px;
}
/* line 69, ../../src/sass/style.scss */
.page2 .wrap .picWrap .pic .btmbar, .page2_1 .wrap .picWrap .pic .btmbar {
  width: 100%;
  height: 4px;
  background: url(../img/page2-bar.png) 0 0 no-repeat;
  background-size: 244px 4px;
  font-size: 0;
  overflow: hidden;
}
/* line 73, ../../src/sass/style.scss */
.page2 .wrap .textWrap, .page2_1 .wrap .textWrap {
  margin-top: 5px;
}
/* line 74, ../../src/sass/style.scss */
.page2 .wrap .textWrap p, .page2_1 .wrap .textWrap p {
  color: #fff;
  text-align: center;
}
/* line 75, ../../src/sass/style.scss */
.page2 .wrap .textWrap .p1, .page2_1 .wrap .textWrap .p1 {
  font-size: 1.8rem;
  line-height: 30px;
}
/* line 76, ../../src/sass/style.scss */
.page2 .wrap .textWrap .p2, .page2_1 .wrap .textWrap .p2 {
  font-size: 2.2rem;
  margin-top: 5px;
  line-height: 24px;
}

/* line 82, ../../src/sass/style.scss */
.page3 .wrap {
  width: 320px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -190px;
}
/* line 83, ../../src/sass/style.scss */
.page3 .wrap .picWrap {
  width: 230px;
  position: relative;
  height: 270px;
  margin: 0 auto;
  background: url(../img/page3-wifi.png) 0 0 no-repeat;
  background-size: 230px 310px;
}
/* line 84, ../../src/sass/style.scss */
.page3 .wrap .picWrap .wifi-logo {
  position: absolute;
  top: 82px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: url(../img/wifi-logo.png) 0 0 no-repeat;
  background-size: 60px 60px;
  z-index: 10;
}
/* line 85, ../../src/sass/style.scss */
.page3 .wrap .picWrap .wifi-ani {
  position: absolute;
  top: 81px;
  left: 50%;
  margin-left: -31px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 5;
  -webkit-transform: scale(1.2);
  -webkit-animation: anim-wifi 1.5s cubic-bezier(0.09, 0.64, 0.16, 0.94) infinite;
}
/* line 86, ../../src/sass/style.scss */
.page3 .wrap .picWrap .wifi-ani:after {
  position: relative;
  content: "";
  width: 50px;
  height: 80px;
  background-color: #60b2f1;
  margin: 0 auto;
  display: block;
  top: -10px;
  -webkit-transform: skewy(-25deg);
}
/* line 88, ../../src/sass/style.scss */
.page3 .wrap .picWrap .second {
  -webkit-transform: scale(1.2);
  -webkit-animation: anim-wifi1  1.5s .8s ease-out infinite;
}
/* line 89, ../../src/sass/style.scss */
.page3 .wrap .picWrap .btnTry {
  display: block;
  width: 147px;
  height: 45px;
  position: absolute;
  bottom: 20px;
  left: 41px;
  text-indent: -9999px;
}
/* line 91, ../../src/sass/style.scss */
.page3 .wrap .textWrap {
  padding: 0 12px;
  margin-top: -20px;
  color: #fff;
  line-height: 22px;
  position: relative;
  z-index: 2;
}
/* line 92, ../../src/sass/style.scss */
.page3 .wrap .textWrap h2 {
  font-size: 1.6rem;
  font-weight: normal;
}
/* line 93, ../../src/sass/style.scss */
.page3 .wrap .textWrap p {
  font-size: 1.2rem;
  line-height: 20px;
}
/* line 94, ../../src/sass/style.scss */
.page3 .wrap .textWrap p.useNow {
  text-align: center;
  padding-top: 15px;
  font-size: 18px;
}
/* line 98, ../../src/sass/style.scss */
.page3 .wrap .textWrap p.useNow a {
  text-decoration: none;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}
/* line 107, ../../src/sass/style.scss */
.page3 .wrap .info {
  font-size: 22px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

/* line 112, ../../src/sass/style.scss */
#i1 {
  background: url(../img/s1.jpg) 0 0 no-repeat;
  background-size: 150px 260px;
}

/* line 113, ../../src/sass/style.scss */
#i2 {
  background: url(../img/s2.jpg) 0 0 no-repeat;
  background-size: 150px 260px;
}

/* line 114, ../../src/sass/style.scss */
#i3 {
  background: url(../img/s3.jpg) 0 0 no-repeat;
  background-size: 150px 260px;
}

/* line 115, ../../src/sass/style.scss */
#i4 {
  background: url(../img/s4.jpg) 0 0 no-repeat;
  background-size: 150px 260px;
}

/* line 117, ../../src/sass/style.scss */
.anim .img {
  -webkit-transition: all 0.5s linear;
}

/* line 118, ../../src/sass/style.scss */
.anim #tip1, .anim #tip2 {
  -webkit-animation: anim-tip 0.5s infinite linear;
}

/* line 119, ../../src/sass/style.scss */
#tip1, #tip2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 40px;
  height: 18px;
  border: 2px solid #d40000;
}

/* line 120, ../../src/sass/style.scss */
#tip2 {
  width: 144px;
}

/* line 121, ../../src/sass/style.scss */
.step0 #i1 {
  top: 0;
  left: 0;
  z-index: 4;
}

/* line 122, ../../src/sass/style.scss */
.step0 #i2 {
  top: 0;
  left: 0;
  z-index: 3;
}

/* line 123, ../../src/sass/style.scss */
.step0 #i3 {
  top: 0;
  left: 150px;
  z-index: 2;
}

/* line 124, ../../src/sass/style.scss */
.step0 #i4 {
  top: 0;
  left: 150px;
  z-index: 1;
}

/* line 125, ../../src/sass/style.scss */
.step0 #tip1 {
  display: none;
  top: 236px;
  left: 2px;
}

/* line 126, ../../src/sass/style.scss */
.step0 #tip2 {
  display: none;
  top: 205px;
  left: 2px;
}

/* line 128, ../../src/sass/style.scss */
.step1 #i1 {
  width: 120px;
  height: 210px;
  top: 26px;
  left: 110px;
}

/* line 129, ../../src/sass/style.scss */
.step2 #tip1 {
  display: block;
  z-index: 5;
}

/* line 130, ../../src/sass/style.scss */
.step3 #i3 {
  left: 0;
  z-index: 7;
}

/* line 131, ../../src/sass/style.scss */
.step3 #tip1 {
  display: none;
}

/* line 132, ../../src/sass/style.scss */
.step4 #tip2 {
  display: block;
  z-index: 8;
}

/* line 133, ../../src/sass/style.scss */
.step5 #i4 {
  left: 0;
  z-index: 9;
}

/* line 134, ../../src/sass/style.scss */
.step5 #tip2 {
  display: none;
}

/* line 136, ../../src/sass/style.scss */
.anim-full {
  -webkit-transition: all 0.8s ease-out;
}

/* line 137, ../../src/sass/style.scss */
.anim-half {
  -webkit-transition: all 0.4s ease-out;
}

/* line 138, ../../src/sass/style.scss */
.anim-quote {
  -webkit-transition: all 0.2s ease-out;
}

@-webkit-keyframes anim-tip {
  /* line 141, ../../src/sass/style.scss */
  0% {
    opacity: 0;
  }

  /* line 142, ../../src/sass/style.scss */
  50% {
    opacity: 1;
  }

  /* line 143, ../../src/sass/style.scss */
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anim-wifi {
  /* line 146, ../../src/sass/style.scss */
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  /* line 147, ../../src/sass/style.scss */
  50% {
    opacity: .5;
    -webkit-transform: scale(1.3);
  }

  /* line 148, ../../src/sass/style.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
  }
}
@-webkit-keyframes anim-arrow {
  /* line 151, ../../src/sass/style.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 152, ../../src/sass/style.scss */
  50% {
    opacity: .5;
    -webkit-transform: translateY(5px);
  }

  /* line 153, ../../src/sass/style.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
}
/*追加步骤page2_1*/
/* line 159, ../../src/sass/style.scss */
.page2_1 #i1_1 {
  background: url(../img/s1_1.jpg) 0 0 no-repeat;
  background-size: 150px 260px;
}
/* line 160, ../../src/sass/style.scss */
.page2_1 #i2_1 {
  background: url(../img/s2_1.jpg) 0 0 no-repeat;
  background-size: 150px 260px;
}
/* line 161, ../../src/sass/style.scss */
.page2_1 #i3_1 {
  background: url(../img/s3_1.jpg) 0 0 no-repeat;
  background-size: 150px 260px;
}
/* line 162, ../../src/sass/style.scss */
.page2_1 #i4_1 {
  background: url(../img/s4_1.jpg) 0 0 no-repeat;
  background-size: 150px 260px;
}

/* line 165, ../../src/sass/style.scss */
.anim #tip1_1, .anim #tip2_1, .anim #tip3_1, .loc {
  -webkit-animation: anim-tip 1s infinite linear;
}

/* line 166, ../../src/sass/style.scss */
#tip1_1, #tip2_1, #tip3_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 40px;
  height: 18px;
  border: 2px solid #d40000;
  display: none;
}

/* line 167, ../../src/sass/style.scss */
.loc {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 5px;
  background: transparent;
}

/* line 175, ../../src/sass/style.scss */
#tip1_1 {
  width: 148px;
  height: 26px;
}

/* line 176, ../../src/sass/style.scss */
#tip2_1 {
  width: 26px;
  height: 18px;
}

/* line 177, ../../src/sass/style.scss */
#tip3_1 {
  width: 26px;
  height: 18px;
}

/* line 178, ../../src/sass/style.scss */
#tip1_1 .hand, #tip2_1 .hand, #tip3_1 .hand {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../img/hand.png) left top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -5px;
  z-index: 1;
}

/*七个步骤*/
/* line 192, ../../src/sass/style.scss */
.step0 #i1_1 {
  top: 0;
  left: 0;
  z-index: 4;
}

/* line 193, ../../src/sass/style.scss */
.step0 #i2_1 {
  top: 0;
  left: 150px;
  z-index: 3;
}

/* line 194, ../../src/sass/style.scss */
.step0 #i3_1 {
  top: 0;
  left: 150px;
  z-index: 2;
}

/* line 195, ../../src/sass/style.scss */
.step0 #i4_1 {
  top: 0;
  left: 150px;
  z-index: 1;
}

/* line 196, ../../src/sass/style.scss */
.step0 #tip1_1 {
  display: none;
  top: 72px;
  left: -1px;
}

/* line 197, ../../src/sass/style.scss */
.step0 #tip2_1 {
  display: none;
  top: 10px;
  right: 0px;
  left: auto;
}

/* line 198, ../../src/sass/style.scss */
.step0 #tip3_1 {
  display: none;
  top: 148px;
  left: 118px;
}

/*开始添加*/
/* line 202, ../../src/sass/style.scss */
.step1 #tip1_1 {
  display: block;
  z-index: 5;
}

/* line 203, ../../src/sass/style.scss */
.step2 #i2_1 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
}

/* line 204, ../../src/sass/style.scss */
.step2 #tip1_1 {
  display: none;
}

/* line 205, ../../src/sass/style.scss */
.step3 #tip2_1 {
  display: block;
  z-index: 6;
}

/* line 206, ../../src/sass/style.scss */
.step4 #tip2_1 {
  display: none;
}

/* line 207, ../../src/sass/style.scss */
.step4 #i3_1 {
  left: 0;
  z-index: 7;
}

/* line 208, ../../src/sass/style.scss */
.step5 #tip3_1 {
  display: block;
  z-index: 8;
}

/* line 209, ../../src/sass/style.scss */
.step6 #tip3_1 {
  display: none;
}

/* line 210, ../../src/sass/style.scss */
.step6 #i4_1 {
  left: 0;
  z-index: 9;
}
/*  |xGv00|38f5f60e0a11a6c05c0c68a388f1fb06 */