@charset "utf-8";
/*positioning->Box->visual*/
.wrapper-content {
  position: relative;
  max-width: 1920px;
  min-width: 960px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 300;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper-content .clearFix {
  position: relative;
  *zoom: 1;
}
.wrapper-content .clearFix:before,
.wrapper-content .clearFix:after {
  content: '';
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrapper-content .col {
  float: left;
  position: relative;
}
.wrapper-content .col.right {
  float: right;
}
.wrapper-content .col-span-4 {
  width: 33.33%;
}
.wrapper-content .col-span-6 {
  width: 50%;
}
.wrapper-content .cols_8 {
  width: 12.5%;
}
.wrapper-content .w960,
.wrapper-content .w1200,
.wrapper-content .w1024 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper-content .w1200 {
  width: 1200px;
}
.wrapper-content .w1024 {
  width: 1024px;
}
.wrapper-content .nowrap {
  white-space: nowrap;
}
.wrapper-content h5 {
  padding: 80px 0 25px 0;
  font-size: 26px;
  line-height: 1.2;
}
.wrapper-content h2 {
  padding: 40px 0 0 0;
  font-weight: 500;
  font-size: 55px;
  line-height: 1.2;
}
.wrapper-content h4 {
  font-size: 35px;
}
/*single page style  --start*/
.questionnaire {
  text-align: center;
}
.questionnaire input {
  display: block;
  margin: 0 auto;
  outline: none;
}
.questionnaire label {
  cursor: pointer;
}
.questionnaire label.error {
  color: red!important;
}
.questionnaire .clearFix {
  margin: 25px 0 0;
  line-height: 1.2;
  font-size: 20px;
}
.questionnaire .banner {
  height: 440px;
  background: url(banner1.jpg) no-repeat 50% 50%;
}
.questionnaire dt {
  margin: 35px 0 20px;
  border-radius: 15px;
  background-color: #474848;
  color: #fff;
}
.questionnaire .buildingBox {
  padding: 0 50px;
}
.questionnaire .buildingBox b {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 15px;
  background: url(q1-icons.png) no-repeat 0 50%;
}
.questionnaire .buildingBox li:nth-child(2) b {
  background-position: -140px 50%;
}
.questionnaire .buildingBox li:nth-child(3) b {
  background-position: -280px 50%;
}
.questionnaire .buildingBox span {
  display: block;
  font-weight: 400;
}
.questionnaire .internetBox {
  padding: 0 70px;
}
.questionnaire .internetBox b {
  display: block;
  width: 77px;
  height: 77px;
  margin: 0 auto 15px;
  background: url(q2-icons.png) no-repeat 0 50%;
}
.questionnaire .internetBox li:nth-child(2) b {
  background-position: -77px 50%;
}
.questionnaire .internetBox li:nth-child(3) b {
  background-position: -154px 50%;
}
.questionnaire .internetBox li:nth-child(4) b {
  background-position: -231px 50%;
}
.questionnaire .internetBox li:nth-child(5) b {
  background-position: -308px 50%;
}
.questionnaire .internetBox li:nth-child(6) b {
  background-position: -385px 50%;
}
.questionnaire .internetBox li:nth-child(7) b {
  background-position: -462px 50%;
}
.questionnaire .internetBox li:nth-child(8) b {
  background-position: -539px 50%;
}
.questionnaire .ispBox {
  padding: 0 100px;
}
.questionnaire .ispBox input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.questionnaire .ispBox input:checked + span {
  color: #4acbd6;
}
.questionnaire .ispBox label {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 300px;
  padding: 10px 0;
  border-radius: 25px;
  background-color: #747474;
  color: #fff;
}
.questionnaire .next {
  display: block;
  width: 175px;
  margin: 100px auto;
  background: url(next-bg.png) no-repeat 50% 50%;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.questionnaire .next:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 26px;
  margin: 0 0 0 10px;
  background: url(next-arrow.png) no-repeat 50% 50%;
  vertical-align: sub;
}
.sebSection {
  text-align: center;
}
.sebSection .preSection {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 22px;
  height: 23px;
  color: #000;
  z-index: 2;
  text-decoration: none;
  font-size: 30px;
  background: url(pre-arrow.png) no-repeat 50% 50%;
}
.sebSection .nextSection {
  position: absolute;
  left: 515px;
  bottom: 50px;
  width: 175px;
  background: url(next-bg.png) no-repeat 50% 50%;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  z-index: 9;
}
.sebSection .nextSection:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 26px;
  margin: 0 0 0 10px;
  background: url(next-arrow.png) no-repeat 50% 50%;
  vertical-align: sub;
}
.sebSection .w1200 {
  height: 100%;
}
.sebSection .section {
  height: 580px;
}
.sebSection .section dl {
  position: relative;
  height: 100%;
  background: url(single-bg.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.sebSection .section dd {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sebSection .section dd a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 340px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  background-color: #404040;
  color: #fff;
}
.sebSection .allowBox,
.sebSection .ispBox,
.sebSection .buildingBox,
.sebSection .internetBox {
  padding: 0 200px;
}
/*single page style  --end*/
/*result -start*/
.result {
  color: #fff;
  font-size: 13px;
}
.result .banner {
  position: relative;
}
.result .banner > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.result .banner .nav {
  line-height: 110px;
}
.result .banner .nav li {
  margin-right: 40px;
}
.result .banner .nav a {
  text-decoration: none;
  color: #fff;
}
.result .banner .nav img {
  margin-right: 10px;
  vertical-align: middle;
}
.result .section.a .desc {
  padding-top: 50px;
}
.result .section .desc {
  padding-left: 350px;
  overflow: hidden;
}
.result .section .desc .type {
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  border-radius: 15px;
  background-color: #111532;
  font-size: 18px;
}
.result .section .desc .model {
  padding: 40px 0 0 20px;
  font-size: 18px;
}
.result .section .desc .model span {
  font-size: 14px;
  color: #fff;
}
.result .section .desc ul {
  padding: 20px 0 0 35px;
  line-height: 1.6;
}
.result .section .desc ul li {
  list-style-type: disc;
}
.result .section .desc .spec {
  padding: 20px 0 0 20px;
  text-align: center;
  font-size: 12px;
}
.result .section .desc .spec li {
  margin-right: 15px;
}
.result .section .desc .spec b {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
  background: url(pgA-a-icon1.png) no-repeat 50% 50%;
}
.result .section .desc .spec .antenas {
  background-image: url(pgA-a-icon2.png);
}
.result .section .desc .spec .setup {
  background-image: url(pgA-a-icon3.png);
}
.result .section .desc .spec .tether {
  background-image: url(pgA-b-icon2.png);
}
.result .section .desc .spec .access {
  background-image: url(pgA-b-icon3.png);
}
.result .section .desc .spec .wps {
  background-image: url(pgA-c-iocn2.png);
}
.result .section .desc .spec .usb {
  background-image: url(pgA-c-iocn3.png);
}
.result .section .desc .spec .compatible {
  width: 37px;
  height: 47px;
  background-image: url(pgA-c-iocn4.png);
}
.result .section .desc .spec .av {
  background-image: url(pgA-d-icon1.png);
}
.result .section .desc .spec .sync {
  background-image: url(pgA-d-icon3.png);
}
.result .section .desc .spec .power {
  background-image: url(pgB-a-icon2.png);
}
.result .section .desc .spec .coverage {
  background-image: url(pgB-a-icon3.png);
}
.result .section .desc .spec .gigabit {
  background-image: url(pgB-b-icon3.png);
}
.result .section .desc .spec .mimo {
  background-image: url(pgC-a-icon2.png);
}
.result .section .desc .spec .light {
  background-image: url(pgC-b-icon3.png);
}
.result .section .desc .spec .beamforming {
  background-image: url(pgC-d-icon2.png);
}
.result .section .desc .spec .usb3 {
  background-image: url(pgC-d-icon3.png);
}
.result .section .desc .spec .mimo2 {
  background-image: url(pgC-e-icon2.png);
}
.result .section .desc .spec .hd {
  background-image: url(pgC-f-icon1.png);
}
.result .section .desc .spec .tpCamera {
  background-image: url(pgC-f-icon2.png);
}
.result .section .desc .spec .motion {
  background-image: url(pgC-f-icon3.png);
}
.result .section .desc .spec .audio {
  background-image: url(pgC-f-icon4.png);
}
.result .section .desc .spec .sd {
  background-image: url(pgC-f-icon5.png);
}
.result .section .desc .spec .recording {
  background-image: url(pgC-f-icon6.png);
}
.result .section .desc .spec .inOne {
  background-image: url(pgD-a-icon2.png);
}
.result .section .desc .spec .buyNow {
  margin-left: 30px;
}
.result .section .desc .spec .buyNow a {
  display: block;
  padding: 2px 35px;
  margin-top: 15px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  box-shadow: 0 0 15px 8px #414dd2;
  background-color: #3134a7;
  font-size: 16px;
}
/*result --end*/
.resultA .section .desc .model {
  color: #8eb3ff;
}
.resultA .banner .nav {
  background: url(pgA-nav-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  line-height: 105px;
}
.resultA .a {
  height: 442px;
  background: url(pgA-bg1.jpg) no-repeat 50% 50%;
}
.resultA .a .model {
  background: url(pgA-a-icon4.png) no-repeat 100% 100%;
}
.resultA .b {
  height: 412px;
  background: url(pgA-bg2.jpg) no-repeat 50% 50%;
}
.resultA .c {
  height: 347px;
  background: url(pgA-bg3.jpg) no-repeat 50% 50%;
}
.resultA .d {
  height: 452px;
  background: url(pgA-bg4.jpg) no-repeat 50% 50%;
}
.resultB .section .desc .model {
  color: #36858f;
}
.resultB .section .desc .type {
  background-color: #091a20;
}
.resultB .section .desc .spec .buyNow a {
  background-color: #00505a;
  box-shadow: 0 0 15px 8px #24786a;
}
.resultB .banner .nav {
  background: url(pgB-nav-bg.jpg) no-repeat 50% 50%;
  line-height: 116px;
}
.resultB .a {
  height: 453px;
  background: url(pgB-bg1.jpg) no-repeat 50% 50%;
}
.resultB .a .model {
  background: url(pgA-a-icon4.png) no-repeat 100% 100%;
}
.resultB .b {
  height: 339px;
  background: url(pgB-bg2.jpg) no-repeat 50% 50%;
}
.resultB .c {
  height: 437px;
  background: url(pgB-bg3.jpg) no-repeat 50% 50%;
}
.resultB .d {
  height: 388px;
  background: url(pgB-bg4.jpg) no-repeat 50% 50%;
}
.resultB .e {
  height: 520px;
  background: url(pgB-bg5.jpg) no-repeat 50% 50%;
}
.resultC .section .desc .model {
  color: #ffaf6e;
}
.resultC .section .desc .type {
  background-color: #2b0b18;
}
.resultC .section .desc .spec .buyNow a {
  background-color: #86245b;
  box-shadow: 0 0 15px 8px #b82962;
}
.resultC .banner .nav {
  background: url(pgC-nav-bg.jpg) no-repeat 50% 50%;
  line-height: 125px;
}
.resultC .a {
  height: 478px;
  background: url(pgC-bg1.jpg) no-repeat 50% 50%;
}
.resultC .a .model {
  background: url(pgA-a-icon4.png) no-repeat 100% 100%;
}
.resultC .b {
  height: 392px;
  background: url(pgC-bg2.jpg) no-repeat 50% 50%;
}
.resultC .c {
  height: 378px;
  background: url(pgC-bg3.jpg) no-repeat 50% 50%;
}
.resultC .d {
  height: 340px;
  background: url(pgC-bg4.jpg) no-repeat 50% 50%;
}
.resultC .e {
  height: 490px;
  background: url(pgC-bg5.jpg) no-repeat 50% 50%;
}
.resultC .f {
  height: 551px;
  background: url(pgC-bg6.jpg) no-repeat 50% 50%;
}
.resultD .section .desc .model {
  color: #9c78d8;
}
.resultD .section .desc .type {
  background-color: #4b2486;
}
.resultD .section .desc .spec .buyNow a {
  background-color: #4b2486;
  box-shadow: 0 0 15px 8px #6424aa;
}
.resultD .banner .nav {
  background: url(pgD-nav-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  line-height: 143px;
}
.resultD .a {
  height: 494px;
  background: url(pgD-bg1.jpg) no-repeat 50% 50%;
}
.resultD .a .model {
  background: url(pgD-a-icon4.png) no-repeat 100% 100%;
}
.resultD .b {
  height: 450px;
  background: url(pgD-bg2.jpg) no-repeat 50% 50%;
}
.resultD .c {
  height: 398px;
  background: url(pgD-bg3.jpg) no-repeat 50% 50%;
}
.resultD .d {
  height: 483px;
  background: url(pgD-bg4.jpg) no-repeat 50% 50%;
}
@media screen and (max-width: 736px) {
  .wrapper-content {
    font-size: 18px;
    min-width: 300px;
  }
  .wrapper-content .m-hide {
    display: none;
  }
  .wrapper-content .w960,
  .wrapper-content .w1024,
  .wrapper-content .w1200 {
    width: auto;
    height: auto;
  }
  .wrapper-content h2 {
    font-size: 6vw;
    padding-bottom: 5vw;
  }
  .wrapper-content h5 {
    font-size: 32px;
    padding: 40px 0 20px;
    font-weight: 400;
  }
  .wrapper-content .section {
    height: auto;
    background-position: 50% 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .wrapper-content .section .desc {
    width: auto;
    padding: 0 20px;
  }
  .wrapper-content .col {
    float: none;
  }
  .wrapper-content .col-span-4 {
    width: auto;
  }
  .wrapper-content .cols_8 {
    width: 50%;
  }
  .wrapper-content .col-span-6 {
    width: auto;
  }
  .wrapper-content h6 {
    font-size: 24px;
  }
  .wrapper-content h4 {
    font-size: 20px;
    font-weight: 400;
  }
  .questionnaire .banner {
    height: 45vw;
    background-size: 200vw auto;
  }
  .questionnaire dl {
    padding: 0 20px;
  }
  .questionnaire .buildingBox {
    padding: 0;
  }
  .questionnaire .buildingBox b {
    width: 100px;
    height: 100px;
    background-size: auto 100px;
  }
  .questionnaire .buildingBox li {
    margin-bottom: 12px;
  }
  .questionnaire .buildingBox li:nth-child(2) b {
    background-position: -100px 50%;
  }
  .questionnaire .buildingBox li:nth-child(3) b {
    background-position: -200px 50%;
  }
  .questionnaire .internetBox {
    padding: 0;
    font-size: 14px;
  }
  .questionnaire .internetBox .col {
    float: left;
  }
  .questionnaire .ispBox {
    padding: 0;
  }
  .questionnaire .ispBox label {
    width: 95%;
    padding: 5px 0;
    font-size: 12px;
  }
  .questionnaire .ispBox .col {
    float: left;
  }
  .questionnaire .ispBox .col-span-6 {
    width: 50%;
  }
  .questionnaire .next {
    margin: 40px auto;
  }
  .result .section {
    padding: 40px 0 0;
  }
  .result .section .desc {
    padding-top: 0;
  }
  .result .section .desc .model {
    padding-left: 0;
  }
  .result .section .desc ul {
    padding-left: 15px;
  }
  .result .section .desc .spec {
    padding-left: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .result .section .desc .col {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  .result .section .desc .type {
    margin-top: 0;
  }
  .result .section.a .desc {
    padding-top: 0;
  }
  .result .desc {
    padding: 0 20px;
  }
  .result .banner .nav {
    line-height: 60px;
    background-size: cover;
  }
  .result .banner .nav .col {
    float: left;
  }
  .resultA .section {
    background: #181f49;
  }
  .resultA .a .model {
    background-size: 50px auto;
    background-position: 100% 40px;
  }
  .resultB .section {
    background: #0d2b35;
  }
  .resultB .a .model {
    background-size: 50px auto;
    background-position: 100% 40px;
  }
  .resultC .section {
    background: #380f21;
  }
  .resultC .a .model {
    background-size: 50px auto;
    background-position: 100% 40px;
  }
  .resultD .section {
    background: #1e142c;
  }
  .resultD .a .model {
    background-size: 50px auto;
    background-position: 100% 40px;
  }
  .sebSection .w1200 {
    height: 100%;
  }
  .sebSection .section {
    height: 150vw;
  }
  .sebSection .section dl {
    background-size: cover;
    background-position: 67% 50%;
  }
  .sebSection .section dd {
    width: 88%;
    left: 6%;
  }
  .sebSection .section dd a {
    width: 120px;
    line-height: 1.45;
  }
  .sebSection .section dd .col {
    float: left;
  }
  .sebSection .section dd .col-span-6 {
    width: 50%;
  }
  .sebSection .section dd .col-span-4 {
    width: 33.33%;
  }
  .sebSection .section .buildingBox {
    font-size: 12px;
  }
  .sebSection .section .buildingBox b {
    width: 50px;
    height: 50px;
    background-size: auto 50px;
  }
  .sebSection .section .buildingBox li:nth-child(2) b {
    background-position: -50px 50%;
  }
  .sebSection .section .buildingBox li:nth-child(3) b {
    background-position: -100px 50%;
  }
  .sebSection .section .internetBox {
    margin-top: 5px;
  }
  .sebSection .section .internetBox b {
    width: 33.5px;
    height: 33.5px;
    margin-bottom: 5px;
    background-size: auto 33.5px;
  }
  .sebSection .section .internetBox li:nth-child(2) b {
    background-position-x: -33.5px;
  }
  .sebSection .section .internetBox li:nth-child(3) b {
    background-position-x: -67px;
  }
  .sebSection .section .internetBox li:nth-child(4) b {
    background-position-x: -100.5px;
  }
  .sebSection .section .internetBox li:nth-child(5) b {
    background-position-x: -134px;
  }
  .sebSection .section .internetBox li:nth-child(6) b {
    background-position-x: -167.5px;
  }
  .sebSection .section .internetBox li:nth-child(7) b {
    background-position-x: -201px;
  }
  .sebSection .section .internetBox li:nth-child(8) b {
    background-position-x: -234.5px;
  }
  .sebSection .allowBox,
  .sebSection .ispBox,
  .sebSection .buildingBox,
  .sebSection .internetBox {
    padding: 0;
  }
  .sebSection .preSection {
    top: 20px;
    left: 20px;
  }
  .sebSection .nextSection {
    width: 50%;
    left: 25%;
    bottom: 5vw;
    background-size: cover;
    line-height: 1.45;
  }
  .sebSection .nextSection:after {
    display: none;
  }
}
