.dji-en .buy-now, .dji-zh-CN .buy-now, .dji-en .buy-link, .dji-zh-CN .buy-link{
    font-family: "Gotham", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, sans-serif
}

.dji-zh-CN section h3, .dji-zh-CN section .text h3 {
    font-size: 26px
}

.product-banner {
    background: #f7f8f9;
    position: relative;
    z-index: 2
}

.product-banner .product {
    display: block;
    margin: auto
}

.product-banner .logo img {
    display: block;
    margin-bottom: 15px;
    max-width: 100%
}

.product-banner .logo p {
    font-size: 28px;
    font-weight: 400
}

.product-banner .logo p.desc {
    font-size: 20px;
    color: #707473
}

.product-banner .text {
    margin-top: 40px
}

.product-banner .text h4 {
    margin-bottom: 15px;
    text-transform: uppercase
}

.product-banner .text .desc {
    font-size: 12px;
    color: #707473;
    margin-bottom: 25px
}

.product-banner .show-container {
    height: 480px;
    position: relative;
    overflow: hidden
}

.product-banner .show-container .show-item {
    height: 100%;
    padding-top: 80px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    z-index: 0;
    margin: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.product-banner .show-container .show-item .img_logo {
    height: 100%
}

.product-banner .show-container .show-item.active {
    opacity: 1;
    z-index: 1
}

.product-banner .show-container .show-item .logo {
    margin-top: 123px
}

.product-banner .show-container.swiper-container .swiper-slide {
    background: #f7f8f9
}

.product-banner .show-container.swiper-container .show-item {
    opacity: 1;
    z-index: 1
}

.product-banner .attr-container {
    min-height: 200px
}

.product-banner .attr-container .attr-item {
    padding: 0 10px;
    vertical-align: top
}

.product-banner .attr-container .attr-item dt {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px
}

.product-banner .attr-container .attr-item dt a {
    padding: 10px 0;
    color: #707473;
    text-transform: uppercase
}

.product-banner .attr-container .attr-item dd a {
    color: #707473;
    padding: 2px 4px;
    margin-left: -4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    line-height: 22px
}

.product-banner .attr-container .attr-item dd a:hover {
    background: #707473;
    color: #fff
}

.product-banner .scroll-down {
    display: inline-block;
    border: 1px solid #979797;
    width: 18px;
    height: 18px;
    border-right: none;
    border-top: none;
    margin: 15px auto 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.product-banner-p3p .npe-link {
    font-size: 13px
}

.product-banner-p3p .show-container .show-item-camera .product {
    margin-top: -80px;
    width: 435px
}

.product-banner-p3p .show-container .show-item-controller .product {
    margin-top: -69px;
    width: 85%
}

.product-banner-p3a .npe-link {
    font-size: 13px
}

.product-banner-p3a .show-container .show-item-camera .product {
    margin-top: -80px
}

.product-banner-p3a .show-container .show-item-controller .product {
    margin-top: -69px;
    width: 88%
}

.product-banner-p3s .npe-link {
    font-size: 13px
}

.product-banner-p3s .show-container .show-item-camera .product {
    max-width: 70%
}

.product-banner-p3s .show-container .show-item-controller .product {
    margin-top: -30px
}

.product-banner-p3s .show-container .show-item-app .product {
    margin-top: 60px
}

.product-banner-inspire-1 .show-container .show-item-camera .product {
    margin-top: -90px
}

.product-banner-inspire-1 .show-container .show-item-controller .product {
    margin-top: -62px;
    width: 359px
}

.product-banner-inspire-1 .show-container .show-item-app .product {
    margin-top: 60px
}

.overview-new .overview-video {
    height: 545px;
    padding: 70px 0 70px;
    background-color: #f7f8f9
}

.overview-new .overview-video h2 {
    padding-top: 130px;
    padding-bottom: 26px;
    font-weight: 500;
    font-size: 24px;
    color: #707473
}

.overview-new .overview-video p {
    font-size: 13px;
    color: #707473;
    line-height: 22px
}

.overview-new .overview-video .video-box .fa-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -14px;
    color: rgba(255, 255, 255, .8);
    font-size: 28px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.overview-new .overview-video .video-box:hover .fa-play {
    color: rgba(255, 255, 255, .4)
}

.overview-new .overview-gallery .row {
    margin: 0
}

.overview-new .overview-gallery .row .col-sm-6 {
    padding: 0;
    line-height: 0;
    overflow: hidden
}

.overview-new .overview-gallery .row .col-sm-6 img {
    width: 100%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.overview-new .overview-gallery .row .col-sm-6:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.link-more {
    display: inline-block;
    position: relative;
    font-family: "Open Sans", "Helvetica Neue", "Microsoft YaHei", Arials, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 6px;
    color: #707473;
    text-transform: uppercase
}

.link-more:before, .link-more:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #44a8f2
}

.link-more:after {
    left: 50%;
    right: 50%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.link-more:hover {
    color: #707473
}

.link-more:hover:after {
    background: #707473;
    left: 0;
    right: 0
}

.link-more-white1 {
    display: inline-block;
    position: relative;
    font-family: "Open Sans", "Helvetica Neue", "Microsoft YaHei", Arials, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 6px;
    color: #fff !important;
    text-transform: uppercase
}

.link-more-white1:before, .link-more-white1:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #44a8f2
}

.link-more-white1:after {
    left: 50%;
    right: 50%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.link-more-white1:hover {
    color: #44a8f2
}

.link-more-white1:hover:after {
    background: #fff;
    left: 0;
    right: 0
}

.link-action {
    display: inline-block;
    border: 2px solid #707473;
    background: 0 0;
    font-weight: 400;
    font-size: 12px;
    color: #707473;
    padding: 9px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.link-action:hover {
    background: #707473;
    color: #fff
}

.productAttr-show .link-more {
    top: 26px
}

.phantom-logo span {
    color: #d9b176;
    font-size: 25px
}

.description {
    font-size: 12px;
    line-height: 1.428571429
}

.productAttr-wrap {
    position: absolute;
    bottom: 30px;
    z-index: 3
}

.productAttr-list dl {
    padding: 2% 0 2% 5%;
    display: inline-block;
    cursor: pointer
}

.productAttr-list dt {
    font-size: 18px;
    margin-bottom: 15px
}

.productAttr-list dd {
    line-height: 1.6;
    font-weight: lighter
}

.productAttr-list a {
    display: inline-block;
    padding: 3px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.productAttr-list a:hover {
    background-color: #707473;
    color: #fff
}

.sticky {
    top: 0 !important
}

.sub-nav-wrap {
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    height: 60px;
    line-height: 58px;
    z-index: 1000;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden
}

.sub-nav-wrap .container-sub-nav {
    max-width: 1200px;
    margin: auto
}

.sub-nav-wrap h1 {
    line-height: 60px;
    font-size: 13px;
    color: #707473
}

.sub-nav-wrap li {
    float: left;
    padding: 0 10px
}

.sub-nav-wrap .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

.sub-nav-wrap .navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px
}

.sub-nav-wrap .navbar-toggle .icon-bar {
    display: block;
    width: 6px;
    height: 5px;
    border-left: 1px solid #b4b6b4;
    border-right: 1px solid #b4b6b4;
    background-color: #6a6d69;
    float: left;
    margin: 1px
}

.sub-nav-wrap .navbar-nav {
    text-transform: uppercase
}

.sub-nav-wrap .nav-toggle {
    float: right;
    display: none
}

.sub-nav-wrap .sub-nav-left ul {
    float: left
}

.sub-nav-wrap .sub-nav-left .product-title {
    float: left;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    text-transform: uppercase
}

.sub-nav-wrap .sub-nav-left .product-title a {
    font-size: 16px;
    text-transform: uppercase
}

.sub-nav-wrap .sub-nav-left .product-title a:hover {
    color: #707473
}

.sub-nav-wrap .sub-nav-left a {
    font-weight: 400;
    font-size: 12px;
    line-height: 30px
}

.sub-nav-wrap .sub-nav-left a.active {
    color: #44a8f2
}

.sub-nav-wrap .sub-nav-right ul {
    float: right;
    margin-right: 20px
}

.sub-nav-wrap .sub-nav-right a {
    font-weight: 400;
    font-size: 11px;
    line-height: 30px;
    color: #a6acaa;
    font-weight: 400
}

.sub-nav-wrap .sub-nav-right a.active, .sub-nav-wrap .sub-nav-right a:hover {
    color: #44a8f2
}

.sub-nav-wrap .sub-nav-right .to-top {
    width: 129px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sub-nav-wrap .sub-nav-right .mobile-btn-primary {
    padding-right: 26px
}

.is-sticky .sub-nav-right .to-top {
    visibility: visible;
    opacity: 1
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    background-color: rgba(112, 116, 115, .5)
}

.modal .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.modal-discontinue {
    text-align: center
}

.modal-discontinue .modal-dialog {
    width: 550px
}

.modal-discontinue .modal-body {
    padding: 10px 50px 30px
}

.modal-discontinue .logo {
    margin: 63px auto 44px;
    width: 50px
}

.modal-discontinue .desc {
    font-size: 13px;
    margin: 0 auto 60px
}

.modal-discontinue .operation a {
    margin: 0 15px
}

.modal-discontinue .btn-buy {
    display: inline-block;
    background: #44a8f2;
    color: #fff;
    font-size: 11px;
    padding: 8px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.modal-discontinue .btn-buy:hover {
    color: #44a8f2;
    background: 0 0
}

.sub-nav-toggle-mobile, .sub-nav-wrap-mobile {
    display: none
}

.sub-nav-wrap .buy-now a {
    font-size: 11px;
    font-weight: 400;
    background: #44a8f2;
    display: inline-block;
    color: #fff !important;
    line-height: 60px;
    min-width: 162px;
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sub-nav-wrap .buy-now a:hover {
    color: #44a8f2 !important;
    background: #fff
}

.sub-nav-wrap .buy-now.discontinue a {
    background: #a6acaa !important
}

.sub-nav-wrap .buy-now.discontinue a:hover {
    color: #fff !important;
    background: #a6acaa !important
}

.video-box {
    position: relative;
    display: inline-block;
    margin: auto
}

.video-box:hover .fa-play {
    color: rgba(255, 255, 255, .4)
}

.video-box img {
    max-width: 100%;
    cursor: pointer;
    display: block
}

.video-box .fa-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -14px;
    color: rgba(255, 255, 255, .8);
    font-size: 28px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.gallery figure {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.gallery figcaption {
    position: absolute;
    z-index: 5;
    bottom: 0;
    height: 28px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 28px;
    text-align: center
}

.gallery img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.gallery a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.img-list li {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
    min-height: 308px
}

.img-list li .video-box {
    display: block
}

.img-list li a {
    color: rgba(0, 0, 0, .2);
    font-weight: 700;
    text-shadow: none
}

.img-list li img {
    display: block;
    width: 100%
}

.buy-link {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #44a8f2;
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.buy-link:hover {
    color: #44a8f2;
    background: #fff
}

.buy-link .slogan {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    padding: 0;
    text-transform: none
}

.bg-white {
    background-color: #fff;
    width: 100%
}

.bg-gray {
    background-color: #f7f8f9
}

.block {
    display: block
}

.img-list img.cover {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms
}

.img-list img.cover:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

img.scale {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms
}

img.scale:hover {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.img-auto {
    width: 100%;
    height: auto;
    display: block
}

.series-list {
    padding: 20px 0
}

.series-list h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    /*text-transform: uppercase;*/
    color: #707473;
    padding-bottom: 25px;
    text-align: center
}

.series-list ul li {
    margin-bottom: 70px;
    min-height: 505px
}

.series-list ul a.product-img {
    display: block;
    height: 320px;
    text-align: center
}

.series-list ul a.product-img img {
    max-height: 320px
}

.series-list ul h4 {
    color: #44a8f2;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 0 0 20px
}

.series-list ul p {
    height: 80px;
    color: #707473;
    font-size: 12px;
    line-height: 19px;
    overflow: hidden
}

.series-list ul .product-links {
    height: 50px
}

.series-list ul .tips {
    color: #b13527;
    display: none;
    float: left
}

.series-list ul .btn-primary {
    padding: 4px 18px;
    font-size: 12px;
    height: 36px;
    line-height: 24px;
    text-align: center;
    /*text-transform: uppercase*/
}

.series-list .series-list-more {
    margin-top: 15px;
    margin-bottom: 15px
}

.series-list .oem-link {
    display: block;
    color: #44a8f2;
    font-size: 13px;
    margin-top: 5px;
    cursor: pointer
}

.btn-primary {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #44a8f2;
    background-color: #44a8f2;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.btn-primary:focus, .btn-primary.focus {
    color: #44a8f2;
    background-color: transparent;
    border: 2px solid #44a8f2
}

.btn-primary:hover {
    color: #44a8f2;
    background-color: transparent;
    border: 2px solid #44a8f2
}

@-webkit-keyframes animateUpDown20 {
    0% {
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
    100% {
        -webkit-transform: translate(0, 5px);
        -moz-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
}

.animate-up-down-20 {
    -webkit-animation: animateUpDown20 .5s infinite;
    -moz-animation: animateUpDown20 .5s infinite;
    -ms-animation: animateUpDown20 .5s infinite;
    -o-animation: animateUpDown20 .5s infinite;
    animation: animateUpDown20 .5s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

@media (max-width: 767px) {
    .img-list li {
        min-height: initial
    }

    .sub-nav-sticky-wrapper {
        height: 0 !important
    }

    .site-header .navbar-header .sub-nav-toggle-mobile {
        float: right;
        margin-right: 10px;
        margin-top: 9px;
        margin-bottom: 9px;
        width: auto;
        border: 0
    }

    .site-header .navbar-header .sub-nav-toggle-mobile .icon-bar, .site-header .navbar-header .sub-nav-toggle-mobile .icon-bar + .icon-bar {
        display: block;
        width: 6px;
        height: 6px;
        background-color: #707473;
        float: left;
        margin: 1px
    }

    .sub-nav-wrap {
        position: static;
        min-height: 0;
        height: auto;
        line-height: 0;
        display: none
    }

    .sub-nav-wrap.sub-nav-wrap-mobile {
        display: block;
        width: auto !important;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
    }

    .sub-nav-wrap .navbar-nav {
        margin: 7px -15px 0
    }

    .sub-nav-wrap .navbar-header {
        height: 0
    }

    .sub-nav-wrap .navbar-collapse {
        background-color: #fff;
        width: 100%
    }

    .sub-nav-wrap .navbar-toggle {
        margin-top: 8px;
        margin-bottom: 8px;
        position: absolute;
        top: -50px;
        right: 0
    }

    .sub-nav-wrap .sub-nav-left .product-title {
        float: none
    }

    .sub-nav-wrap li {
        margin: auto;
        padding: 0
    }

    .sub-nav-wrap .sub-nav-left > li > a, .sub-nav-wrap .sub-nav-right > li > a, .sub-nav-wrap .sub-nav-left > li > .product-title, .sub-nav-wrap .sub-nav-right > li > .product-title, .sub-nav-wrap .sub-nav-left > li > a:hover, .sub-nav-wrap .sub-nav-right > li > a:hover {
        font-family: "Gotham", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, sans-serif;
        font-weight: 300;
        font-size: 13px;
        line-height: 30px;
        color: #707473;
        padding: 3px 20px;
        width: auto;
        display: block;
        background: #f7f8f9
    }

    .sub-nav-wrap .sub-nav-left > li > .product-title, .sub-nav-wrap .sub-nav-right > li > .product-title {
        font-size: 14px;
        font-weight: 500;
        background: #fff;
        padding-bottom: 10px;
        padding-top: 10px;
        float: none
    }

    .sub-nav-wrap .sub-nav-left > li.mobile-sub-nav-first > a, .sub-nav-wrap .sub-nav-right > li.mobile-sub-nav-first > a {
        padding-top: 13px
    }

    .sub-nav-wrap .sub-nav-left > li.mobile-sub-nav-last > a, .sub-nav-wrap .sub-nav-right > li.mobile-sub-nav-last > a {
        padding-bottom: 13px
    }

    .sub-nav-wrap .sub-nav-left {
        margin-top: 0;
        margin-bottom: 0
    }

    .sub-nav-wrap .sub-nav-right {
        margin-top: 0;
        margin-bottom: 0
    }

    .sub-nav-wrap .navbar-nav .mobile-btn-primary {
        text-align: center;
        padding-right: 0
    }

    .sub-nav-wrap .navbar-nav .mobile-btn-primary a, .sub-nav-wrap .navbar-nav .mobile-btn-primary a:hover {
        padding-top: 0;
        padding-bottom: 0;
        height: 48px;
        line-height: 48px;
        font-family: "Gotham", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, sans-serif;
        font-weight: 300;
        font-size: 15px;
        color: #fff;
        background-color: #44a8f2
    }

    .sub-nav-wrap .to-top {
        display: none
    }
}

@media (max-width: 767px) {
    .product-banner {
        height: auto;
        height: calc(100vh - 50px);
        min-height: 470px;
        max-height: 630px;
        overflow: hidden
    }

    .product-banner .npe-link {
        text-align: center
    }

    .product-banner .show-container {
        height: auto
    }

    .product-banner .show-container .show-item {
        position: static;
        padding-top: 0;
        display: block;
        opacity: 1;
        z-index: 1;
        background-color: #f7f7f8
    }

    .product-banner .show-container .show-item .logo {
        margin: 40px auto 0;
        text-align: center
    }

    .product-banner .show-container .show-item .logo img {
        width: 287px;
        margin-left: auto;
        margin-right: auto
    }

    .product-banner .show-container .show-item .product-wrap {
        width: 100%;
        position: relative;
        margin-top: 10px;
        max-height: 282px;
        overflow: hidden
    }

    .product-banner .show-container .show-item .product-wrap:after {
        content: "";
        display: block;
        padding-top: 80%
    }

    .product-banner .show-container .show-item .product {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0
    }

    .product-banner .show-container .show-item.active {
        display: block;
        opacity: 1
    }

    .product-banner .show-container .show-item-aircraft .product {
        top: 57%
    }

    .product-banner .show-container .show-item-camera .product {
        max-width: 70%
    }

    .product-banner .show-container .show-item-controller .product {
        top: 54%;
        max-width: 70%
    }

    .product-banner .show-container .show-item-app .product {
        top: 55%
    }

    .product-banner .attr-container {
        text-align: center;
        min-height: initial;
        background: 0 0;
        padding: 0 0 60px;
        width: 100%
    }

    .product-banner .attr-container .row {
        margin: 0
    }

    .product-banner .attr-container .attr-item {
        text-align: center;
        padding: 0;
        display: block;
        width: auto
    }

    .product-banner .attr-container .attr-item.active dt a {
        color: #44a8f2
    }

    .product-banner .attr-container .attr-item dd {
        display: none
    }

    .product-banner .scroll-down-wrap {
        margin: auto;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -10px
    }

    .product-banner-inspire-1 .show-container .show-item-camera .product {
        width: 60%
    }

    .product-banner-inspire-1 .show-container .show-item-controller .product {
        width: 50%
    }

    .buy-link-product {
        text-align: center;
        padding: 30px 20px;
        font-size: 18px
    }

    .buy-link-product .slogan {
        font-size: 12px
    }

    .modal-discontinue .modal-dialog {
        width: 80%;
        margin: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .modal-discontinue .modal-body {
        padding: 20px 40px 30px
    }

    .modal-discontinue .logo {
        margin: 0 auto 20px
    }

    .modal-discontinue .desc {
        margin: 0 auto 20px
    }

    .modal-discontinue .product-logo {
        width: auto;
        height: 40px;
        margin-bottom: 20px
    }

    .modal-discontinue .operation .link-more {
        display: none
    }
}

@media all and (orientation: landscape) and (max-width: 767px) {
    .product-banner {
        min-height: 240px
    }

    .product-banner .show-container .show-item .img_logo {
        width: 45%
    }

    .product-banner .show-container .show-item .img_logo .logo {
        margin-top: 40px
    }

    .product-banner .show-container .show-item .product-wrap {
        width: 45%;
        padding-top: 31%
    }

    .product-banner .attr-container .col-xs-6 {
        width: 25%
    }

    .modal-discontinue .modal-body {
        padding: 10px 40px 20px
    }

    .modal-discontinue .product-logo {
        display: none
    }

    .modal-discontinue .product {
        width: 40%
    }
}

@-moz-keyframes animateUpDown20 {
    0% {
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
    100% {
        -webkit-transform: translate(0, 5px);
        -moz-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
}

@-webkit-keyframes animateUpDown20 {
    0% {
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
    100% {
        -webkit-transform: translate(0, 5px);
        -moz-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
}

@-o-keyframes animateUpDown20 {
    0% {
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
    100% {
        -webkit-transform: translate(0, 5px);
        -moz-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
}

@keyframes animateUpDown20 {
    0% {
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
    100% {
        -webkit-transform: translate(0, 5px);
        -moz-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
}