@charset "UTF-8";
body {
  font-size: 18px;
}

.block {
  overflow: hidden;
}

.block .block-title {
  font-size: 36px;
  line-height: 1.0em;
}

.block .content-wrapper {
  width: 980px;
  margin: auto;
  padding: 80px 0 40px 0;
  box-sizing: border-box;
}

.block .content-fullwrapper {
  height: 840px;
}

@keyframes animation_nav {
  from {
    height: 54px;
  }
  to {
    height: 80px;
  }
}
@keyframes animation_nav_logo {
  from {
    width: 80px;
    background-size: 80px 27px;
  }
  to {
    width: 160px;
    background-size: 160px 54px;
  }
}
@keyframes animation_nav_mini {
  from {
    height: 80px;
  }
  to {
    height: 54px;
  }
}
@keyframes animation_nav_mini_logo {
  from {
    width: 160px;
    background-size: 160px 54px;
  }
  to {
    width: 80px;
    background-size: 80px 27px;
  }
}
#nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 49;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}

#nav .logo {
  width: 160px;
  background-image: url("../images/1x/img_logo_large.png");
  background-size: 160px 54px;
  background-repeat: no-repeat;
  background-position: center;
  animation: animation_nav_logo 0.3s;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  display: block;
  margin: auto;
}

#nav, #nav .content-wrapper, #nav .logo {
  height: 80px;
  animation: animation_nav 0.3s;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
}

#nav .content-wrapper {
  padding-top: 0;
}

#nav.mini, #nav.mini .content-wrapper, #nav.mini .logo {
  height: 40px;
  animation: animation_nav_mini 0.3s;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
}

#nav.mini .logo {
  width: 80px;
  background-size: 80px 27px;
  animation: animation_nav_mini_logo 0.3s;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
}

#banner {
  height: 840px;
  background-image: url("../images/1x/banner_large.jpg");
  background-size: 1440px 840px;
  background-repeat: no-repeat;
  background-position: center;
}

#banner .video {
  width: 100%;
  height: 100%;
  display: inline-block;
}

#banner .video .play {
  width: 180px;
  height: 110px;
  background-image: url("../images/1x/btn_video_normal.png");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 92px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -90px;
  display: inline-block;
  cursor: pointer;
}

#banner .video .play:hover {
  background-image: url("../images/1x/btn_video_hover.png");
}

#banner .video .play:hover:before {
  color: #fff;
  line-height: 1.0em;
  font-size: 20px;
  content: "观看宣传视频";
}

#banner .video.hovered {
  background-color: rgba(0, 0, 0, 0.4);
}

#video-control {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}

#video-control .close {
  width: 20px;
  height: 20px;
  background-image: url("../images/1x/btn_video_close.png");
  background-size: 20px;
  background-repeat: no-repeat;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 101;
  cursor: pointer;
}

#video-control .player {
  width: 100%;
  height: 100%;
}

#appdownload .ipad {
  width: 415px;
  height: 520px;
  background-image: url("../images/1x/download_image01_large.png");
  background-size: 415px 520px;
  background-repeat: no-repeat;
  margin: 80px 0 104px 40px;
  float: left;
}

#appdownload .appicon {
  width: 156px;
  height: 210px;
  background-image: url("../images/1x/axentapp_img02_large.png");
  background-size: 156px 210px;
  background-repeat: no-repeat;
  margin-left: 70px;
  margin-top: 100px;
  float: left;
}

#appdownload .appdesc {
  margin-left: 55px;
  margin-top: 105px;
  float: left;
}

#appdownload .appdesc .apptitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.0em;
}

#appdownload .appdesc .appsubtitle {
  margin-top: 30px;
  font-size: 18px;
  line-height: 36px;
}

#appdownload .download {
  margin-left: -155px;
  margin-top: 170px;
  float: left;
  display: block;
}

#appdownload .download .download-from-homepage-qrcode {
  width: 150px;
}

#appdownload .download .download-from-homepage-qrcode .qrcode {
  width: 150px;
  height: 150px;
  background-image: url("../images/1x/download_qrcode.png");
  background-size: 150px;
  background-repeat: no-repeat;
  display: block;
}

#appdownload .download .download-from-homepage-qrcode .label {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  display: block;
}

#appdownload .download .download-by-platform {
  margin-left: 205px;
  margin-top: -185px;
  float: left;
  width: 150px;
}

#appdownload .download .download-by-platform .button {
  width: 150px;
  height: 45px;
  background: #fcfcfc;
  border: 1px solid #dadada;
  border-radius: 4px;
  outline: none;
  color: 333;
  font-size: 14px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}

#appdownload .download .download-by-platform .button:hover {
  background: #e5e5e5;
}

#axentclub .gallery {
  width: 950px;
  height: auto;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

#axentclub .gallery .page {
  width: 950px;
  height: 600px;
  background-size: 950px 600px;
  background-repeat: no-repeat;
}

#axentclub .gallery .page-catalog {
  background-image: url("../images/1x/p3_p1_large.jpg");
}

#axentclub .gallery .page-model3d {
  background-image: url("../images/1x/p3_p2_large.jpg");
}

#axentclub .gallery .page-gallery {
  background-image: url("../images/1x/p3_p3_large.jpg");
}

#axentclub .gallery .page-store {
  background-image: url("../images/1x/p3_p4_large.jpg");
}

#axentclub .gallery .indicators {
  margin-top: 40px;
}

#feature1 .content-wrapper {
  padding-bottom: 20px;
}

#feature1 .block-title {
  line-height: 50px;
}

#feature1 ul.box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 136px 50px 0 100px;
  padding: 0;
}

#feature1 ul.box li {
  display: inline-block;
  width: 50%;
  height: 216px;
}

#feature1 .box .box-item .box-icon {
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: top center;
}

#feature1 .box .box-item.free .box-icon {
  background-image: url("../images/1x/icon_free_large.png");
  background-size: 85px 76px;
}

#feature1 .box .box-item.category .box-icon {
  background-image: url("../images/1x/icon_category.png");
  background-size: 75px 73px;
}

#feature1 .box .box-item.chat .box-icon {
  background-image: url("../images/1x/icon_chat.png");
  background-size: 83px 80px;
}

#feature1 .box .box-item.update .box-icon {
  background-image: url("../images/1x/icon_update.png");
  background-size: 78px;
}

#feature1 .box .box-item .box-icon {
  vertical-align: top;
  display: inline-block;
}

#feature1 .box .box-item .box-desc {
  margin-left: 35px;
  display: inline-block;
}

#feature1 .box .box-item .box-desc .title {
  font-size: 30px;
}

#feature1 .box .box-item .box-desc .subtitle {
  margin-top: 20px;
  font-size: 18px;
  line-height: 36px;
}

#feature2 .entry {
  width: 950px;
  height: 526px;
  background-image: url("../images/1x/p4_large.jpg");
  background-size: 950px 526px;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
}

#feature2 .steps {
  width: 647px;
  margin: 40px auto 0 auto;
  list-style: decimal inside none;
}

#feature2 .steps .step {
  font-size: 18px;
  line-height: 25px;
  color: #333;
  margin-bottom: 14px;
}

#footer ul.box {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#footer ul.box li {
  width: 270px;
  height: 220px;
  font-size: 18px;
}

#footer ul.box li figure {
  height: 140px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

#footer ul.box .phone {
  background-image: url("../images/1x/icon_phone_large.png");
}

#footer ul.box .location {
  background-image: url("../images/1x/icon_location_large.png");
}

#footer ul.box .email {
  background-image: url("../images/1x/icon_mail_large.png");
}

#footer ul.box li .location {
  background-size: 30px 40px;
}

#footer ul.box li div {
  line-height: 2.0em;
  text-align: center;
}

#footer .bk {
  padding: 82px 20px 20px 20px;
  font-size: 18px;
}

/*1px pixel*/
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #appdownload .download .download-by-platform .button {
    border-width: 0.5px !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #banner {
    background-image: url("../images/2x/banner_large@2x.jpg");
  }

  #nav .logo {
    background-image: url("../images/2x/img_logo_large@2x.png");
  }

  #banner .video .play {
    background-image: url("../images/2x/btn_video_normal@2x.png");
  }

  #banner .video .play:hover {
    background-image: url("../images/2x/btn_video_hover@2x.png");
  }

  #video-control .close {
    background-image: url("../images/2x/btn_video_close@2x.png");
  }

  #appdownload .ipad {
    background-image: url("../images/2x/download_image01_large@2x.png");
  }

  #appdownload .appicon {
    background-image: url("../images/2x/axentapp_img02_large@2x.png");
  }

  #appdownload .download .download-from-homepage-qrcode .qrcode {
    background-image: url("../images/2x/download_qrcode@2x.png");
  }

  #axentclub .gallery .page-catalog {
    background-image: url("../images/2x/p3_p1_large@2x.jpg");
  }

  #axentclub .gallery .page-model3d {
    background-image: url("../images/2x/p3_p2_large@2x.jpg");
  }

  #axentclub .gallery .page-gallery {
    background-image: url("../images/2x/p3_p3_large@2x.jpg");
  }

  #axentclub .gallery .page-store {
    background-image: url("../images/2x/p3_p4_large@2x.jpg");
  }

  #feature1 .box .box-item.free .box-icon {
    background-image: url("../images/2x/icon_free_large@2x.png");
  }

  #feature1 .box .box-item.category .box-icon {
    background-image: url("../images/2x/icon_category_large@2x.png");
  }

  #feature1 .box .box-item.chat .box-icon {
    background-image: url("../images/2x/icon_chat_large@2x.png");
  }

  #feature1 .box .box-item.update .box-icon {
    background-image: url("../images/2x/icon_update_large@2x.png");
  }

  #feature2 .entry {
    background-image: url("../images/2x/p4_large@2x.jpg");
  }

  #footer ul.box .phone {
    background-image: url("../images/2x/icon_phone_large@2x.png");
  }

  #footer ul.box .location {
    background-image: url("../images/2x/icon_location_large@2x.png");
  }

  #footer ul.box .email {
    background-image: url("../images/2x/icon_mail_large@2x.png");
  }
}
/* Cover mode */
#banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#appdownload, #axentclub, #feature1, #feature2, #footer {
  position: relative;
  z-index: 2;
}

#appdownload {
  margin-top: 840px;
}

@media screen and (min-width: 1440px) {
  #appdownload {
    margin-top: 1000px;
  }
}
