@charset "UTF-8";
.wrapper {
  display: block;
  padding: 0 !important;
  width: 100%;
  min-width: 25.6rem;
  overflow: hidden;
  padding-bottom: 6.5rem !important; }

body {
  overflow: visible; }

.content__hover {
  width: 100%;
  padding-top: 0 !important; }

.footer__a {
  position: static;
  min-width: 25.6rem; }

.footer {
  bottom: 0px; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  display: block !important;
  -webkit-animation: fadeInUp 0.6s linear;
  animation: fadeInUp 0.6s linear; }

@keyframes spin {
  from {
    display: block;
    transform: rotate(-1.5deg);
    opacity: 0.4; }
  to {
    display: block;
    transform: rotate(0);
    opacity: 1; } }

.feature-auto-animate {
  display: block !important;
  animation: spin 0.8s cubic-bezier(0, 0, 0.58, 1);
  transform-origin: 2000px 2000px; }

@keyframes enlarge {
  from {
    display: block;
    transform: scale(0.97, 0.97);
    opacity: 0.5; }
  to {
    display: block;
    transform: scale(1, 1);
    opacity: 1; } }

.feature-portatal-animate {
  display: block !important;
  animation: enlarge 1s ease-in-out;
  transform-origin: 50% 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

.feature-portatal-size-animate {
  display: block !important;
  animation: enlarge .5s linear;
  transform-origin: 50% 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

@keyframes orbit {
  from {
    display: block;
    transform: rotate(1.5deg);
    opacity: 0.4; }
  to {
    display: block;
    transform: rotate(0);
    opacity: 1; } }

.feature-orbit-animate {
  display: block !important;
  animation: orbit 1s ease-in-out;
  transform-origin: 1000px 1000px;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

@keyframes orbitShadow {
  from {
    display: block;
    transform: rotate(1.5deg); }
  to {
    display: block;
    transform: rotate(0); } }

.feature-orbitshadow-animate {
  display: block !important;
  animation: orbitShadow 1s ease-in-out;
  transform-origin: 1000px 1000px;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

@keyframes honor {
  from {
    display: block;
    transform: scale(0.95, 0.95); }
  to {
    display: block;
    transform: scale(1, 1); } }

.height-sub-animate {
  animation: heightSub 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

.height-add-animate {
  animation: heightAdd 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

@keyframes heightSub {
  from {
    display: block;
    height: 100%; }
  to {
    display: block;
    height: 0; } }

@keyframes heightAdd {
  from {
    display: block;
    height: 0; }
  to {
    display: block;
    height: 100%; } }

.honor-animate {
  animation: honor 2s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

.banner {
  width: 100%;
  height: 17.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }
  .banner__bg--left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #8bc6d6;
    z-index: 2; }
  .banner__bg--right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #4ea8c2;
    z-index: 2; }
  .banner__content {
    height: 17.5rem;
    width: 100%;
    background: url("https://static.gethover.com/build/images/bg/bg_product_banner-701f64d139.jpg") no-repeat;
    background-size: auto 100%;
    background-position: right top;
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0; }
    .banner__content .select__country {
      position: absolute;
      top: 2.5rem;
      left: 50%;
      width: 100%;
      margin-left: -12.8rem;
      height: 15rem;
      display: flex;
      justify-content: center;
      z-index: 2000; }
      .banner__content .select__country .country__model {
        width: 25.6rem;
        height: 100%;
        background: white;
        padding: 1rem 0 0 0.6rem; }
        .banner__content .select__country .country__model .header {
          width: 94%;
          margin-bottom: 0.5rem;
          margin-left: 0.3rem; }
          .banner__content .select__country .country__model .header span {
            float: right;
            margin-top: -0.95rem;
            font-size: 0.6rem; }
          .banner__content .select__country .country__model .header p {
            font-size: 0.4rem;
            font-weight: bold; }
        .banner__content .select__country .country__model .content {
          width: 100%; }
          .banner__content .select__country .country__model .content ul {
            width: 100%; }
            .banner__content .select__country .country__model .content ul li {
              list-style-type: none;
              width: 100%; }
              .banner__content .select__country .country__model .content ul li .intercontinental__countrys {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap; }
                .banner__content .select__country .country__model .content ul li .intercontinental__countrys .country__select {
                  width: 4.25rem;
                  height: 0.8rem;
                  background: #f5f6f8;
                  border-radius: 0.4rem;
                  margin: 0.2rem 0.3rem;
                  text-align: center;
                  cursor: pointer; }
                  .banner__content .select__country .country__model .content ul li .intercontinental__countrys .country__select span {
                    font-size: 0.3rem;
                    height: 0.8rem;
                    line-height: 0.8rem;
                    font-weight: 400; }
              .banner__content .select__country .country__model .content ul li .intercontinental__header {
                display: flex;
                position: relative;
                height: 0.75rem;
                padding-top: 0.375rem;
                margin-left: 0.4rem; }
                .banner__content .select__country .country__model .content ul li .intercontinental__header .continent__name {
                  font-size: 0.35rem;
                  float: left;
                  position: absolute;
                  top: 0;
                  left: 0;
                  padding: 0 0.3rem 0 0;
                  height: 0.75rem;
                  background: white;
                  color: #b2b2b2; }
                .banner__content .select__country .country__model .content ul li .intercontinental__header .line {
                  display: block;
                  width: 23.5rem;
                  height: 0;
                  border: 1px solid #b2b2b2;
                  color: #b2b2b2; }
    .banner__content .select__store {
      position: absolute;
      top: 6rem;
      left: 50%;
      width: 100%;
      margin-left: -5rem;
      height: 6rem;
      display: flex;
      justify-content: center;
      z-index: 2000; }
      .banner__content .select__store .store__model {
        width: 10rem;
        height: 100%;
        background: white;
        padding: 1rem 0 0 0.6rem; }
        .banner__content .select__store .store__model .header {
          width: 88%;
          margin-bottom: 0.9rem;
          margin-left: 0.3rem; }
          .banner__content .select__store .store__model .header span {
            float: right;
            margin-top: -0.95rem;
            font-size: 0.6rem; }
          .banner__content .select__store .store__model .header p {
            font-size: 0.4rem;
            font-weight: bold; }
        .banner__content .select__store .store__model .content {
          width: 8.75rem;
          justify-content: space-around;
          display: flex; }
          .banner__content .select__store .store__model .content img {
            width: 3.75rem;
            height: 2.225rem;
            cursor: pointer; }
  .banner__text {
    width: 10.5rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5rem;
    margin-top: -4rem; }
    .banner__text--slogan {
      text-align: center; }
      .banner__text--slogan p {
        margin: 0 auto;
        font-size: 0.9rem;
        line-height: 1.2rem;
        margin-bottom: 1.3rem;
        color: #ffffff;
        text-shadow: 0 0.025rem 0.2rem rgba(0, 0, 0, 0.3); }
    .banner__text--video .gla_inbox img.play {
      border: 0;
      display: block;
      width: 1.1rem;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -0.55rem;
      margin-left: -0.5rem; }
    .banner__text--video .gla__text {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .banner__text--video .gla__text p {
        text-align: center;
        color: #ffffff;
        font-size: 0.3rem;
        font-weight: 100;
        line-height: 0.35rem;
        text-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.5); }
    .banner__text--video a {
      display: block; }
      .banner__text--video a i {
        color: #ffffff;
        font-size: 0.525rem; }
      .banner__text--video a.prev {
        position: absolute;
        top: 50%;
        left: 0.375rem;
        margin-top: -0.675rem;
        padding: 0.25rem; }
        .banner__text--video a.prev img {
          height: 0.675rem;
          width: auto; }
      .banner__text--video a.next {
        position: absolute;
        top: 50%;
        right: 0.375rem;
        margin-top: -0.675rem;
        padding: 0.25rem; }
        .banner__text--video a.next img {
          height: 0.675rem;
          width: auto; }
    .banner__text--buy {
      margin-top: 0.75rem;
      text-align: center; }
      .banner__text--buy a {
        display: inline-block;
        width: auto;
        min-width: 2.75rem;
        padding: 0 0.25rem;
        height: 0.75rem;
        border: 1px solid #ffffff;
        color: #ffffff;
        line-height: 0.7rem;
        margin: 0 auto;
        font-weight: 100;
        font-size: 0.3rem;
        background: rgba(0, 0, 0, 0.4); }
        .banner__text--buy a:hover {
          background: #ffffff;
          color: #000000;
          border: 1px solid #ffffff; }
        .banner__text--buy a i {
          font-size: 0.4rem;
          display: inline-block;
          margin-left: 0.125rem; }

.shopping {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  overflow: visible; }
  .shopping__total {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: #FAFAFA;
    border-top: 1px solid #E3E3E3; }
    .shopping__total.fixed {
      position: fixed;
      bottom: 0;
      left: 0; }
    .shopping__total.over {
      position: absolute; }
    .shopping__total--content {
      width: 31rem;
      min-width: 25.6rem;
      max-width: 31rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .shopping__total--content {
          padding-right: 0.375rem;
          padding-left: 0.375rem; } }
    .shopping__total--left {
      width: 12.5rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem; }
      .shopping__total--left a.back {
        font-size: 0.35rem;
        position: absolute;
        top: 2.2rem;
        left: 0;
        color: #A0A0A0;
        font-weight: 100; }
      .shopping__total--left p {
        color: #626262;
        font-size: 0.3rem;
        font-weight: 100; }
    .shopping__total--right {
      display: flex;
      align-items: center; }
      .shopping__total--right p {
        color: #D0021B;
        font-size: 0.55rem;
        text-align: right;
        margin-right: 0.7rem;
        margin-left: 0.3rem;
        font-weight: 500; }
        .shopping__total--right p span {
          color: #000000;
          font-weight: 400; }
        .shopping__total--right p.btn {
          width: 4rem;
          background-color: #D0021B;
          border-radius: 1.05rem;
          height: 1.05rem;
          line-height: 1.05rem;
          font-size: 0.45rem;
          color: #ffffff;
          border: none;
          text-align: center; }
      .shopping__total--right a.btn {
        width: 4rem;
        padding: 0 0.65rem;
        min-width: 3rem;
        height: 1.05rem;
        line-height: 1.05rem;
        font-size: 0.45rem;
        display: block;
        background-color: #D0021B;
        border-radius: 1.05rem; }
        .shopping__total--right a.btn.btn-info {
          margin-right: 0.5rem; }
  .shopping__product {
    padding-top: 3.25rem;
    width: 31rem;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .shopping__product {
        padding-right: 0.375rem; } }
    .shopping__product a.back {
      position: absolute;
      top: -0.625rem;
      left: 0;
      color: #A0A0A0;
      font-weight: 100;
      font-size: 0.35rem; }
      .shopping__product a.back:hover {
        text-decoration: underline; }
  .shopping__product--left {
    display: block;
    width: 12.35rem;
    height: 11rem;
    position: absolute;
    top: 3.25rem;
    right: 60%;
    left: auto;
    bottom: auto;
    z-index: 2; }
    .shopping__product--left.fixed {
      position: fixed;
      top: auto;
      right: 50%;
      left: auto;
      bottom: auto; }
    .shopping__product--left.bottom {
      position: absolute;
      right: 50%;
      left: auto;
      top: auto; }
  .shopping__product--right {
    display: block;
    float: right;
    width: 15rem;
    padding-bottom: 5rem; }
    .shopping__product--right h2 {
      font-size: 0.6rem;
      text-transform: none;
      font-weight: normal;
      text-align: left; }
    .shopping__product--right h3 {
      font-size: 0.45rem;
      text-transform: none;
      font-weight: normal;
      text-align: left;
      margin-top: 1rem; }
    .shopping__product--right ul {
      display: block;
      width: 100%; }
      .shopping__product--right ul li {
        list-style: none;
        display: block;
        width: 100%;
        height: auto;
        min-height: 1.75rem;
        border: 2px solid rgba(0, 0, 0, 0.15);
        margin-top: 0.5rem;
        padding: 0.375rem 3.15rem 0.375rem 3.1rem;
        position: relative;
        overflow: hidden;
        -moz-user-select: none;
        /*火狐*/
        -webkit-user-select: none;
        /*webkit浏览器*/
        -ms-user-select: none;
        /*IE10*/
        -khtml-user-select: none;
        /*早期浏览器*/
        user-select: none; }
        .shopping__product--right ul li.selected {
          border: 2px solid #D0021B; }
        .shopping__product--right ul li p {
          font-size: 0.35rem;
          font-weight: 100;
          line-height: 0.425rem; }
          .shopping__product--right ul li p.name {
            margin-bottom: 0.15rem; }
          .shopping__product--right ul li p.discount {
            margin-bottom: 0.15rem;
            color: #D0021B;
            font-size: 0.375rem;
            font-weight: 500; }
            .shopping__product--right ul li p.discount span {
              font-size: 0.3rem; }
        .shopping__product--right ul li.prohibitOperation {
          cursor: not-allowed; }
      .shopping__product--right ul img {
        display: block;
        width: auto;
        height: 1.65rem;
        position: absolute;
        top: 0.05rem;
        left: 0.6rem; }
        .shopping__product--right ul img.main__product {
          height: 2.2rem;
          top: -0.2rem;
          left: 0.525rem; }
      .shopping__product--right ul .show__old__price {
        text-decoration: line-through;
        color: #b2b2b2;
        font-size: 0.35rem;
        margin-left: 0.75rem; }
      .shopping__product--right ul .hidden__span {
        display: none; }
      .shopping__product--right ul div.quantity {
        display: block;
        width: 2.55rem;
        height: 0.55rem;
        position: absolute;
        right: 0.6rem;
        top: 0.625rem; }
        .shopping__product--right ul div.quantity:after {
          display: block;
          clear: both;
          content: "";
          visibility: hidden;
          height: 0; }
        .shopping__product--right ul div.quantity span {
          display: block;
          float: left;
          width: 1.45rem;
          font-size: 0.45rem;
          line-height: 0.55rem;
          text-align: center;
          font-weight: 100; }
          .shopping__product--right ul div.quantity span.disable {
            color: #B6B6B6; }
        .shopping__product--right ul div.quantity a {
          display: block;
          width: 0.55rem;
          height: 0.55rem;
          background: #F5F5F5;
          border: 1px solid #DEDEDE;
          text-align: center;
          font-size: 0.45rem;
          line-height: 0.55rem;
          font-weight: 100;
          vertical-align: top; }
          .shopping__product--right ul div.quantity a i {
            font-size: 0.3rem;
            color: #2F2F2F;
            display: block;
            transform: scale(0.67);
            -ms-transform: scale(0.67);
            /* IE 9 */
            -moz-transform: scale(0.67);
            /* Firefox */
            -webkit-transform: scale(0.67);
            /* Safari 和 Chrome */
            -o-transform: scale(0.67);
            /* Opera */
            margin: 0.125rem auto; }
          .shopping__product--right ul div.quantity a.disable {
            background: #FBFBFB;
            color: #DEDEDE; }
            .shopping__product--right ul div.quantity a.disable i {
              color: #DEDEDE; }
          .shopping__product--right ul div.quantity a.prohibitOperation {
            cursor: not-allowed !important; }
          .shopping__product--right ul div.quantity a.add {
            float: right; }
          .shopping__product--right ul div.quantity a.sub {
            float: left; }
    .shopping__product--right p.descr {
      font-size: 0.3rem;
      font-weight: 100;
      color: #313131;
      text-align: left;
      margin-top: 0.25rem; }
    .shopping__product--right .outlink {
      padding-top: 0.6rem; }
      .shopping__product--right .outlink a {
        width: 5rem;
        height: 0.75rem;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.3);
        color: rgba(0, 0, 0, 0.3);
        font-size: 0.35rem;
        line-height: 0.75rem;
        text-align: center;
        float: left;
        margin-bottom: 0.6rem; }
        .shopping__product--right .outlink a:nth-child(2n) {
          margin-left: 0.625rem; }
  .shopping .product__swiper {
    position: absolute;
    width: 15rem;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .shopping .product__swiper .product__img__list {
      width: 1.5rem;
      height: 11rem;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .shopping .product__swiper .product__img__list span {
        display: inline-block;
        height: 1.5rem;
        width: 0.25rem;
        line-height: 1.5rem;
        font-size: 0.75rem;
        text-align: center;
        color: #A0A0A0;
        cursor: pointer;
        transform: rotate(90deg); }
      .shopping .product__swiper .product__img__list li {
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        cursor: pointer;
        overflow: visible; }
        .shopping .product__swiper .product__img__list li img {
          width: auto;
          height: 100%; }
        .shopping .product__swiper .product__img__list li.current {
          width: 1.55rem;
          height: 1.55rem;
          margin: 0 0.3rem;
          border: 1px solid #A0A0A0; }
    .shopping .product__swiper .swiper-container {
      width: 12.35rem;
      height: 8.75rem;
      overflow: hidden; }
    .shopping .product__swiper .swiper-slide img {
      display: block;
      margin: 0 auto;
      height: auto;
      width: 8.75rem; }

.shopping__wrapper {
  display: block;
  width: 100%;
  height: 17.5rem;
  position: relative;
  overflow: hidden; }
  .shopping__wrapper.auto {
    height: auto; }

.halloween_active {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #cccccc;
  text-align: center;
  z-index: 1000; }
  .halloween_active .alert_bg {
    background: url("https://static.gethover.com/build/images/activity/pc_free_accessories-afcc408b93.png");
    width: 11.25rem;
    background-size: 100% 100%;
    height: 9.475rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5.625rem;
    margin-left: -4.75rem; }
    .halloween_active .alert_bg img {
      position: absolute;
      width: 0.4rem;
      top: 1rem;
      right: 1rem; }
    .halloween_active .alert_bg .bodys {
      margin-top: 40%; }
      .halloween_active .alert_bg .bodys p {
        font-size: 0.35rem;
        color: #FEEABA; }
      .halloween_active .alert_bg .bodys input {
        width: 7.5rem;
        margin: 0 auto;
        margin-top: 0.525rem;
        line-height: 0.425rem;
        font-size: 0.3rem;
        padding: 0.15rem 0.25rem;
        border: 2px solid #FEEABA;
        background: #2d1508;
        color: white;
        outline: none; }
      .halloween_active .alert_bg .bodys input::-webkit-input-placeholder {
        color: white;
        opacity: 0.6; }
      .halloween_active .alert_bg .bodys input:-moz-placeholder {
        color: white;
        opacity: 0.6; }
      .halloween_active .alert_bg .bodys input::-moz-placeholder {
        color: white;
        opacity: 0.6; }
      .halloween_active .alert_bg .bodys input:-ms-input-placeholder {
        color: white;
        opacity: 0.6; }
      .halloween_active .alert_bg .bodys a {
        line-height: 0.425rem;
        font-size: 0.3rem;
        display: block;
        width: 7.5rem;
        margin: 0 auto;
        margin-top: 0.6rem;
        height: 0.75rem;
        padding: 0.175rem;
        background: #F85360;
        color: white; }
    .halloween_active .alert_bg .contents {
      margin-top: 45%; }
      .halloween_active .alert_bg .contents p {
        color: #FEEABA; }
      .halloween_active .alert_bg .contents .title {
        font-size: 0.45rem; }
      .halloween_active .alert_bg .contents .content {
        font-size: 0.35rem;
        margin-top: 0.95rem; }

.feature__title {
  height: 2.5rem;
  width: 100%;
  position: absolute;
  background: #171C21;
  top: 0;
  left: 0; }
  .feature__title h2 {
    width: 100%;
    height: 2.5rem;
    font-size: 0.9rem;
    font-weight: normal;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0.05rem 0.125rem rgba(0, 0, 0, 0.5);
    z-index: 3; }

.feature__text--title {
  color: #ffffff;
  font-weight: 100;
  margin-bottom: 0.5rem;
  text-transform: none; }

.feature__text--describe {
  color: #ffffff;
  margin-bottom: 0.625rem;
  font-size: 0.35rem;
  line-height: 0.5rem;
  font-weight: 100; }

.feature__text--icon i {
  display: inline-block;
  color: #ffffff;
  font-size: 0.75rem; }
  .feature__text--icon i:nth-child(2) {
    margin-left: 1.25rem; }

.gradiant__bg {
  display: block;
  width: 100%;
  height: 8.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, #171C21, #000000);
  background: -o-linear-gradient(top, #171C21, #000000);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#171C21), to(#000000)); }

.feature__auto {
  width: 100%;
  height: 13.75rem;
  background: #000000;
  position: relative; }
  .feature__auto .text {
    width: 100%;
    position: absolute;
    top: 8.8rem;
    padding-bottom: 0.875rem;
    text-align: center; }
    .feature__auto .text h2 {
      display: none; }
    .feature__auto .text p {
      display: none;
      width: 20rem;
      margin-left: auto;
      margin-right: auto; }
    .feature__auto .text .feature__text--icon {
      display: none; }
  .feature__auto--img {
    position: absolute;
    top: 0.875rem;
    left: 50%;
    display: none;
    width: 15.65rem;
    height: auto;
    margin-left: -6.25rem; }
    .feature__auto--img.sonar {
      display: none; }

.feature__portable {
  width: 100%;
  height: 9.25rem;
  background: #000000;
  position: relative; }
  .feature__portable .text {
    width: 10rem;
    position: absolute;
    bottom: 1.675rem;
    left: 50%;
    margin-left: -11.8rem;
    text-align: left; }
    .feature__portable .text h2 {
      text-align: left; }
    .feature__portable .text p {
      width: 100%; }
  .feature__portable .img__wrapper {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    display: block;
    width: 14.3rem;
    height: auto;
    margin-left: -0.8rem; }
  .feature__portable--img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
    .feature__portable--img.aircraft {
      display: block;
      transform: scale(0.97, 0.97);
      opacity: 0.5; }
    .feature__portable--img.size__left {
      display: none;
      transform: scale(0.97, 0.97); }
    .feature__portable--img.size__center {
      display: none;
      transform: scale(0.97, 0.97); }
    .feature__portable--img.size__right {
      display: none;
      transform: scale(0.97, 0.97); }

.feature__orbit {
  width: 100%;
  height: 10rem;
  background: #000000;
  position: relative; }
  .feature__orbit .text {
    width: 10rem;
    position: absolute;
    bottom: 2.5rem;
    right: 50%;
    margin-right: -11.8rem;
    text-align: left; }
    .feature__orbit .text h2 {
      text-align: left; }
    .feature__orbit .text p {
      width: 100%; }
  .feature__orbit--img {
    position: absolute;
    top: 0;
    right: 50%;
    display: block;
    width: 16.5rem;
    height: auto;
    margin-right: -2.375rem; }
    .feature__orbit--img.aircraft {
      transform: rotate(1.5deg);
      transform-origin: 1000px 1000px;
      opacity: 0.4; }
    .feature__orbit--img.aircraft--shadow {
      transform: rotate(1.5deg);
      transform-origin: 1000px 1000px; }

.feature__safe {
  width: 100%;
  height: 13.75rem;
  background: url("https://static.gethover.com/build/images/bg/bg_product_safe-398864cfee.jpg") no-repeat #000000;
  background-size: auto 100%;
  background-position: center center;
  position: relative; }
  .feature__safe .mask {
    width: 100%;
    height: 100%;
    background: url("https://static.gethover.com/build/images/bg/bg_product_safe_mask-f20de92aa4.png") no-repeat;
    background-size: auto 100%;
    background-position: center center; }
  .feature__safe .text {
    width: 8.75rem;
    position: absolute;
    bottom: 2.85rem;
    right: 50%;
    margin-right: -11.8rem;
    text-align: left; }
    .feature__safe .text h2 {
      text-align: left;
      font-size: 0.9rem; }
    .feature__safe .text p {
      width: 100%; }

.feature__ux {
  width: 100%;
  height: 13.75rem;
  background: url("https://static.gethover.com/build/images/bg/bg_apple_ux-c38e9f42b8.jpg") no-repeat #ffffff;
  background-size: auto 100%;
  background-position: center center;
  position: relative; }
  .feature__ux .mask {
    width: 100%;
    height: 100%;
    background: url("https://static.gethover.com/build/images/bg/bg_product_safe_mask-f20de92aa4.png") no-repeat;
    background-size: auto 100%;
    background-position: center center; }
  .feature__ux .text {
    width: 12.25rem;
    position: absolute;
    top: 5rem;
    left: 50%;
    margin-left: -12.25rem;
    text-align: left; }
    .feature__ux .text h2 {
      text-align: left;
      color: #000000;
      font-size: 0.9rem; }
    .feature__ux .text p {
      width: 100%;
      color: #000000;
      font-size: 0.35rem; }
  .feature__ux .feature__text--icon i {
    color: #000000; }

.feature__gesture {
  width: 100%;
  height: 13.75rem;
  background: url("https://static.gethover.com/build/images/bg/bg_product_gesture-d8c90a951a.jpg") no-repeat #000000;
  background-size: auto 100%;
  background-position: center center;
  position: relative;
  border-bottom: 1px solid #ffffff; }
  .feature__gesture .mask {
    width: 100%;
    height: 100%;
    background: url("https://static.gethover.com/build/images/bg/bg_product_gesture_mask-93505c4a42.png") no-repeat;
    background-size: auto 100%;
    background-position: center center; }
  .feature__gesture .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-bottom: 0.875rem;
    text-align: center; }
    .feature__gesture .text h2 {
      font-size: 0.9rem; }
    .feature__gesture .text p {
      width: 13rem;
      margin-left: auto;
      margin-right: auto; }

.feature {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 2.5rem;
  z-index: 4; }

.honors {
  height: 16.25rem;
  color: #000000;
  text-align: center;
  padding-top: 1.5rem;
  position: relative; }
  .honors .aircraft {
    width: 18.55rem;
    height: 10.35rem;
    position: absolute;
    left: 50%;
    margin-left: -9.275rem;
    bottom: 0; }
    .honors .aircraft img {
      display: block;
      width: 100%;
      height: 100%;
      transform: scale(0.95, 0.95); }
  .honors .honors__logo {
    text-align: center;
    display: block;
    width: 24.8rem;
    position: absolute;
    left: 50%;
    margin-left: -12.4rem;
    bottom: 1.5rem; }
    .honors .honors__logo img {
      display: block;
      width: 100%; }
  .honors h2 {
    font-size: 0.9rem;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0.875rem;
    display: none; }
  .honors p {
    font-size: 0.35rem;
    font-weight: 100;
    width: 14.5rem;
    margin: 0 auto;
    display: none; }
  .honors ul {
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1.5rem; }
    .honors ul li {
      display: inline-block;
      font-size: 0;
      height: 1.9rem;
      width: auto;
      padding: 1.75rem; }
      .honors ul li img {
        display: block;
        height: 1.9rem;
        width: auto; }

.registration {
  height: 13.75rem;
  background: url("https://static.gethover.com/build/images/bg/bg_product_registration-e7e14d3590.jpg") no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: relative; }
  @media screen and (min-width: 1440px) {
    .registration {
      background-size: 100% auto; } }
  .registration .text {
    color: #ffffff;
    width: 100%;
    position: absolute;
    bottom: 1.25rem; }
    .registration .text h2 {
      text-align: center;
      font-size: 0.9rem;
      font-weight: normal; }
    .registration .text p {
      text-align: center;
      width: 13rem;
      margin: 0.4rem auto 0;
      font-size: 0.35rem;
      font-weight: 100; }

.techs {
  background: #000000;
  min-height: 13.75rem; }
  .techs .techs__content {
    background: url("https://static.gethover.com/build/images/new/hover-camera-passport-specs-8c2019f6ed.png") no-repeat #000000;
    background-position: -2.25rem -1.2rem;
    background-size: auto 120%;
    display: block;
    width: 25.6rem;
    margin: 0 auto;
    height: 100%;
    min-height: 13.75rem;
    padding: 1rem 0; }
  .techs h2 {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: normal;
    text-transform: none; }
  .techs .article__2 {
    min-height: 10rem;
    width: 24.65rem;
    margin: 0 auto; }
    .techs .article__2 .article__2__pic {
      width: 50%;
      float: left; }
      .techs .article__2 .article__2__pic img {
        display: block;
        width: 100%; }
    .techs .article__2 .article__2__info {
      width: 46%;
      height: 10rem;
      float: right;
      padding-top: 1.5rem;
      text-align: center; }
      .techs .article__2 .article__2__info .info__nav {
        display: inline-block;
        line-height: 0.35rem;
        margin: 0 auto 1rem;
        font-size: 0.35rem;
        text-align: center; }
        .techs .article__2 .article__2__info .info__nav a {
          display: block;
          float: left;
          box-sizing: border-box;
          border-right: 1px solid #767676;
          color: #767676; }
          .techs .article__2 .article__2__info .info__nav a.side--right {
            border-right: none; }
        .techs .article__2 .article__2__info .info__nav a.clickTitle {
          color: #ffffff; }
      .techs .article__2 .article__2__info ul {
        width: 10.75rem;
        margin: 0 auto; }
        .techs .article__2 .article__2__info ul li {
          line-height: 0.45rem;
          font-size: 0.3rem;
          font-weight: 100;
          letter-spacing: 0.0175rem;
          list-style: none;
          text-align: right;
          color: #ffffff;
          margin-bottom: 0.4rem; }
          .techs .article__2 .article__2__info ul li span.info__name {
            display: inline-block;
            float: left;
            color: #949494;
            font-weight: 100;
            width: auto;
            max-width: 50%;
            text-align: left; }
          .techs .article__2 .article__2__info ul li:after {
            display: block;
            clear: both;
            content: "";
            visibility: hidden;
            height: 0; }

.box {
  padding: 2rem 0 2.25rem; }
  .box h2 {
    color: #000000;
    font-size: 0.9rem;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 2.25rem; }
  .box .article__3 {
    width: 25.6rem;
    margin: 0 auto; }
    .box .article__3 .article__3__item li {
      display: inline-block;
      min-height: 3.5rem;
      list-style: none;
      margin-bottom: 1.5rem; }
      .box .article__3 .article__3__item li img {
        display: block;
        height: 2.5rem;
        width: auto;
        margin: 0 auto; }
        .box .article__3 .article__3__item li img.big {
          height: 3.75rem; }
      .box .article__3 .article__3__item li p {
        padding-top: 0.25rem;
        font-size: 0.3rem;
        width: 100%;
        color: rgba(0, 0, 0, 0.4);
        text-align: center; }
  .box.jianzhuang {
    padding: 2rem 0 2.25rem; }
    .box.jianzhuang h2 {
      color: #000000;
      font-size: 0.9rem;
      font-weight: normal;
      text-transform: none;
      margin-bottom: 2.25rem; }
    .box.jianzhuang .article__3 {
      width: 25.6rem;
      margin: 0 auto; }
      .box.jianzhuang .article__3 .article__3__item li {
        display: inline-block;
        min-height: 3.5rem;
        list-style: none;
        margin-bottom: 1.5rem; }
        .box.jianzhuang .article__3 .article__3__item li.item9 img {
          margin: 0.625rem auto; }
        .box.jianzhuang .article__3 .article__3__item li.item1 img {
          margin: 0.625rem auto; }
        .box.jianzhuang .article__3 .article__3__item li.item8 img {
          margin: 0.625rem auto; }
        .box.jianzhuang .article__3 .article__3__item li img {
          display: block;
          height: 2.5rem;
          width: auto;
          margin: 0 auto; }
          .box.jianzhuang .article__3 .article__3__item li img.big {
            height: 2.85rem;
            margin: 0.45rem auto; }
        .box.jianzhuang .article__3 .article__3__item li p {
          padding-top: 0.25rem;
          font-size: 0.3rem;
          width: 100%;
          color: rgba(0, 0, 0, 0.4);
          text-align: center; }

.firmware {
  height: 13.75rem;
  width: 100%;
  background: url("https://static.gethover.com/build/images/bg/bg_product_firmware-aae86d42c1.jpg") no-repeat #000000;
  background-position: center;
  background-size: auto 100%;
  padding-top: 3.45rem;
  border-bottom: 1px solid #979797; }
  .firmware img {
    display: block;
    width: 2.5rem;
    height: auto;
    margin: 0 auto 0.625rem; }
  .firmware h2 {
    font-size: 0.9rem;
    text-transform: none;
    font-weight: normal;
    line-height: 1.1rem;
    margin-bottom: 0.625rem;
    color: #ffffff; }
  .firmware p {
    width: 11.5rem;
    line-height: 0.5rem;
    font-weight: 100;
    font-size: 0.35rem;
    color: #ffffff;
    margin: 0 auto;
    text-align: center; }

/*首页*/
/*首页图片滚动*/
#gla {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 3.9rem; }

#gla_box {
  width: 3.25rem;
  margin: auto; }

.gla_inbox {
  overflow: hidden;
  position: relative; }

.gla_inbox img {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff; }

.roundabout-holder {
  width: 3.25rem;
  height: 3.3rem; }

.roundabout-moveable-item {
  display: block;
  width: 5.75rem;
  height: 3.25rem;
  cursor: pointer; }

@media screen and (max-width: 1024px) {
  .header__normal--content {
    padding: 0 1.25rem; }
  .footer__a {
    padding: 0 1.25rem; } }
