@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body, div, a, ul, li, img, table, tr, td, header, footer, h1, h2, h3, h4, input, select, textarea {
  
  color: #303030;
  font-family: Arial, Helvetica, sans-serif, serif, "Roboto Condensed", "Noto Sans JP", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB;
 
}

.qrLightBox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.qrLightBox .whiteBox {
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 350px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.qrLightBox .whiteBox > div {
  text-align: center;
  width: 100%;
  display: none;
}
.qrLightBox .whiteBox > div div {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #303030;
  width: 150px;
  margin: 0 10px;
}
.qrLightBox .whiteBox > div div img {
  width: 100%;
  margin-bottom: 5px;
}
.qrLightBox .whiteBox a {
  display: block;
  width: 120px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #f56a33, #f88151 51%, #f67845);
  margin: 40px auto 0 auto;
  color: #fff;
  font-size: 16px;
}
.qrLightBox .whiteBox a:hover {
  opacity: 0.7;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper .kv {
  width: 100%;
  height: 338px;
  position: relative;
  background-color: #6AA9E9;
  overflow: hidden;
}
.wrapper .kv .ii {
  position: absolute;
  left: 50%;
  transition: 2s all;
}
.wrapper .kv .i1 {
  margin-left: 520px;
  top: -110px;
  transform: translate3d(20px, -60px, 0);
  opacity: 0;
}
.wrapper .kv .i2 {
  margin-left: 440px;
  top: -550px;
  transform: translate3d(20px, -60px, 0);
  opacity: 0;
}
.wrapper .kv .i3 {
  margin-left: 90px;
  top: -60px;
  transform: translate3d(-20px, 60px, 0);
  opacity: 0;
}
.wrapper .kv .i4 {
  margin-left: -156px;
  top: -330px;
  transform: translate3d(20px, -60px, 0);
  opacity: 0;
}
.wrapper .kv .i5 {
  margin-left: -453px;
  top: 185px;
  transform: translate3d(-20px, 60px, 0);
  opacity: 0;
}
.wrapper .kv .i6 {
  margin-left: -411px;
  top: -585px;
  transform: translate3d(20px, -60px, 0);
  opacity: 0;
}
.wrapper .kv .i7 {
  margin-left: -709px;
  top: -66px;
  transform: translate3d(-20px, 60px, 0);
  opacity: 0;
}
.wrapper .kv .i8 {
  margin-left: -855px;
  top: -510px;
  transform: translate3d(20px, -60px, 0);
  opacity: 0;
}
.wrapper .kv .i9 {
  margin-left: -1153px;
  top: 10px;
  transform: translate3d(-20px, 60px, 0);
  opacity: 0;
}
.wrapper .kv .i10 {
  margin-left: -1408px;
  top: -250px;
  transform: translate3d(20px, -60px, 0);
  opacity: 0;
}
.wrapper .kv .iMove {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.wrapper .intrduce {
  padding-top: 100px;
}
@media only screen and (max-width: 599px) {
  .wrapper .intrduce {
    padding-top: 50px;
  }
}
.wrapper .intrduce h1 {
  text-align: center;
  font-size: 50px;
  color: #303030;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .wrapper .intrduce h1 {
    font-size: 23px;
  }
}
.wrapper .intrduce h1 .other {
  font-family: Arial Black;
}
.wrapper .intrduce h1 .other2, .wrapper .intrduce h1 .other4 {
  font-family: 'Noto Sans TC';
  font-weight: 100;
}
.wrapper .intrduce .intrduceTxt {
  font-size: 16px;
  margin: 0 auto;
  max-width: 945px;
  padding-top: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .wrapper .intrduce .intrduceTxt {
    line-height: 26px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wrapper .intrduce .intrduceTxt .span {
  color: #E15B31;
}
.wrapper .intrduce .mobileIcon {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .wrapper .intrduce .mobileIcon {
    display: block;
    margin: 0 auto;
    width: 95%;
    padding: 20px 0 10px 0;
  }
  .wrapper .intrduce .mobileIcon .con {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
  }
  .wrapper .intrduce .mobileIcon .con .img {
    width: 50%;
    padding-bottom: 38%;
    background-size: cover;
    background-position: center top;
  }
  .wrapper .intrduce .mobileIcon .con .pro {
    width: 50%;
    background-color: #eee;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .wrapper .intrduce .mobileIcon .con .pro .title {
    font-size: 16px;
    font-family: Arial Black;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
  }
  .wrapper .intrduce .mobileIcon .con .pro .tt {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  .wrapper .intrduce .mobileIcon .con .pro .con {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .wrapper .intrduce .mobileIcon .con .pro .con .proImg {
    margin: 0;
    width: 33.33333%;
  }
  .wrapper .intrduce .mobileIcon .con .pro .con .proImg img {
    width: 75%;
  }
  .wrapper .intrduce .mobileIcon .con .pro .proImg {
    width: 100%;
    text-align: center;
  }
  .wrapper .intrduce .mobileIcon .con .pro .proImg img {
    width: 35%;
    padding-top: 10px;
    display: inline-block;
  }
  .wrapper .intrduce .mobileIcon .con .pro .proImg .tt {
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
  }
  .wrapper .intrduce .mobileIcon .con:nth-child(1) .img {
    background-image: url("https://www.xplova.com/media/img/workout_plus_app/Workout plus icon ori.png");
  }
  .wrapper .intrduce .mobileIcon .con:nth-child(2) .img {
    background-image: url("https://www.xplova.com/media/img/App/i1.jpg");
  }
  .wrapper .intrduce .mobileIcon .con:nth-child(2) .pro .proImg img {
    width: 50%;
  }
  .wrapper .intrduce .mobileIcon .con:nth-child(3) .img {
    background-image: url("https://www.xplova.com/media/img/App/i2.jpg");
  }
  .wrapper .intrduce .mobileIcon .con:nth-child(3) .pro .proImg img {
    width: 50%;
  }
  .wrapper .intrduce .mobileIcon .con:nth-child(4) .pro .proImg img {
    width: 20%;
  }
}
.wrapper .intrduce .bigIcon {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 15px auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .wrapper .intrduce .bigIcon {
    display: none;
  }
}
.wrapper .intrduce .bigIcon .icon {
  width: 270px;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .wrapper .intrduce .bigIcon .icon {
    margin-bottom: 10px;
  }
}
.wrapper .intrduce .bigIcon .icon .title {
  padding-top: 180px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  font-family: Arial Black;
  font-size: 25px;
}
.wrapper .intrduce .bigIcon .icon .tt {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.wrapper .intrduce .bigIcon .icon1 {
  background-image: url("https://www.xplova.com/media/img/App/i1.jpg");
}
.wrapper .intrduce .bigIcon .icon2 {
  background-image: url("https://www.xplova.com/media/img/App/i2.jpg");
}
.wrapper .intrduce .bigIcon .icon4 {
  background-image: url("https://www.xplova.com/media/img/workout_plus_app/Workout plus icon ori.png");
}
.wrapper .intrduce .openPro {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .wrapper .intrduce .openPro {
    display: none;
  }
}
.wrapper .intrduce .openPro .gray {
  width: 100%;
  height: 300px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .intrduce .openPro .gray .grayImg {
  height: 200px;
  display: none;
  justify-content: center;
  align-items: flex-end;
}
.wrapper .intrduce .openPro .gray .grayImg:first-child {
  display: flex;
}
.wrapper .intrduce .openPro .gray .grayImg .con {
  margin: 0 15px;
  height: 100%;
}
.wrapper .intrduce .openPro .gray .grayImg .con .tt {
  font-size: 16px;
  color: #303030;
  text-align: center;
  padding-top: 5px;
}
.wrapper .intrduce .openPro .gray .grayImg .con img {
  height: 100%;
}
.wrapper .intrduce .openPro .angleInner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  height: 25px;
}
.wrapper .intrduce .openPro .angleInner .angle {
  transition: 0.5s all;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 115px;
  border-style: solid;
  border-width: 0 20px 25px 20px;
  border-color: transparent transparent #eeeeee transparent;
}
.wrapper .intrduce .openPro .angleInner .a1 {
  left: calc(50% - 20px);
}
.wrapper .intrduce .openPro .angleInner .a2 {
  left: calc(88% - 20px);;
}
.wrapper .block {
  position: relative;
  width: 100%;
  height: 778px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block {
    height: auto;
    overflow: hidden;
    background-attachment: scroll;
  }
}
.wrapper .block .angle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 458px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block .angle {
    width: 100%;
  }
}
.wrapper .block .angle .acerPhone {
  transition: 1s all;
  top: 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block .angle .acerPhone {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper .block .angle .acerPhone {
    width: 150px;
  }
}
.wrapper .block .angle .acerPhoneOpa {
  top: 50px;
  opacity: 0;
}
.wrapper .block .blackMask {
  width: 85%;
  height: 100%;
}
@media only screen and (max-width: 1400px) {
  .wrapper .block .blackMask {
    width: 95%;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper .block .blackMask {
    margin: 2.5% auto;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.wrapper .block .blackMask .blackBg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block .blackMask .blackBg {
    background: none;
  }
}
.wrapper .block .container {
  width: 90%;
  max-width: 700px;
}
.wrapper .block .container h2 {
  color: #E15B31;
  font-size: 40px;
  font-family: Arial Black;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block .container h2 {
    font-size: 23px;
    padding-top: 25px;
  }
}
.wrapper .block .container .innerOpa {
  opacity: 0;
}
.wrapper .block .container .inner {
  transition: 2s opacity;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block .container .inner {
    line-height: 26px;
    font-size: 14px;
  }
}
.wrapper .block .container .inner a {
  color: #E15B31;
  text-decoration: underline;
}
.wrapper .block .container .inner .download {
  display: inline-block;
  font-size: 0;
}
.wrapper .block .container .inner .download * {
  display: inline-block;
  text-align: left;
  margin-right: 7px;
  vertical-align: middle;
}
.wrapper .block .container .inner .download img {
  margin-right: 12px;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block .container .inner .download img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .block .container .inner .download img {
    height: 30px;
  }
}
.wrapper .block .container .inner span {
  color: #E15B31;
}
.wrapper .block01 {
  background-image: url("https://www.xplova.com/media/img/App/b1.jpg");
}
.wrapper .block01 .blackMask {
  float: right;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block01 .blackMask {
    float: none;
  }
}
.wrapper .block01 .blackMask .angle {
  background-image: url("https://www.xplova.com/media/img/App/angleRight.png");
  background-repeat: no-repeat;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block01 .blackMask .angle {
    background-image: none;
  }
}
.wrapper .block01 .blackMask .blackBg {
  float: left;
  width: calc(100% - 458px);
}
@media only screen and (max-width: 1199px) {
  .wrapper .block01 .blackMask .blackBg {
    width: 100%;
    float: none;
  }
}
.wrapper .block02 {
  background-image: url("https://www.xplova.com/media/img/App/b2.jpg");
}
.wrapper .block02 .blackMask {
  float: left;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block02 .blackMask {
    float: none;
  }
}
.wrapper .block02 .blackMask .angle {
  background-image: url("https://www.xplova.com/media/img/App/angleLeft.png");
  background-repeat: no-repeat;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block02 .blackMask .angle {
    background-image: none;
    display: none;
  }
}
.wrapper .block02 .blackMask .angleMobile {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block02 .blackMask .angleMobile {
    display: flex;
  }
}
.wrapper .block02 .blackMask .blackBg {
  float: left;
  width: calc(100% - 458px);
}
@media only screen and (max-width: 1199px) {
  .wrapper .block02 .blackMask .blackBg {
    width: 100%;
    float: none;
  }
}
.wrapper .block03 {
  background-image: url("https://www.xplova.com/media/img/App/b3.jpg");
}
.wrapper .block03 .blackMask {
  float: right;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block03 .blackMask {
    float: none;
  }
}
.wrapper .block03 .blackMask .angle {
  background-image: url("https://www.xplova.com/media/img/App/angleRight.png");
  background-repeat: no-repeat;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .wrapper .block03 .blackMask .angle {
    background-image: none;
  }
}
.wrapper .block03 .blackMask .blackBg {
  float: left;
  width: calc(100% - 458px);
}
@media only screen and (max-width: 1199px) {
  .wrapper .block03 .blackMask .blackBg {
    width: 100%;
    float: none;
  }
}
.wrapper .ctrl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .wrapper .ctrl {
    padding-top: 50px;
  }
}
.wrapper .ctrl h2 {
  font-family: Arial Black;
  font-size: 50px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .wrapper .ctrl h2 {
    font-size: 23px;
  }
}
.wrapper .ctrl .word {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .wrapper .ctrl .word {
    font-size: 14px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wrapper .ctrl .table {
  max-width: 920px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  .wrapper .ctrl .table .bb {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper .ctrl .table .bb:nth-child(1) {
  width: 295px;
}
@media only screen and (max-width: 991px) {
  .wrapper .ctrl .table .bb:nth-child(1) {
    width: 90%;
  }
  .wrapper .ctrl .table .bb:nth-child(1) .box:last-child {
    border: none;
  }
  .wrapper .ctrl .table .bb:nth-child(1) .ii:nth-child(4) {
    display: none;
  }
}
.wrapper .ctrl .table .bb:nth-child(2) {
  width: 218px;
}
@media only screen and (max-width: 991px) {
  .wrapper .ctrl .table .bb:nth-child(2) {
    width: 90%;
  }
  .wrapper .ctrl .table .bb:nth-child(2) .box {
    border: none !important;
  }
  
}
.wrapper .ctrl .table .bb:nth-child(3) {
  width: 380px;
}
@media only screen and (max-width: 991px) {
  .wrapper .ctrl .table .bb:nth-child(3) {
    width: 90%;
  }
  .wrapper .ctrl .table .bb:nth-child(3) .box:last-child {
    border: none;
  }
  .wrapper .ctrl .table .bb:nth-child(3) .ii:nth-child(5) {
    display: none;
  }
  .wrapper .ctrl .table .bb:nth-child(3) .ii:nth-child(6) {
    display: none;
  }
}
.wrapper .ctrl .table .bb .title {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background-color: #E15B31;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
}
.wrapper .ctrl .table .bb .pp {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.wrapper .ctrl .table .bb .pp .box {
  width: 100%;
  border-right: 1px solid #ddd;
}
.wrapper .ctrl .table .bb .pp .box .pic {
  height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-self: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .wrapper .ctrl .table .bb .pp .box .pic {
    height: 100px;
  }
}
.wrapper .ctrl .table .bb .pp .box .pic img {
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .wrapper .ctrl .table .bb .pp .box .pic img {
    width: auto;
    height: 100%;
  }
}
.wrapper .ctrl .table .bb .pp .box .name {
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper .ctrl .table .bb .pp .box .wifi {
  width: 67px;
  height: 25px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #f56a33, #f88151 51%, #f67845);
  margin: 0 auto;
}
.wrapper .ctrl .table .bb .pp .box .ii {
  width: 100%;
  margin-top: 20px;
  height: 100px;
  text-align: center;
}
.wrapper .ctrl .table .bb .pp .box .ii img {
  height: 100%;
}
.wrapper .ctrl .table .bb .pp .half {
  width: 50%;
}
.wrapper .ctrl .table2 {
  max-width: 1050px;
}
.wrapper .ctrl .table2 .bb:nth-child(2) {
  width: 348px;
}
@media only screen and (max-width: 991px) {
  .wrapper .ctrl .table2 .bb:nth-child(2) {
    width: 90%;
  }
  .wrapper .ctrl .table2 .bb:nth-child(2) .box {
    border: none !important;
  }
 
}
.wrapper .ctrl .table2 .bb:nth-child(2) .pp .box .pic img {
  width: 90%;
}
@media only screen and (max-width: 991px) {
  .wrapper .ctrl .table2 .bb:nth-child(2) .pp .box .pic img {
    width: auto;
  }
}
.wrapper .ctrl .underTxt {
  text-align: center;
  font-size: 16px;
  color: #909090;
  padding-top: 90px;
}
@media only screen and (max-width: 599px) {
  .wrapper .ctrl .underTxt {
    font-size: 12px;
    padding-top: 50px;
  }
}

.other span {
  opacity: 0;
  position: relative;
  left: 0;
  top: 0;
  transition: 1.2s all;
}

.other .moveSpan {
  opacity: 1;
  left: 0;
  top: 0;
}
