.width100 {
    width: 100%
}

.width20 {
    width: 20%;
    display: inline-block;
    float: left
}

.width25 {
    width: 25%;
    display: inline-block;
    float: left
}

.width33 {
    width: 33.33%;
    display: inline-block;
    float: left
}

.width100:after {
    clear: both
}

.dealerContentItem {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 16rem
}

.dealerContentItem>p:first-child {
    font-size: 16px;
    font-weight: 700
}

.foothide {
    display: none
}

.footicon-weixin:hover .foothide {
    display: block
}

.dropDownListParents {
    position: relative
}

.dropDownList {
    display: none;
    padding-left: 50px;
    position: absolute;
    width: 800%;
    left: -330%;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 0 0 10px 10px
}

.linkP {
    color: black;
    font-size: 12px;
    text-align: left
}

.linkP:hover {
    color: blue !important
}

.linkP:first-child {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px
}

.comingsoon {
    color: red;
    font-size: 8px
}

.comingsoon:after {
    content: " comingsoon";
    color: red;
    display: inline
}

.BMapLabel {
    max-width: none
}

.overseas_community_link_icon {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    margin-bottom: 10px
}

@font-face {
    font-family: 'miPrice';
    src: url('https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/font/MIUI EX Normal.ttf?v=20190808'), url('https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/font/price.woff?v=20190808'), url('https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/font/price.eot?v=20190808')
}

.width100 {
    width: 100%
}

.height100 {
    height: 100%
}

body {
    font-family:  Helvetica, sans-serif;
    font-weight: normal !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family:  Helvetica, sans-serif;
}
.standTextBlack {
    color: rgba(0, 0, 0, 0.6)
}

.standTextWhite {
    color: rgba(255, 255, 255, 0.6)
}

#mhpcn {
    display: none
}

#liLanguage:hover>a {
    color: #666
}

#liLanguage>a {
    font-size: .7em;
    display: inline-block;
    padding-left: 0;
    padding-right: 0
}

.textAlignLeft {
    text-align: left
}

.aLanguage {
    display: none;
    position: absolute;
    left: 15px;
    color: #abb7c3
}

#liLanguage>a:first-child:hover {
    color: #ddd
}

#liLanguage>a:last-child:hover {
    color: #ddd
}

.marginBottom0 {
    margin-bottom: 0
}

.c-line {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px
}

.scene-banner-h1 {
    position: absolute;
    top: 21.5%;
    padding-top: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 50;
    font-size: 32px;
}

.blockAbsolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
}

.marginLeftRightAuto {
    margin-left: auto;
    margin-right: auto
}

.width100 {
    width: 100%
}

.width90 {
    width: 90%
}

.width80 {
    width: 80%
}

.width70 {
    width: 70%
}

.width60 {
    width: 60%
}

.opacity9 {
    -moz-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9
}

.opacity8 {
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8
}

.opacity7 {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7
}

.opacity6 {
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6
}

.opacity5 {
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5
}

.fz12 {
    font-size: 12px
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.imgContainer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.bgPCCover_MB100 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.swiper-button-next.swiper-button-grey {
    background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/right-arrow.png?v=20190808')
}

.swiper-button-prev.swiper-button-grey {
    background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/left-arrow.png?v=20190808')
}

.swiper-pagination-grey .swiper-pagination-bullet {
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0.1;
}

.swiper-pagination-grey .swiper-pagination-bullet-active {
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0.8;
}

.swiper-01-btn {
    position: absolute;
    top: 42%;
    left: 26%
}

.swiper-02-btn {
    position: absolute;
    top: 82%;
    left: 48%
}

.swiper-03-btn {
    position: absolute;
    top: 78%;
    right: 35%
}

.imgContainer img {
    width: 100%
}

.right-bar-fixed {
    position: fixed;
    background-color: #bebebe;
    border-radius: 5px;
    z-index: 9999
}

.right-bar-fixed div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: 30px 30px
}

.right-bar-fixed .shop {
    background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icon-shop.png?v=20190808')
}

.right-bar-fixed .shop:hover {
    background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icon-shop-hover.png?v=20190808');
    background-color: #fff
}

.right-bar-fixed .weibo {
    background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icon-wb.png?v=20190808')
}

.right-bar-fixed .weibo:hover {
    background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icon-wb-hover.png?v=20190808');
    background-color: #fff
}

.right-bar-fixed .weixin {
    background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icon-wx.png?v=20190808')
}

.right-bar-fixed .weixin:hover {
    background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icon-wx-hover.png?v=20190808');
    background-color: #fff
}

.right-bar-fixed .weixin2 {
    background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icon-wx.png?v=20190808')
}

.right-bar-fixed .weixin2:hover {
    background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icon-wx-hover.png?v=20190808');
    background-color: #fff
}

.wx-qrcode {
    display: none;
    opacity: 0;
    top: -70px;
    right: 50px;
    position: absolute;
    transition: opacity .5s ease-in .1s;
    -webkit-transition: opacity .5s ease-in .1s
}

.weixin.active .wx-qrcode {
    display: block;
    opacity: 1
}

.weixin2.active .wx-qrcode {
    opacity: 1
}

.right-bar-fixed .shop:after,
.right-bar-fixed .weibo:after,
.right-bar-fixed .weixin:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}
.paramContainer>div>p:first-child
{
	font-weight:600;
	font-size:1.5rem;
	margin-top:5px;
	margin-bottom:2px;
}

.paramContainer>div>p:nth-child(n+2)
{
	margin-top:2px;
	margin-bottom:2px;
	font-size:1.1rem;
}

.footer {
    background-color: #fff !important;
    height: 335px;
    padding: 65px 0;
    z-index: 300 !important;
    border-top: 1px solid rgba(216,216,216,0.6) !important;  
}

.footer-links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.footer-links .col-links {
    flex: 1;
    margin-bottom: 0;
}

.footer-links .col-links dt {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: left;
}
.footer-links .col-links dt:hover a {
    color: #556C9E
}

.footer-links .col-links dt a {
    color: #000;
}

.footer-links .col-links dd {
    color: #000;
    font-size: 16px;
    margin-bottom: 6px;
    opacity: 0.7;
    text-align: left;
}

.footer-links .col-links dd a {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
}
.footer-links .col-links dd:last-of-type{
    margin-bottom: 0;
}

.footer-links .col-links dd a:hover {
    color: #556C9E;
}
.footer-badge{
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 50px;
}
.footer-badge a{
    position: relative;
    display: inline-block;
    height: 45px;
    width: 45px;
    margin-right: 28px;
    cursor: pointer;
}
.footer-badge a .badge-zzc{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 50%;
}
.footer-badge a:hover .badge-zzc{
    display: block;
}
.footer-badge a:last-child{
    margin-right: 0;
}
.footer-badge a img{
    display: inline-block;
    height: 45px;
    width: 45px;
}
.footer-links .col-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 140px;
    border-left: 1px solid #7a7a7a;
    text-align: center;
    color: #fff;
    padding-left: 30px
}

.col-contact .contact-code {
    flex: 1;
    margin: 20px 25px
}

.col-contact .contact-code img {
    width: 64px;
    height: 64px;
    margin: 0 auto
}

.col-contact .contact-code p {
    margin: 0;
    margin-top: 20px;
    font-size: 14px;
    color: #fff
}

.icon-aqlogo {
    height: 22px;
}

.footer-title {
    width: 160px;
    height: 26px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px
}

.footer-title .title {
    float: right
}

.footer-bottom-title {
    color: #fff;
    font-size: 18px;
    text-align: right;
    height: 50px;
    line-height: 50px;
}

.footer-bottom-title.right {
    font-size: 12px;
    text-align: left
}

.footer-bottom-copyright {
    margin-top: 28px;
    color: #666;
    font-size: 12px;
    text-align: left;
    height: 70px;
    line-height: 70px;
    border-top: 1px solid rgba(216,216,216,0.4);
}
.footer-bottom-copyright div span{
    display: inline-block;
    height: 100%;
}
.c-layout-footer {
    background-color: #505050
}

.footer-copyright {
    color: #ddd;
    font-size: 12px;
    line-height: 23px
}

.footer-phone {
    color: #ddd;
    font-size: 22px;
    padding-left: 30px
}

.footer-weekday {
    color: #ddd;
    font-size: 12px;
    padding-left: 10px
}

#fp-nav ul li a span {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    border: 1px solid #b9b9b9 !important;
    background: #fff !important
}

#fp-nav ul li .active span {
    background: #b9b9b9 !important
}

.bread-path {
    font-size: 14px;
    color: #505050;
    height: 45px;
    line-height: 45px
}

.bread-link {
    font-size: 14px;
    color: #505050
}

.bread-link:hover {
    color: #00aae6
}

.pageTitle {
    font-size: 24px;
    color: #000;
    margin-top: 0;
    padding: 4px 0;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%
}

.shopBtnContainer {
    position: fixed;
    bottom: 140px;
    right: 10px;
    text-align: right;
    z-index: 9999
}

.shopBtnContainer .btn {
    background-color: #f1bd4e !important;
    color: #fff !important;
    font-size: 14px !important;
    padding-left: 8px !important;
    padding-right: 8px !important
}

.shopBtnContainer .btn:hover {
    background-color: #f7ae11 !important
}

.shopBtnContainer .btn img {
    width: 24px !important;
    vertical-align: top
}

.haveSubItem {
    position: relative !important
}

.haveSubItem ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(255, 255, 255, 1);
    list-style: none;
    padding: 0;
    width: 100%;
    display: none;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
}

.haveSubItem li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    font-size: 16px
}

.haveSubItem a {
    color: #000;
    font-size: 13px;
}

.haveSubItem a:hover {
    color: #556C9E;
}

.haveSubItem a {
    display: block
}

.onlyPC {
    width: 100%;
    display: none !important;
}

.onlyMB {
    width: 100%;
    display: none !important;
}

#homeSearch {
    display: none;
    position: absolute;
    top: 40px;
    right: 10px
}

#selectLang {
    display: none
}

.select-lang select {
    height: 20px;
    font-size: 12px;
    color: #333;
    border: 0
}

#homeCross {
    display: none;
    float: right;
    margin: 40px 0 40px 0
}

@media(min-width:1180px) {
    #homeLog {
        display: block
    }

    #footerNav {
        display: block
    }
}

@media(min-width:800px) and (max-width:1180px) {
    #footerNav {
        display: block
    }

    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-mega-menu {
        margin-left: 40px
    }
}

@media(min-width:1070px) {
    #selectLang {
        display: block
    }

    #selectLang select {
        float: right;
        margin: 40px 0 40px 0
    }
}
@media(min-width: 1600px) and (max-width:1720px) {
    .scene-content .scene-box .info.product-info{
        padding-top: 1.5% !important;
    }
    .scene-content .scene-box .pro-box{
        margin-top: .2em !important;
    }
}
@media(max-width:1200px) {
    .nav-bar-product{
        margin-top: 15px !important;
    }
    .news-normal .item .title{
        font-size: 14px !important;
    }
    .privacy-header{
        padding: 10px 0 !important;
    }
    .product-header .title{
        font-size: 18px !important;
    }
    .product-header .tab .item{
        padding: 0 15px !important;
    }
    .privacy-header h3{
        font-size: 12px !important;
        margin-bottom: 1px;
    }
    .common-search input{
        font-size: 14px !important;
    }
    .support-h1{
        font-size: 20px !important;
        margin-bottom: 30px !important;
    }
    .privacy-header p{
        font-size: 12px !important;
    }
    .common-banner-big .common-banner-info h1{
        font-size: 24px !important;
    }
    .common-banner-big .common-banner-info p{
        font-size: 12px !important;
    }
    .product-header .tab{
        width: 70% !important;
    }
    .scene-content .scene-box .pro-box{
        margin-top: .2em !important;
    }
    .scene-content .scene-box .info.product-info{
        padding-top: 1.8% !important;
    }
    .scene-content .scene-box h3{
        font-size: .28em !important;
    }
    .scene-content .scene-box .pro-box img{
        width: .8em !important;
        height: .8em !important;
    }
    .main-addr{
        padding: 70px 100px !important;
    }
    .main-addr .line-box .content{
        font-size: 14px !important;
    }
}
@media(max-width:993px) {
    #homeSearch {
        display: none
    }
    .main-addr{
        padding: 70px 40px !important;
    }
    .navbar-nav>li>a {
        color: #fff !important;
        padding: 10px 20px 10px 20px;
        font-size: 12px;
        letter-spacing: 1px;
        border-bottom: 1px solid #404851
    }
    .faq-product-content, .video-product-content{
        min-height: 400px !important;
    }
}

@media(min-width:1200px) and (max-width:1330px) {
    #homeSearch {
        right: 80px;
        display: none;
    }
}

@media(min-width:992px) {
    .haveSubItem:hover ul {
        display: block
    }

    .width20Min992 {
        width: 20%;
        float: left
    }

    .pagePoint {
        font-size: 14px
    }

    .dropDownListParents:hover .dropDownList {
        display: block
    }

    .onlyPC {
        display: block !important;
    }

    .dropdown-menu {
        padding-left: 20px;
        padding-right: 20px
    }

    .nav-bar-product {
        width: 16.66%;
        min-height: 160px;
        margin-top: 50px;
        text-align: center;
        display: inline-block;
        position: relative;
        cursor: pointer;
        vertical-align: top;
    }

    #mhpcn {
        display: none
    }

    .c-map {
        height: 400px;
        position: relative;
        width: 100%
    }

    .nav-bar-product img {
        width: 90px;
        height: 90px;
    }

    .nav-bar-product p {
        margin: 0 10%;
        margin-top: 12px;
        width: 80%;
        height: 40px;
        line-height: 20px;
        color: #333;
        font-size: 14px;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .nav-bar-product:hover p {
        color: #556C9E
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }

    .sub-menu-container {
        border-radius: 0 0 5px 5px !important;
        border: 1px solid #dcdcdc !important;
        left: 260px !important;
        border-top: 0 !important;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) !important;
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) !important
    }

    .slider0 {
        background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/slider0.jpg?v=20190808')
    }

    .slider1 {
        background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/slider1.jpg?v=20190808')
    }

    .slider2 {
        background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/slider2.jpg?v=20190808')
    }

    .slider3 {
        background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/slider3.jpg?v=20190808')
    }

    .swiper-01-btn,
    .swiper-02-btn,
    .swiper-03-btn {
        width: 100px
    }

    .right-bar-fixed {
        right: 10px;
        bottom: 90px
    }

    .right-bar-fixed div {
        width: 50px;
        height: 50px
    }

    .swiper-button-next {
        right: 40px !important
    }

    .swiper-button-prev {
        left: 40px !important
    }

    .smallContainer {
        width: 942px;
        margin: 0 auto
    }

    .bestSmallContainer {
        width: 370px
    }

    .fzTime {
        margin-top: 100px;
        font-size: 50px;
        margin-bottom: 30px
    }

    .fzBigTitle {
        font-size: 48px;
        color: #000
    }

    .fzTitle {
        font-size: 32px;
        margin-top: 100px;
        margin-bottom: 35px
    }

    .fzSmallTitle {
        font-size: 28px;
        margin-top: 105px;
        margin-bottom: 28px
    }

    .fzClassification {
        font-size: 20px;
        color: #323232
    }

    .fzText {
        font-size: 16px
    }

    .fzPrice {
        font-size: 58px;
        color: #008bff
    }

    .fzTip {
        font-size: 16px;
        color: #323232
    }

    .textCenter {
        text-align: center
    }

    .textLeft {
        text-align: left
    }

    .opacity9 {
        -moz-opacity: .9;
        -webkit-opacity: .9;
        opacity: .9
    }

    .opacity8 {
        -moz-opacity: .8;
        -webkit-opacity: .8;
        opacity: .8
    }

    .opacity7 {
        -moz-opacity: .7;
        -webkit-opacity: .7;
        opacity: .7
    }

    .tipUnderSelf {
        margin-bottom: 16px
    }

    .tipUnderTitle {
        margin-bottom: 22px;
        font-size: 16px
    }

    .marginTop0 {
        margin-top: 0
    }

    .fw500 {
        font-weight: 500
    }

    .fw600 {
        font-weight: 600
    }

    .marginBottom100px {
        margin-bottom: 100px
    }

    .marginBottom50px {
        margin-bottom: 50px
    }

    .marginBottom5px {
        margin-bottom: 5px
    }

    .marginBottom15px {
        margin-bottom: 15px
    }

    .marginBottom20px {
        margin-bottom: 20px
    }

    .width854 {
        width: 854px
    }

    .width1064 {
        width: 1064px
    }

    .marginTop100px {
        margin-top: 100px
    }

    .marginTop50px {
        margin-top: 50px
    }

    .blockOrInline {
        display: block
    }

    .marginBottom30px {
        margin-bottom: 30px
    }

    .marginBottom10px {
        margin-bottom: 10px
    }
}

@media(max-width:991px) {
    .footer {
        min-height: 150px
    }

    .pagePoint {
        font-size: 12px
    }

    .width100Max991 {
        width: 100%;
        float: left
    }

    .bgPCCover_MB100 {
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative
    }

    .onlyMB {
        display: block !important;
    }

    #liLanguage {
        padding-left: 20px
    }

    #liLanguage>a {
        font-size: 15px
    }

    #liLanguage:hover>a {
        color: #ebedf2
    }

    #mhpcn {
        display: block
    }

    .aLanguage {
        display: none
    }

    .c-map {
        height: 200px
    }

    .marginBottom50px {
        margin-bottom: 20px
    }

    .slider0 {
        background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/slider0-mb.jpg?v=20190808')
    }

    .slider1 {
        background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/slider1-mb.jpg?v=20190808')
    }

    .slider2 {
        background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/slider2-mb.jpg?v=20190808')
    }

    .slider3 {
        background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/slider3-mb.jpg?v=20190808')
    }

    .slider4 {
        background-image: url('https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/slider4-mb.jpg?v=20190808')
    }

    .swiper-01-btn,
    .swiper-02-btn,
    .swiper-03-btn {
        width: 80px
    }

    .swiper-01-btn {
        display: none
    }

    .swiper-02-btn {
        display: none
    }

    .swiper-03-btn {
        display: none
    }

    .right-bar-fixed {
        right: 10px;
        bottom: 70px
    }

    .right-bar-fixed div {
        width: 40px;
        height: 40px
    }

    .col-copyright {
        display: none
    }

    .c-logo .c-mobile-logo {
        width: 100px !important;
        position: relative
    }

    .smallContainer {
        margin: 0 auto
    }

    .bestSmallContainer {
        width: 370px
    }

    .fzTime {
        font-size: 30px;
        margin-top: 20px
    }

    .fzBigTitle {
        font-size: 28px;
        color: #000
    }

    .fzTitle {
        font-size: 18px;
        margin-top: 11px;
        margin-bottom: 12px
    }

    .fzClassification {
        font-size: 16px;
        color: #323232
    }

    .fzText {
        font-size: 14px
    }

    .fzPrice {
        font-size: 58px;
        color: #008bff
    }

    .fzTip {
        font-size: 16px;
        color: #323232
    }

    .textCenter {
        text-align: center
    }

    .textLeft {
        text-align: left
    }

    .tipUnderSelf {
        margin-bottom: 16px
    }

    .tipUnderTitle {
        margin-bottom: 22px;
        font-size: 14px
    }

    .marginTop100px {
        margin-bottom: 20px
    }

    .marginTop50px {
        margin-top: 11px
    }

    .marginTopBecome50px {
        margin-top: 50px
    }

    .blockOrInline {
        display: inline
    }

    .textLeftMb {
        text-align: left
    }
}

.icon-loading {
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icon-loading.gif) no-repeat;
    background-size: 100%;
    float: right;
    margin-top: 40px;
    margin-left: 10px
}

.support-question {
    background-color: #fff;
    margin-top: 60px;
    min-height: 500px
}

.question-classify {
    display: flex;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border: 1px solid #333
}

.question-classify div {
    flex: 1;
    color: #333;
    font-size: 16px;
    text-align: center
}

.question-classify div.active {
    color: #fff;
    background-color: #01b4f3;
    outline: 1px solid #01b4f3
}

.question-classify div:hover {
    cursor: pointer;
    color: #fff;
    background-color: #01b4f3;
    outline: 1px solid #01b4f3
}

.bg-banner-title {
    margin-top: 50px;
    color: #fff;
    font-size: 28px;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4)
}

.question-log {
    margin: 50px 0 60px 0;
    padding: 10px 24px;
    height: auto;
    min-height: 300px;
    border: 1px solid #333
}

.fc-result {
    position: relative;
    padding: 30px;
}

.fc-result .name {
    color: #333;
    font-size: 18px;
    font-weight: 600
}

.fc-result .q-page {
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 14px
}

.fc-result {
    color: #333;
    font-size: 18px;
}

.fc-result ul {
    list-style: none;
    padding: 0;
}

.fc-result ul li {
    margin-bottom: 30px;
    cursor: pointer;
}

.fc-result ul li:hover .question {
    color: #556C9E
}

.fc-result ul li .answer {
    position: relative;
    padding: 15px 18px 15px 18px;
    padding-bottom: 0;
    display: none;
    font-size: 14px;
    color: #666;
    margin: 0;
    cursor: initial;
    line-height: 30px;
}
.fc-result ul li .answer a{
    color: #556C9E;
}

.fc-result ul li .answer .aa {
    display: inline-block;
    width: 4%;
    height: 100%
}

.fc-result ul li .answer .bb {
    width: 96%;
    height: 100%;
    display: inline-block
}

.question-log .log-line {
    float: left;
    display: inline-block;
    width: 4px;
    height: 15px;
    margin: 4px 8px 4px 0;
    background-color: #00aae6
}

.question-log dt {
    margin-bottom: 15px;
    color: #333;
    font-size: 18px
}

.question-log dd {
    margin: 5px 0;
    color: #333;
    font-size: 16px;
    cursor: pointer
}

.question-log dd:hover {
    color: #00aae6
}

.question-log dd.active {
    color: #00aae6
}

.support-video {
    background-color: #f8f8f8;
    min-height: 400px;
    padding-bottom: 80px
}

.support-video .box {
    position: relative;
    margin-top: 25px;
    cursor: pointer;
    height: 210px
}

.support-video .box:hover {
    box-shadow: 0 0 12px #ccc
}

.support-video .box .surface {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%
}

.support-video .box:hover .media-zzc {
    display: none !important
}

.support-video .title {
    margin: 80px 0 50px 0;
    text-align: center;
    color: #010101;
    font-size: 24px
}

.support-video video {
    width: 90%;
    height: 50%;
    margin: 0 5%
}

.support-file {
    background-color: #fff;
    min-height: 400px;
    padding-bottom: 80px
}

.support-file .title {
    margin: 80px 0 50px 0;
    text-align: center;
    color: #010101;
    font-size: 24px
}

.support-file .pro-man-box img {
    width: 216px;
    height: 216px;
    display: block;
    margin: 10px auto
}

.support-file .pro-man-box .choose {
    cursor: pointer
}

.support-file p {
    margin-top: 20px;
    color: #010101;
    font-size: 18px;
    text-align: center
}

.support-file .choose {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-top: 15px
}

.support-file .choose a {
    margin: 0 4px
}
.product-menu {
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    display: none;
    border-bottom: 1px solid rgba(216,216,216,0.6);
    box-shadow: none !important;
}

.product-menu::-webkit-scrollbar {
    display: none
}
header.has-privacy .product-menu{
    top: 150px;
}
.store-area .header {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #eee
}

.store-area .header .auth-select {
    padding: 30px 0
}

.store-area .header .auth-select .search {
    display: inline-block;
    position: relative;
    width: 350px;
    height: 42px;
    border: 1px solid #ddd
}

.store-area .header .auth-select .search .icon-search {
    position: absolute;
    right: 15px;
    top: 10px
}

.store-area .header .auth-select select {
    width: 140px;
    height: 40px;
    margin-right: 20px;
    padding-left: 5px;
    font-size: 14px
}

.store-area .header .auth-select input {
    width: 300px;
    height: 40px;
    border: 0;
    padding-left: 15px;
    font-size: 14px
}

.store-area .header .l-name {
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 100px;
    display: none
}

.store-area .header .l-name .area {
    color: #00aae6
}

.store-area .header .l-select {
    float: right
}

.store-area .header .l-select select {
    width: 220px;
    height: 32px;
    margin-top: 34px;
    margin-left: 20px;
    color: #999;
    font-size: 16px;
    padding-left: 5px
}

.store-area .header .l-select select option {
    color: #000
}

.store-area .content .title {
    height: 80px
}

.store-area .content .c-name {
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 80px
}

.store-area .content select {
    float: right;
    width: 220px;
    height: 32px;
    margin-top: 24px;
    color: #999;
    font-size: 16px;
    padding-left: 5px
}

.store-area .content select option {
    color: #000
}

.store-area .content .area {
    position: relative;
    width: 96%;
    padding-bottom: 10px
}

.store-area .content .area .storeList {
    min-height: 450px
}

.store-area .content .area .area-box {
    margin-top: 12px
}

.store-area .content .area .area-box p {
    font-size: 14px;
    color: #00aae6;
    margin-bottom: 2px
}

.store-area .content .area .area-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.store-area .content .area .area-box ul li {
    font-size: 14px;
    color: #000;
    margin-top: 4px
}

.store-area .content .a-map {
    width: 100%;
    height: 100%;
    min-height: 545px;
    margin: 25px 0
}

.store-area .store-empty {
    text-align: center;
    padding: 46% 0;
    font-size: 14px;
    color: #999
}

.store-area .content .page {
    margin-top: 30px;
    width: 70%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #eee;
    text-align: center
}

.store-area .content .page span {
    display: inline-block;
    color: #ddd;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer
}

.store-area .content .page span:hover {
    color: #000
}

.store-area .content .page span.choose {
    color: #000
}

.store-area .content .left {
    padding-left: 0
}

.store-area .content .right {
    padding-right: 0
}

.store-area .content .auth-info {
    width: 100%;
    height: 200px;
    margin-top: 30px;
    cursor: pointer
}

.store-area .content .auth-info img {
    width: 100%;
    height: 200px
}

.auth-area {
    padding-bottom: 30px;
    min-height: 300px
}

.auth-area .content .empty {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin: 50px auto
}

.service-target {
    background-color: #f8f8f8;
    margin-top: 80px
}

.service-target .item {
    width: 100%;
    height: 106px;
    color: #fff;
    text-align: center;
    margin: 25px 0;
    background-color: #333
}

.service-target .item .num {
    padding: 28px 0;
    font-size: 24px
}

.service-target .item .name {
    font-size: 12px
}

.service-float {
    margin-top: 80px;
    background-color: #fff;
}

.set-fluid {
    padding: 80px 0;
    background-color: #f8f8f8
}

.service-float .item {
    width: 100%;
    padding: 25px 0;
    background-color: #fff
}

.service-float .item img {
    display: block;
    width: 98px;
    height: 98px;
    margin: 30px auto
}

.service-float .item p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px
}

.story-title {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 40px 0 20px 0
}

.story-content {
    font-size: 14px;
    color: #333;
    padding: 20px 15px 30px 15px
}

.support-advice h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 40px 0 30px 0
}

.support-advice .advice-form .title {
    font-size: 16px;
    color: #000
}

.support-advice .advice-form .item {
    margin-bottom: 30px
}

.question-content {
    min-height: 400px
}

.support-advice .advice-form .title span {
    color: #d30909
}

.support-advice .advice-form select {
    width: 240px;
    padding-left: 10px;
    height: 36px;
    margin-right: 30px;
    font-size: 16px;
    margin-top: 12px;
    cursor: pointer !important;
    color: #999
}

.advice-form select option {
    color: #000
}

.support-advice .advice-form textarea {
    width: 100%;
    height: 150px;
    margin-right: 30px;
    font-size: 16px;
    margin-top: 12px;
    padding-left: 12px
}

.support-advice .advice-form input {
    width: 240px;
    padding-left: 10px;
    height: 36px;
    margin-right: 30px;
    font-size: 16px;
    margin-top: 12px
}

.support-advice .advice-form .sub-btn {
    width: 150px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    background-color: #00aae6;
    margin: 60px auto;
    cursor: pointer
}

.support-banner-bg {
    background: url("../../common/images/bgservices02.png?v=20190808");
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 600px;
    position: relative
}

.support-banner-title {
    margin: 0;
    padding: 224px 0;
    font-size: 36px;
    text-align: center;
    color: #666
}

.drop-classify {
    height: 68px;
    background: #556C9E;
    text-align: center;
}

.drop-classify span {
    height: 68px;
    line-height: 68px;
    display: inline-block;
    font-size: 14px;
    padding: 0 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    opacity: 0.7;
}

.drop-classify span.active {
    opacity: 1;
    color: #fff;
}

.drop-classify span:hover {
    opacity: 1;
    color: #fff;
}

.drop-classify a {
    color: #666;
    font-size: 14px;
    padding: 0 20px;
    border-left: 1px solid #666;
    cursor: pointer
}

.drop-classify a:last-child {
    border-right: 1px solid #666
}

.drop-classify a:hover {
    color: #00aae6
}

.drop-classify a:hover span {
    color: #666
}

.com-search-product {
    position: relative;
    width: 50%;
    margin: 0 25%;
    text-align: center;
    padding: 20px 0 50px 0
}

.com-search-product input {
    width: 90%;
    height: 40px;
    padding-left: 50px;
    font-size: 14px
}

.pro-man-box {
    margin-top: 40px
}

.pro-man-box .choose a:hover {
    color: #00aae6
}

.bus-banner {
    width: 100%
}

.bus-des {
    padding: 80px 0
}

.bus-des .title {
    color: #000;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px
}

.bus-des .content {
    width: 90%;
    margin: 0 5%;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px
}

.bus-des .name {
    display: block;
    color: #00aae6;
    font-size: 16px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    border: 1px solid #00aae6;
    border-radius: 5px
}

.bus-des .name:hover {
    color: #fff;
    background-color: #00aae6
}

.bus-product {
    position: relative
}

.bus-product div {
    height: 240px;
    position: relative;
    width: 16.66%;
    min-width: 16.66%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.bus-product .active {
    width: 33.34%
}

.bus-product .zzc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10
}

.bus-product .active .zzc {
    background-color: rgba(0, 0, 0, 0.2);
}

.bus-product .box1 {
    background: url(../../common/images/business/icon-bus1.jpg?v=20190808) no-repeat;
    background-size: cover
}

.bus-product .box2 {
    background: url(../../common/images/business/icon-bus2.png?v=20190808) no-repeat;
    background-size: cover
}

.bus-product .box3 {
    background: url(../../common/images/business/icon-bus3.png?v=20190808) no-repeat;
    background-size: cover
}

.bus-product .box4 {
    background: url(../../common/images/business/icon-bus4.jpg?v=20190808) no-repeat;
    background-size: cover
}

.bus-product .box5 {
    background: url(../../common/images/business/icon-bus5.jpg?v=20190808) no-repeat;
    background-size: cover
}

.bus-product div img {
    position: absolute;
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    top: 64px;
    left: 50%;
    margin-left: -27px;
    text-align: center;
    z-index: 50
}

.bus-product div p {
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 64px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    z-index: 50;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.bus-demo {
    padding: 80px 0
}

.dia-content {
    margin: 0 auto;
    width: 96%;
    padding: 20px 0;
    font-size: 14px;
    color: #333
}

.bus-demo .title {
    color: #000;
    font-size: 24px;
    text-align: center;
    margin-bottom: 80px
}

.bus-demo .header {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 30px
}

.bus-demo .header .page {
    float: right;
    font-size: 14px
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

.bus-demo .header .page .arrow {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #eee;
    text-align: center;
    color: #333
}

.bus-demo .header .page .arrow:first-child {
    margin-right: 4px
}

.bus-demo .header .page .arrow:hover {
    color: #00aae6
}

.fc-result .q-page .arrow {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #eee;
    text-align: center;
    color: #333
}

.fc-result .q-page .arrow:first-child {
    margin-right: 4px
}

.fc-result .q-page .arrow:hover {
    color: #00aae6
}

.bus-demo .header .name {
    float: left
}

.bus-demo .box .log-line {
    float: left;
    width: 4px;
    height: 15px;
    margin: 8px 8px 4px 0;
    background-color: #01b4f3
}

.bus-demo .demo-box {
    position: relative;
    margin-bottom: 30px;
    height: 340px;
    border: 1px solid #eee;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer
}

.bus-demo .demo-box:hover {
    box-shadow: 0 0 12px #ccc
}

.bus-demo .demo-box .demo-box-img {
    width: 100%;
    height: 240px;
    background-color: #f8f8f8;
    overflow: hidden
}

.demo-box-surface {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 220px;
    overflow: hidden
}
.demo-box-surface:hover img{
    transform: scale(1.06);
}
.demo-box-surface img {
    transition: all .5s
}

.bus-demo .demo-box img {
    display: block;
    width: 100%;
    height: 240px;
    transition: all .5s
}

.bus-demo .demo-box .surface {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 240px
}

.bus-demo .demo-box video {
    width: 100%;
    height: 240px
}

.bus-demo .demo-box .desc {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden
}

.bus-demo .demo-box .desc p {
    width: 100%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bus-demo .demo-box .desc p:first-child {
    color: #000;
    font-size: 16px
}

.bus-demo .demo-box .desc p:last-child {
    margin-top: 18px;
    color: #999;
    font-size: 14px
}

.bus-bottom {
    border-top: 1px solid #ccc
}

.bus-bottom .contact-box {
    height: 100px
}

.bus-bottom .contact-box .item {
    margin: 20px 0;
    height: 60px;
    border-right: 1px solid #ccc
}

.bus-bottom .contact-box:last-child .item {
    border-right: 0
}

.bus-bottom .contact-box p {
    text-align: center;
    color: #000;
    font-size: 12px;
    margin-bottom: 4px
}

.icon-search {
    display: block;
    width: 23px;
    height: 25px;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/support_search_icon.png?v=20190808) no-repeat;
    background-size: 100%;
    cursor: pointer
}

.icon-cross {
    width: 20px;
    height: 20px;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/support_search_delete.png?v=20190808) no-repeat;
    background-size: 100%;
    cursor: pointer
}

.home-search .icon-search {
    position: absolute;
    left: 0;
    top: 2px
}
.faq-container{
    padding: 115px 0;
    width: 46.88%;
    margin: 0 auto;
}
.common-search .icon-search {
    position: absolute;
    left: 30px;
    top: 24.5px;
}
.common-banner-big .common-banner-info{
    position: absolute;
    left: 12.5%;
    top: 36%;
    width: 40%;
}
.common-banner-big .common-banner-info h1{
    margin: 0;
    margin-bottom: 12px;
    font-size: 36px;
    color: #000;
}
.common-banner-big .common-banner-info p{
    font-size: 14px;
    color: #333;
}
.common-banner-big.support-banner{
    position: relative;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/banner/support-banner.jpg) center no-repeat;
    background-size: cover;
    max-height: 745px;
    min-height: 200px;
}
.common-banner-big.faq-banner{
    position: relative;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/banner/support-banner.jpg) center no-repeat;
    background-size: cover;
    height: 320px;
}

.support-h1{
    position: relative;
    width: 100%;
    opacity: 0.9;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    margin: 0;
    margin-bottom: 60px;
}
.common-search {
    position: relative;
    display: block;
    width: 100%;
    height: 74px;
    background-color: #fff;
    cursor: pointer;
}
.support-video-btn{
    width: 45px !important;
    height: 45px !important;
    top: auto !important;
    margin: 0 !important;
    left: 20px !important;
    bottom: 20px !important;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/support_video_play.png) no-repeat !important;
    background-size: 100% !important; 
}
.common-search input {
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
    height: 74px;
    border: 0;
    font-size: 18px;
    outline: 0;
    color: #000;
    box-shadow: none
}
.home-search {
    position: relative;
    display: none;
    width: 65%;
    float: left;
    height: 24px;
    margin: 38px 0;
    margin-left: 40px
}

.home-search input {
    width: 100%;
    padding-left: 40px;
    height: 24px;
    border: 0;
    font-size: 16px;
    outline: 0;
    box-shadow: none
}
.home-product-list{
    position: relative;
    height: 320px;
    overflow-x: hidden; 
    overflow-y: hidden;
    background-color: #fff;
}
.product-wrapper{
    position: absolute;
    left: 0;
    z-index: 20;
    height: 320px;
    width: auto;
    transition: all .3s;
}
.home-main-content{
    display: none;
}
.product-container{
    position: relative;
}
.product-container .pl-btn-left{
    display: block;
    position: absolute;
    left: -50px;
    top: 120px;
    width: 36px;
    height: 36px;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/homepage_product_left.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 50;
}
.product-container .pl-btn-right{
    display: block;
    position: absolute;
    right: -50px;
    top: 120px;
    width: 36px;
    height: 36px;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/homepage_product_right.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 50;
}
.product-wrapper a{
    display: inline-block;
    max-width: 196px;
    width: 196px;
    margin: 70px 0 75px 0;
}
.product-wrapper a:first-child{
    margin-left: -15px;
}
.product-wrapper a:hover p{
    color: #556C9E;
}
.product-wrapper a img{
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.product-wrapper a p{
    float: left;
    margin: 0 10%;
    margin-top: 20px;
    width: 80%;
    height: 60px;
    color: #333;
    font-size: 16px;
    text-align: center;
}
.home-product-list::-webkit-scrollbar {display:none !important}
.home-work-with{
    position: relative;
    width: 100%;
    padding: 80px 0 50px 0;
    background-color: #FAFAFA;
}
.home-work-with .content{
    width: 75%;
    margin: 0 12.5%;
}
.home-work-with .content h2{
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Verdana' !important;
    font-weight: bold !important;
}
.home-work-with .content h2::after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid #333;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 198px;
    left: 50%;
    margin-left: -4px;
    display: none;
}
.home-work-with .content .case{
    width: 100%;
    max-height: 630px;
}
.home-work-with .content .case img{
    width: 100%;
    height: 100%;
    max-height: 630px;
}
.home-video-banner{
    position: relative;
    width: 100%;
    /* background: url(../common/images/banner/home-video-banner.png) no-repeat;
    background-size: cover;  */
}
.home-video-main{
    display: none;
    position: absolute;
}
.home-video-banner .content{
    position: absolute;
    left: 30.5%;
    top: 50%;
    margin-top: -130px;
    width: 39%;
    text-align: center;
    z-index: 500;
    font-family: 'Verdana' !important;
}
.home-video-banner .content h1,.home-video-banner .content h2{
    margin: 0;
    margin-bottom: 16px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold !important;
}
.home-video-banner .content p{
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    opacity: 0.8;
}
.home-video-banner .content .video-play{
    max-width: 300px;
    min-width: 100px;
    padding-top: 40px; 
    margin: 0 auto;
}
.home-video-banner .content .video-play .play-btn{
    position: relative;
    width: 72px;
    height: 72px;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/icon-play-btn.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    cursor: pointer; 
    transition: all .3s;
}
.home-video-banner .content .video-play .play-btn.active{
    transform:scale(0.94,0.94);
    -ms-transform:scale(0.94,0.94); /* IE 9 */
    -moz-transform:scale(0.94,0.94); /* Firefox */
    -webkit-transform:scale(0.94,0.94); /* Safari and Chrome */
    -o-transform:scale(0.94,0.94); /* Opera */
}
.playIconContainer.active {
    transform:scale(0.94,0.94);
    -ms-transform:scale(0.94,0.94); /* IE 9 */
    -moz-transform:scale(0.94,0.94); /* Firefox */
    -webkit-transform:scale(0.94,0.94); /* Safari and Chrome */
    -o-transform:scale(0.94,0.94); /* Opera */
}
.home-video-banner .content .video-play .hover-btn,.playIconContainer .hover-btn{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.search-holder {
    display: none;
    position: absolute;
    top: 62px;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    z-index: 100;
}
.search-holder::-webkit-scrollbar,.news-theme::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.search-holder::-webkit-scrollbar-thumb,.news-theme::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #999;
}
.search-holder::-webkit-scrollbar-track,.news-theme::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #f8f8f8;
}

.select-lang {
    position: absolute;
    right: 0;
    top: 0;
}
.icon-select-region {
    float: right;
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-left: 10px;
    margin-top: 18px;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/menu_bar_select_region.png) no-repeat;
    background-size: 100%;
}
.select-lang ul{
    list-style: none;
    margin-bottom: 0;
}
.select-lang li{
    padding: 0;
    margin: 0;
}
.select-lang li .c-link{
    transition: all 0.2s;
    padding: 15px;
    min-height: 80px;
    line-height: 50px;
}
.select-lang .haveSubItem ul{
    left: 0;
    width: 98px;
}
.select-lang .haveSubItem li a{
    font-size: 13px;
    color: #000;
    line-height: 48px;
    text-align: center;
}
.select-lang .haveSubItem li a:hover{
    color: #556C9E;
}

.search-holder h4 {
    color: #ccc;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding-left: 20px;
    height: 36px;
    line-height: 36px
}

.search-holder ul {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

.search-holder ul li {
    list-style: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.search-holder ul li a {
    display: block;
    width: 100%
}

.search-holder ul li:hover {
    background-color: #eee
}

.search-holder ul li:hover a {
  color: #556C9E;
}
/* #homeLog .log-active {
    color: #556C9E !important;
} */
#homeLog li>a:hover::before{
    /* color: #556C9E !important; */
    content: '';
    height: 1px;
    width: calc(100% - 40px);
    margin: 0 20px;
    background-color: #fff;
    position: absolute;
    bottom: 1px;
    left: 0;
}
#homeLog a{
    color: #fff!important;
    height: 50px!important;
    min-height: 50px!important;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    font-family: "OpenSans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

.news-title {
    margin: 30px 0;
    color: #000;
    font-size: 24px;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.news-list-content{
    float: left;
    position: relative;
    width: 74%;
    padding: 70px 0;
    background-color: #fff;
}
.news-list-others{
    float: right;
    position: relative;
    width: 23.2%;
    padding: 70px 0;
    background-color: #fff;
}
.news-list-others .icon-search {
    top: 22.5px;
    left: 15px;
}
.news-list-others .news-search{
    height: 70px;
    background: #F3F3F3;
}
.news-list-others .news-cross{
    display: none;
    position: absolute;
    right: 10px;
    top: 25px;
}
.news-list-others .news-search input{
    height: 70px;
    background: #F3F3F3;
    padding-left: 55px;
    padding-right: 35px;
}
.news-holder{
    top: 80px;
    max-height: 200px;
    overflow: auto;
    border-bottom: 1px solid #eee;
}
.news-holder ul{
    padding-left: 20px;
}
.news-holder ul li{
    height: auto;
    line-height: 30px;
    text-indent: 0;
    font-size: 14px;
}
.others-news {
    position: relative;
    margin-top: 55px;
    width: 100%;
}
.others-news .news-theme{
    margin-bottom: 20px;
}
.others-news .news-theme h3{
    margin: 0;
    font-size: 18px;
    color: #2B2B2B;
    margin-bottom: 20px;
    font-weight: bold;
}
.others-news .news-theme .news-box{
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}
.others-news .news-theme .news-box img{
    width: 100%;
    margin-bottom: 12px;
}
.others-news .news-theme .news-box p{
    font-size: 16px;
    color: #2B2B2B;
}
.news-stick {
    width: 100%;
    margin-bottom: 45px;
    background-color: #fff;
    cursor: pointer;
}
.news-stick p{
    margin: 0;
    margin-top: 12px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;

}
.news-stick img {
    width: 100%;
    max-height: 470px;
}

.news-sumary {
    padding: 40px 30px;
    background-color: #fff
}

.news-sumary .title {
    color: #000;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600
}

.news-sumary .time {
    color: #999;
    font-size: 14px;
    margin-bottom: 25px
}

.news-sumary .desc {
    color: #333;
    font-size: 16px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.text-clamp3 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.text-clamp2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news-topic {
    position: relative;
    margin-bottom: 50px;
    background-color: #fff;
    cursor: pointer
}

.news-topic .first {
    height: 300px;
    border-bottom: 1px solid #eee
}

.news-topic .first img {
    width: 100%;
    height: 300px;
    margin-left: -15px
}

.news-topic .second .item {
    background-color: #fff
}

.news-topic .second img {
    width: 100%;
    height: 200px;
    margin-left: -15px
}

.news-topic .second .second-image {
    display: inline-block
}

.news-topic .second .second-desc {
    display: inline-block
}

.news-topic .second .news-sumary {
    padding: 20px 15px
}

.news-topic .topic-name {
    padding: 0;
    font-size: 30px;
    color: #fff;
    line-height: 300px;
    text-align: center;
    background-color: #00aae6
}

.news-normal {
    width: 100%;
    min-height: 300px;
    cursor: pointer
}

.news-normal .item {
    margin-bottom: 30px;
    background-color: #fff;
    min-height: 310px;
}

.news-normal .item:hover {
    /* box-shadow: 0 0 12px #ccc */
}
.news-more-btn{
    width: 124px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color:#333;
    background-color: #F7F7F7;
    margin: 0 auto;
    margin-top: 100px;
    cursor: pointer;
}

.news-normal .item img {
    width: 100%;
    height: 236px
}

.news-normal .item .desc {
    padding: 20px
}

.news-normal .item .title {
    color: #2b2b2b;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    margin-top: 20px;
    word-break: normal;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
#newsNormal div:nth-child(2n){
    padding-left: 6.5px;
}
#newsNormal div:nth-child(2n+1){
    padding-right: 6.5px;
}
.news-normal .item .time {
    color: #999;
    font-size: 14px;
    text-align: left;
    margin: 0;
    margin-top: 18px
}

.news-content {
    padding: 100px 50px;
    background-color: #fff;
}
.news-content .news-detail-area{
    color: #494949;
    font-size: 16px;
}
.news-content .news-detail-area img{
    width: 100%;
}
.news-content .news-detail-area .img600 {
    max-width: 600px;
    text-align: center;   
}
.news-content .time {
    margin: 0;
    margin-top: 20px;
    color: #2b2b2b;
    font-size: 16px;
}

.news-content .title {
    position: relative;
    margin-bottom: 50px;
}
.news-content .title h1{
    color: #2b2b2b;
    font-size: 28px;
}
.fb_iframe_widget{
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
}
.twitter-share-button{
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
}
.news-content .title .deliver{
    position: absolute;
    width: 150px;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.news-content .title .deliver .line{
    display: inline-block;
    width: 100px;
    height: 1px;
    margin: 14px 0;
    background: #666666;
}
.news-content .title .deliver a{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    cursor: pointer;
}
.share-iframe{
    display: none;
    position: fixed;
    top: 20%;
    width: 600px;
    left: 30%;
    height: 400px;
    z-index: 500;
    background-color: #fff;
}
.icon-facebook{
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/icon-facebook.png) no-repeat;
    background-size: 100%;
}
.icon-twitter{
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/icon-twitter.png) no-repeat;
    background-size: 100%;
}
.icon-ins{
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/icon-instagram.png) no-repeat;
    background-size: 100%;
}

.news-content .main-content p {
    margin-bottom: 10px
}

.main-content img {
    display: block !important;
    max-height: 500px;
    margin: 15px auto
}

.main-content {
    color: #333 !important;
    font-size: 16px !important
}
#pManual{
    min-height: 600px;
}
.empty-answer {
    text-align: center !important;
    color: #000 !important;
    padding-top: 240px;
    font-size: 26px !important;
}
.empty-answer-tips{
    text-align: center !important;
    color: #666 !important;
    font-size: 20px !important;
}

.playIconContainer {
    position: absolute;
    right: 8%;
    bottom: 8%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/icon-play-btn.png?v=20190808) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    z-index: 500;
}

.playIconContainer img {
    visibility: hidden;
    width: 21%
}

.support-setvideo .playIconContainer {
    bottom: 8%
}

.support-setvideo .box:hover .media-zzc {
    display: block
}

.a-video {
    width: 100%;
    padding: 5px 0;
}

.a-image {
    display: block;
    width: 100%;
    margin: 0 auto
}

.support-icon-search {
    position: absolute;
    top: 60px;
    left: 46px;
    width: 20px;
    height: 20px
}

.set-video-box {
    float: left;
    position: relative;
    height: 265px;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 40px;
}

.set-video-box .desc {
    padding: 16px 0;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 220px;
    width: 100%;
    font-size:16px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}

.set-video-box .desc span {
    display: block;
    width: 100%;
    text-align: center
}

.set-video-box .desc span:first-child {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.set-video-box .desc span:last-child {
    color: #999;
    font-size: 14px;
    margin-top: 18px
}

.set-video-box .surface {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 220px;
    cursor: pointer;
}

.set-video-box .title {
    margin: 40px 0 10px 0;
    text-align: center;
    color: #010101;
    font-size: 24px
}

.set-video-box video {
    width: 94%;
    height: 240px;
    margin: 0
}

.set-video-box .playIconContainer {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.eachindex p.active {
    color: #00aae6
}

.icon-address {
    float: left;
    width: 24px;
    height: 24px;
    margin: 36px 4px;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icon-address.png?v=20190808) no-repeat;
    background-size: 100%
}

.gset-banner {
    padding-top: 80px;
}

.common-banner-big {
    width: 100%;
    position: relative;
}

.common-banner-big img {
    width: 100%;
    max-height: 860px;
    min-height: 200px;
}
/* 购买渠道 */
.where-to-buy{
    padding: 80px 0;
    min-height: 600px;
}
.where-to-buy .title{
    font-size: 30px;
    color: #2B2B2B;
    margin-bottom: 35px;
    font-weight: bold;
}
.where-to-buy .content .item{
    display: block;
    float: left;
    width: 23%;
    height: 262px;
    margin-right: 2%;
    background-color: #fff;
    margin-bottom: 2%;
    overflow: hidden;
    cursor: pointer;
}
.where-to-buy .content .item:hover{
    box-shadow: 0 4px 15px 0 rgba(0,0,0,0.12);
}
.where-to-buy .content .item:last-child{
    margin-right: 0;
}
.where-to-buy .content img{
    display: block;
    width: 100%;
    height: 100%;
}
/* 联系我们 */
.addr-map{
    width: 100%;
}
.addr-map img{
    width: 100%;
    height: 100%;
}
.main-addr{
    position: absolute;
    width: 80%;
    padding: 70px 180px;
    left: 10%;
    top: -170px;
    background-color: #fff;
    min-height: 200px;
    z-index: 50;
}
.icon-addr{
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px 24px 0 0;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/contact_us_location.png) no-repeat;
    background-size: 100%;
}
.icon-phone{
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px 24px 0 0;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/contact_us_phone.png) no-repeat;
    background-size: 100%;
}
.icon-email{
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px 24px 0 0;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/contact_us_email.png) no-repeat;
    background-size: 100%;
}
.main-addr .line-box{
    margin-bottom: 30px;
    height: 50px;
}
.main-addr-shadow{
    display: block;
    position: absolute;
    top: 0;
    left: 8.75%;
    width: 82.5%;
    height: 72.75%;
    background-color: #f8f8f8;
    z-index: 10;
}
.main-addr .line-box p{
    margin: 0;
}
.main-addr .line-box:last-child{
    margin-bottom: 0;
}
.main-addr .line-box .content{
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
/* 品牌故事 */
.brands-slogan{
    padding-top: 66px;
}
.b-slogan1{
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/about_us_01.png) no-repeat;
    width: 162px;
    height: 53px;
    background-size: 100%;
    margin-bottom: 18px; 
}
.b-slogan2{
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/about_us_02.png) no-repeat;
    width: 162px;
    height: 53px;
    background-size: 100%;
    margin-bottom: 18px; 
}
.brands-slogan p{
    margin: 0;
    line-height: 30px;
    color: #000;
    font-size: 16px;
}
.brands-video{
    padding-bottom: 60px;
}
.brands-video-box{
    width: 32%;
    margin-right: 2%;
}
.brands-video-box:last-child{
    margin-right: 0;
}
.brands-award{
    position: relative;
    padding-top: 40px;
    width: 75%;
    margin: 0 12.5% 80px 12.5%;
}
.brands-slogan h2 {
    font-size: 30px;
    color: #2b2b2b;
    text-align: center;
    font-family: 'Verdana';
    font-weight: bold;
    /* line-height: 150px; */
    margin-bottom: 20px;
}
.brands-slogan p {
    text-align: justify;
}
.brands-award h2{
    position: absolute;
    top: 6%;
    width: 100%;
    margin: 0;
    font-size: 30px;
    color: #2b2b2b;
    text-align: center;
    font-family: 'Verdana';
    font-weight: bold;
    background-color: #f8f8f8;
    line-height: 150px;
    margin-top: -50px;
}
.brands-award img{
    width: 100%;
}
.brands-area{
    position: relative;
    padding: 80px 0;
    width: 75%;
    min-height: 460px;
    margin: 0 12.5%;
}
.search-empty-answer{
    padding-top: 30px;
    text-align: left !important;
}
.search-empty-tips{
    text-align: left !important;
}
.brands-box{
    float: left;
    position: relative;
    width: 31.77%;
    margin-right: 2.34%;
    background-size: 100%; 
    cursor: pointer;
    overflow: hidden;
}
.brands-box:last-child{
    margin-right: 0; 
}
.brands-box img{
    width: 100%;
    height: 100%;
}
.brands-box .bottom-zzc{
    position: absolute;
    width: 100%;
    padding: 5% 0;
    bottom: 0;
    left: 0;
    transition: all 1s;
}
.brands-box .bottom-zzc.showUp{
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 26%, rgba(0, 0, 0, 0.55) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 26%, rgba(0, 0, 0, 0.55) 100%);
}
.brands-box .bottom{
    margin: 0 4.9%;
    width: 90.2%;
}
.brands-box .bottom-zzc.h3-left {
    
}
.brands-box .bottom-zzc.h3-left .bottom h3{
    text-align: left;
    margin-bottom: 15px;
}
.brands-box .bottom-zzc.h3-left .bottom p,.brands-box .bottom-zzc.h3-left .bottom .view-btn{
    display: block;
}
.brands-box .bottom h3{
    margin: 0;
    color: #fff;
    font-size: 26px;
    text-align: center;
}
.brands-box .bottom p{
    display: none;
    margin: 0;
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
}
.brands-box .bottom .view-btn{
    display: none;
    width: 124px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #000;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.95);
}
/* 场景产品详情 */
.scene-product{
    padding: 0 0 120px 0;
    width: 75%;
    margin: 0 12.5%;
}
.scene-product .scene-pro-box{
    padding: 120px 0 0 0;
}
.scene-product .title{
    width: 100%;
    text-align: center;
}
.scene-product .title h2{
    font-size: 36px;
    color: #1F1F1F;
    margin-bottom: 8px;
    font-weight: bold;
}
.scene-product .title p,.scene-product .title h3{
    font-size: 20px;
    color: #333333;
    margin: 0;
    margin-bottom: 24px;
}
.scene-product .title .b-line{
    width: 60px;
    height: 3px;
    background-color: #333;
    margin: 0 auto;
}

.scene-banner {
    display: block;
    width: 100%;
    height: 675px
}

.scene-content {
    position: relative;
    font-size: 100px;
    padding-top: 60px;
    font-family: 'Verdana';
}

.scene-title {
    color: #333;
    font-size: .32em;
    padding: 12px 0;
    margin: 40px 0 100px 0;
    border-bottom: 1px solid #eee
}

.scene-content .scene-box {
    width: 100%;
}

.scene-content .scene-box .info {
    padding-top: 6%;
    float: left;
    padding-left: 8%;
    padding-right: 0;
    width: 40%;
}
.scene-content .scene-box.product-scene-box .media-box{
    width: 48.96%;
}
.scene-content .scene-box.product-scene-box{
    margin-bottom: 100px;
}
.scene-content .scene-box.product-scene-box:last-child{
    margin-bottom: 0;
}
.scene-content .scene-box .info.product-info{
    width: 51.04% !important;
    padding-top: 4%;
    padding-left: 8% !important;
}
.scene-content .scene-box.right .info.product-info {
    text-align: left;
}
/* .scene-content .scene-box.right .info.product-info h3,.scene-content .scene-box.right .info.product-info h4,.scene-content .scene-box.right .info.product-info .pro-box{
    float: right;
} */
.scene-content .scene-box.right .info.product-info h3{
    text-align: right;
}
.scene-content .scene-box.right .info.product-info h4{
    text-align: right;
}
.scene-content .scene-box.right .info {
    padding-left: 0 !important;
    padding-right: 9% !important;
    text-align: right;
    width: 50%;
}
.scene-content .scene-box.right .media-box{
    float: right;
}
.scene-content .scene-box.right .info-btn{
   float: right;
}
.scene-content .scene-box .info-btn{
    position: relative;
}
.scene-content .scene-box .info-btn::after{
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
}
.scene-content .scene-box .info-btn:hover::after{
    display: block;
}
.scene-content .scene-box.right .pro-box a {
    float: right;
    margin-right: 0 !important;
    margin-left: 30px;
}
.scene-content .scene-box h3 {
    margin: 0;
    color: #2b2b2b;
    font-size: .3em;
    margin-bottom: .5em;
    font-weight: bold;
}

.scene-content .scene-box h4 {
    margin: 0;
    color: #333;
    font-size: .18em;
    line-height: 1.6em;
}
.scene-content .scene-box .info-btn{
    margin-top: 4em;
    display: block;
    width: 124px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: .16em;
    background: #556C9E;
}
.scene-content .scene-box .pro-box {
    margin-top: .4em;
    height: 1.6em;
}

.scene-content .scene-box .pro-box a {
    display: block;
    float: left;
    margin-right: 22px;
    margin-top: 12px;
    text-align: center;
}
.scene-content .scene-box.product-scene-box .pro-box a {
    margin-right: 0;
    min-height: .9em;
}
.scene-content .scene-box.product-scene-box .pro-box a:hover p{
    color: #00aae6;
}
.scene-content .scene-box .pro-box a p {
    margin: 0;
    margin-top: 8px;
    font-size: 12px;
    color: #525252;
    text-align: center;
    width: 100%;
    word-break: break-all;
}

.scene-content .scene-box .pro-box a:last-child {
    margin-right: 0
}

.scene-content .scene-box .pro-box img {
    display: block;
    width: .9em;
    height: .9em;
    margin: 0 auto;
    transition: all .3s;
}
.scene-content .scene-box .pro-box img:hover{
     transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.icon-immer i {
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/scene/icon-immer.png?v=20190808) no-repeat;
    background-size: 100%;
}

.icon-rt i {
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/scene/icon-rt.png?v=20190808) no-repeat;
    background-size: 100%;
}

.scene-content .info-bot {
    margin-top: 1em;
    color: #999;
    font-size: .12em
}
.home-recommend{
    width: 75%;
    margin: 0 12.5%;
}

.scene-content .media-box {
    float: left;
    position: relative;
    height: 100%;
    width: 50%;
}
.scene-content .scene-box.right .media-box{
    float: right;
}
.scene-content .media-box:hover .surface {
    /* transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1) */
}

.scene-content .media-box:hover .media-zzc {
    display: none
}

.scene-content .media-left {
    float: left
}

.scene-content .media-box video {
    width: 90%;
    height: 90%
}

.scene-content .media-box .surface {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}
.scene-content .media-box .media-bg {
    position: absolute;
    right: -5%;
    top: 15%;
    width: 139%;
    height: 85%;
    background-color: #f8f8f8;
    z-index: 10;
}
.scene-content .scene-box.right.product-scene-box .media-bg{
    right: auto;
    left: -5%;
}

.scene-content .media-box .playIconContainer {
    left: 50%;
    top: 43.6%
}
.recom-area{
    padding: 30px 0 50px 0;
    background-color: #f8f8f8;
}
.recom-news-box{
    margin-bottom: 20px;
}
.media-zzc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.scene-zzc {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer
}

.scene-zzc.active {
    top: 0;
    bottom: auto;
    height: 100%
}

.scene-zzc .scene-more {
    display: none;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding: 0 12px;
    margin-left: -41px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: #fff
}

.scene-zzc .scene-name {
    margin: 20px 0;
    text-align: center;
    font-size: .32em;
    color: #fff
}

.scene-zzc.active .scene-name {
    margin: 50% 0
}

.scene-zzc.active p {
    display: block
}

.scene-zzc p span {
    display: inline-block;
    color: #fff;
    line-height: 20px
}

.scene-zzc p span:last-child {
    color: #eee
}

.header-container {
    width: 1170px !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.home-bg-product {
    width: 100%;
    padding: 150px 0;
    background-color: #f8f8f8
}

.home-bg-product h2 {
    margin: 0;
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
    color: #333
}

.home-bg-product .star-product {
    position: relative;
    height: 1740px;
    min-height: 1740px;
    cursor: pointer
}

.star-product .hoverface {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200
}

.star-product .surface {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100
}

.star-product .b1-left {
    position: absolute;
    width: 49.34%;
    height: 37.99%;
    top: 0;
    left: 0;
    overflow: hidden
}

.star-product .m1-right {
    position: absolute;
    width: 49.34%;
    height: 22.18%;
    top: 0;
    right: 0;
    overflow: hidden
}

.star-product .s1-right {
    position: absolute;
    width: 24%;
    height: 15%;
    top: 22.98%;
    right: 25.32%;
    overflow: hidden
}

.star-product .s2-right {
    position: absolute;
    width: 24%;
    height: 15%;
    top: 22.98%;
    right: 0;
    overflow: hidden
}

.star-product .m2-left {
    position: absolute;
    width: 49.34%;
    height: 22.18%;
    top: 38.88%;
    left: 0;
    overflow: hidden
}

.star-product .m3-left {
    position: absolute;
    width: 49.34%;
    height: 22.18%;
    top: 61.98%;
    left: 0;
    overflow: hidden
}

.star-product .b2-right {
    position: absolute;
    width: 49.34%;
    height: 37.99%;
    top: 38.88%;
    right: 0;
    overflow: hidden
}

.star-product .m4-right {
    position: absolute;
    width: 49.34%;
    height: 22.18%;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.star-product .s3-left {
    position: absolute;
    width: 24%;
    height: 15%;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.star-product .s4-left {
    position: absolute;
    width: 24%;
    height: 15%;
    bottom: 0;
    left: 25.32%;
    overflow: hidden
}

.star-product .info {
    display: block;
    position: absolute;
    bottom: 16px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 300
}

.star-product .info h2 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333
}

.star-product .info h4 {
    margin: 0;
    font-size: 14px;
    color: #999
}

.star-product img {
    width: 100%;
    height: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.star-product .hoverface {
    display: none
}

.home-bg-scene {
    width: 100%;
    padding: 150px 0;
    background-color: #fff
}

.home-bg-scene h2 {
    margin: 0;
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
    color: #333
}

.my-scene .my-box {
    display: block;
    float: left;
    position: relative;
    width: 32.66%;
    margin-right: 1%;
    font-size: 100px;
    overflow: hidden;
    cursor: pointer
}

.my-scene .my-box:last-child {
    margin-right: 0
}

.my-scene .my-box img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%
}

.my-scene .my-box .info {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200
}

.my-scene .my-box .info h3 {
    line-height: 2em;
    margin: 0;
    font-size: .32em;
    color: #fff
}

.home-bg-exp {
    width: 100%;
    padding-bottom: 120px;
    background-color: #fff
}

.home-bg-exp h1 {
    margin: 0;
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
    color: #333
}

.home-video {
    min-height: 386px
}

.home-video .demo-box {
    position: relative;
    margin-bottom: 30px;
    height: 386px;
    border: 1px solid #eee;
    background-color: #fff;
    overflow: hidden
}

.home-video .demo-box:hover {
    box-shadow: 0 0 12px #ccc
}

.home-video .demo-box img {
    display: block;
    width: 100%;
    height: 265px;
    background-color: #eee
}

.home-video .demo-box-surface {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 220px;
    overflow: hidden
}

.home-video .demo-box .surface {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 265px
}

.home-video .demo-box video {
    width: 100%;
    height: 265px
}

.home-video .demo-box .playIconContainer {
    height: 40px
}

.home-video .demo-box .desc {
    padding: 29px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #eee
}

.home-video .demo-box .desc p {
    width: 100%;
    margin: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-video .demo-box .desc p:first-child,
.home-video .demo-box .desc h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
    text-align: center
}

.home-video .demo-box .desc p:last-child {
    margin-top: 15px;
    color: #999;
    font-size: 14px
}

.icon-cart {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 1px
}

#codeService {
    cursor: pointer
}

.service-box {
    display: none;
    position: absolute;
    top: -130px;
    width: 340px;
    height: 120px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px #eee
}

.service-box .info {
    float: left;
    text-align: left
}

.service-box h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px
}

.service-box h4 {
    font-size: 12px;
    color: #333
}

.service-box img {
    float: right;
    margin-top: 10px !important
}

.eachindex:hover p {
    color: #00aae6
}

.icon-freq {
    width: 76px;
    height: 76px;
    display: block;
    margin: 1px auto;
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/public/icon-freq.png?v=20190808) no-repeat;
    background-size: 100%
}

.icon-freq.active {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/public/icon-freq-active.png?v=20190808) no-repeat;
    background-size: 100%
}

.icon-svideo.active {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/public/icon-svideo-active.png?v=20190808) no-repeat;
    background-size: 100%
}

.icon-pman.active {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/public/icon-pman-active.png?v=20190808) no-repeat;
    background-size: 100%
}

.icon-freq:hover {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/public/icon-freq-active.png?v=20190808) no-repeat;
    background-size: 100%
}

.icon-svideo {
    width: 76px;
    height: 76px;
    display: block;
    margin: 1px auto;
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/public/icon-svideo.png?v=20190808) no-repeat;
    background-size: 100%
}

.icon-svideo:hover {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/public/icon-svideo-active.png?v=20190808) no-repeat;
    background-size: 100%
}

.icon-pman {
    width: 76px;
    height: 76px;
    display: block;
    margin: 1px auto;
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/public/icon-pman.png?v=20190808) no-repeat;
    background-size: 100%
}

.icon-pman:hover {
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/public/icon-pman-active.png?v=20190808) no-repeat;
    background-size: 100%
}

.pc-content {
    font-size: 100px
}

.pc-content .productInfo {
    position: absolute;
    left: 12.5%;
    top: 42%;
    width: 50%;
}

.pc-content .productInfo .com-name {
    position: relative;
    margin: 0;
    font-size: .45em;
    height: 1.05em;
    color: #fff;
    margin-bottom: 1em;
}

.pc-content .productInfo .com-name span {
    float: left
}

.pc-content .com-name .com-name-label {
    display: inline-block;
    padding: .25em .4em;
    border: 1px solid #00aae6;
    border-radius: 4px;
    font-size: .5em;
    color: #00aae6;
    text-align: center;
    margin-left: 10px;
    margin-top: .2em
}

.pc-content .productInfo .com-desc {
    margin: 0;
    font-size: .25em;
    color: #fff;
    margin-bottom: 1em
}

.pc-content .productInfo .com-extra {
    margin: 0;
    font-size: .18em;
    color: #fff;
    margin-top: 1.8em;
    line-height: 1.4em;
}

.pc-content .com-small-img{
    width: 20%;
    margin-top: 1em;
}

.stand-product .com-small-img{
    width: 10%;
    margin: 30px 0 35px 0;
}
.stand-product .com-label{
    float: left;
    margin: 6px 0 0 20px;
    padding: 5px 6px;
    border: 1px solid #32373e;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #32383f; 
}

.pc-content .productInfo .com-price {
    margin: 0;
    font-size: .32em;
    color: #00aae6;
    margin-top: 2em
}

.pc-content .productInfo .com-price .desc {
    font-size: 12px;
    padding-left: 4px
}

.pc-content .productInfo .com-tips {
    margin: 0;
    font-size: 11px;
    color: #fff;
    margin-top: 2em;
    width: 60%
}

.support-nav {
    margin-top: -115px;
}

.sceneBanner {
    position: relative;
    width: 100%;
}

.width-video-box {
    position: fixed;
    top: 5%;
    width: 70%;
    left: 15%;
    z-index: 10500;
    background-color: transparent;
}
.product-video-box{
    width: 100%;
    display: block !important;
}

.support-nav .nav {
    width: 100%;
    padding: 50px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 3px #eee;
}
/* FAQ样式 */
.faq-holder{
    top: 120%;
    max-height: 250px;
    overflow: auto;
}
.faq-cross{
    display: none;
    position: absolute;
    right: 20px;
    top: 27px;
}
.faq-content{
    padding: 80px 0;
    padding-bottom: 130px;
    background-color: #f8f8f8;
}
.faq-content .fc-title{
    margin-bottom: 40px;
}
.faq-content .fc-title a{
    display: inline-block;
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    border-right: 1px solid #D8D8D8;
}
.faq-content .fc-title a span{
    margin-left: 8px;
}
.faq-content .fc-title a:first-child{
    padding-left: 0;
}
.faq-content .fc-title a:last-child{
    border-right: none;
}
.faq-content .fc-title .active{
    color: rgba(0, 0, 0, 1);
    background: transparent;
}
.fc-answer{
    min-height: 500px;
}
.fc-nav{
    float: left;
    width: 30.2%;
    padding: 30px 30px 30px 0;
    margin-right: 2%;
    min-height: 900px;
    background-color: #fff;
    overflow-y: auto;
    /* transition: margin-top .2s; */
}
.icon-down-arrow{
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url(https://cnbj2.fds.api.xiaomi.com/cdn/website/aqara/en/images/icons/support_email_select_coutry_arrow.png) no-repeat;
    background-size: 100%; 
}
.icon-down-arrow.fc-arrow{
    float: right;
    margin-top: 8px;
    transition: all .5s;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);		/* IE 9 */
    -webkit-transform: rotate(-90deg);	/* Safari and Chrome */
    -o-transform: rotate(-90deg);		/* Opera */
    -moz-transform: rotate(-90deg);		/* Firefox */
}
.icon-down-arrow.fc-arrow.active{
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);		/* IE 9 */
    -webkit-transform: rotate(0deg);	/* Safari and Chrome */
    -o-transform: rotate(0deg);		/* Opera */
    -moz-transform: rotate(0deg);		/* Firefox */
}
.fc-result{
    float: left;
    width: 67.8%;
    min-height: 900px;
    background-color: #fff;
}
.fc-result .question{
    font-size: 16px;
}
.fc-result.support-nav-fixed{
    margin-left: 32.2%;
}
.fc-result-manual,.fc-result-video{
    background-color: #f8f8f8;
    position: relative;
    padding: 0;
}
.fc-result-manual .manual-box{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 24px;
    float: left;
    height: 340px;
    padding-top: 20px;
    background-color: #fff;
}
.fc-result-manual .manual-box:nth-child(even) {
    margin-right: 0;
}
.fc-result-video .set-video-box:nth-child(even) {
    margin-right: 0;
}
.fc-result-manual .manual-box img{
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.fc-result-manual .manual-box p{
    width: 70%;
    margin: 0 15%;
    font-size: 18px;
    height: 50px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
.fc-result-manual .manual-box .action-btn{
    margin: 0 11.2%;
    height: 44px;
}
.fc-result-manual .manual-box .action-btn a{
    display: block;
    height: 44px;
    width: 44.2%;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
}
.fc-result-manual .manual-box .action-btn .left{
    position: relative;
    float: left;
    color: #556C9E;
    background: #F7F7F7;
}
.fc-result-manual .manual-box .action-btn .left::after{
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}
.fc-result-manual .manual-box .action-btn .left:hover::after{
    display: block;
}
.fc-result-manual .manual-box .action-btn .right{
    position: relative;
    float: right;
    color: #fff;
    background: #556C9E;
}
.fc-result-manual .manual-box .action-btn .right::after{
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
}
.fc-result-manual .manual-box .action-btn .right:hover::after{
    display: block;
}
.fc-nav.support-nav-fixed-privacy{
    position: fixed;
    top: 160px;
    margin: 0;
    z-index: 500;
}
.fc-nav.support-nav-fixed{
    position: fixed;
    top: 80px;
    margin: 0;
    z-index: 500;
}
.fc-nav .fc-classify{
    position: relative;
    cursor: pointer;
}
.fc-nav .fc-classify .name{
    display: inline-block;
    width: 70%;
    height: 100%;
    text-align: left;
    text-indent: 0;
}
.fc-nav .fc-classify .pro{
    display: none;
}
.fc-nav .fc-classify .pro .hide{
    display: none !important;
}
.fc-nav .fc-classify .active-line::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 22px;
    top: 0;
    left: 0;
    background-color: #556C9E;
}
.fc-nav .fc-classify dt{
    position: relative;
    color: #000;
    font-size: 18px;
    padding-left: 30px;
    height: 30px;
    margin-bottom: 15px;
}
.fc-nav .fc-classify dd{
    color: #3D3D3D;
    font-size: 16px;
    margin-bottom: 16px;
    padding: 0 60px 0 30px;
    position: relative;
}
.fzSmallTitle
	{
		font-size:28px;
		margin-top:105px;
		margin-bottom:28px;
	}
	.fzClassification
	{
		font-size:20px;
		color:rgb(50,50,50);
	}
	.fzText
	{
		font-size:16px;
	}
	.fzPrice
	{
		font-size:58px;
		color:rgb(0,139,255);
	}
	.fzTip
	{
		font-size:16px;
		color:rgb(50,50,50);
	}
	.textCenter
	{
		text-align:center;
	}
	.textLeft
	{
		text-align:left;
	}
	.textRight
	{
		text-align:right;
	}
	.opacity9
	{
		-moz-opacity:0.9;
		-webkit-opacity:0.9;
		opacity:0.9;
	}
	.opacity8
	{
		-moz-opacity:0.8;
		-webkit-opacity:0.8;
		opacity:0.8;
	}
	.opacity7
	{
		-moz-opacity:0.7;
		-webkit-opacity:0.7;
		opacity:0.7;
	}
	.tipUnderSelf
	{
		margin-bottom:16px;
	}
	.tipUnderTitle
	{
		margin-bottom:22px;
		font-size:16px;
	}
	.marginTop0
	{
		margin-top:0;
	}
	.fw500
	{
		font-weight:500;
	}
	.fw600
	{
		font-weight:600;
	}
		
	.marginBottom100px
	{
		margin-bottom:100px;
	}
	.marginBottom50px
	{
		margin-bottom:50px;
	}
	.marginBottom5px
	{
		margin-bottom:5px;
	}
	.marginBottom15px
	{
		margin-bottom:15px;
	}
	.marginBottom20px
	{
		margin-bottom:20px;
	}
	.width854
	{
		width:854px;
	}
	.width1064
	{
		width:1064px;
	}
	.marginTop100px
	{
		margin-top:100px;
	}
	.marginTop50px
	{
		margin-top:50px;
	}
	.blockOrInline
	{
		display:block;
	}
	.marginBottom30px
	{
		margin-bottom:30px;
	}
	.marginBottom10px
	{
		margin-bottom:10px;
	}
}

@media ( min-width:1226px )
{
	.pageFirstTitle
	{
		font-size:24px;
	}
	.pageSecondTitle
	{
		font-size:18px;
	}
	.pageTitle
	{
		font-size:20px;
	}
	.pageContent
	{
		font-size:14px;
	}
}
.pageContent
{
    font-size:14px;
}

@media ( min-width:1326px )
{
	.pageFirstTitle
	{
		font-size:36px;
	}
	.pageSecondTitle
	{
		font-size:18px;
	}
	.pageTitle
	{
		font-size:24px;
	}
	.pageContent
	{
		font-size:14px;
	}
}
.pageThirdTitle
{
    font-size:16px;
}
@media ( min-width:1526px ){
	.pageFirstTitle
	{
		font-size:36px;
	}
	.pageSecondTitle
	{
		font-size:20px;
	}
	.pageTitle
	{
		font-size:28px;
	}
	.pageContent
	{
		font-size:14px;
	}
}

.nav-mobile {
    display: none !important;
    font-weight: bold;
}
.section-intro
{
	position:relative;
}
.section-intro>img
{
	width:100%;
}

.icoContainer
{
	height:120px;
	position:relative;
	padding-top:20px;
}
.icoItem
{
	display:inline-block;
	height:120px;
	position:relative;
	margin-left:0;
	margin-right:15px;
	float:left;
	
}
.icoItem:after
{
	content:"";
	clear:both;
	display:block;
}
.icoItem p
{
	font-size:10px;
	text-align:center;
}
.icoImageContainer
{
	width:100%;
	height:40px;
	margin-left:0;
	margin-right:0;
	text-align:center;
	margin-bottom:10px;
}
.icoImageContainer img
{
	width:auto;
	height:100%;
}
.icoImageContainer p
{
	font-size:10px;
	line-height:60px;
	vertical-align: middle;
	opacity:0.8;
}
#divPage5Nav{position:absolute;right:20px;top:45%;width:30px;height:100px;z-index:9999;}
#divPage5Nav>a{display:block;margin:10px auto;width:10px;height:10px;border:1px solid white;border-radius:50%;}
.bgcNormal{background-color:white;}
.bgcActive{background-color:rgb(3,170,230);}
#divViewWindow{position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:998;}
#divViewContainer{position:relative;height:100%;white-space:nowrap;transition:left 1s;}
.viewItem{position:relative;display:inline-block;height:100%;white-space:normal;}
.viewItem>img{height:100%;display:inline-block;}

.left0{left:0;}
.left-1{left:100%;}
.left1{left:-100%;}



.modal { z-index: 10001 !important }
.video-zzc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.width-video-box video,.product-video-box video {
    display: block !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 0 !important;
}

.width-video-box .video-btn ,.product-video-box .video-btn{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 10510;
}

.video-close-btn {
    display: block;
    position: absolute;
    right: -54px;
    top: 30px;
    width: 24px;
    height: 24px;
    z-index: 10500;
    cursor: pointer;
}

.video-close-btn.bottom {
    right: 30px;
    top: -34px;
}

.sceneBanner.sa {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/banner-sa.jpg?v=20190808) no-repeat;
    background-size: auto
}

.sceneBanner.sb {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/banner-sb.jpg?v=20190808) no-repeat;
    background-size: auto
}

.sceneBanner.sc {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/banner-sc.jpg?v=20190808) no-repeat;
    background-size: auto
}

.sceneBanner.sa-dark {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/banner-sa-dark.jpg?v=20190808) no-repeat;
    background-size: auto
}

.sceneBanner.sb-dark {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/banner-sb-dark.jpg?v=20190808) no-repeat;
    background-size: auto
}

.sceneBanner.sc-dark {
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/images/banner-sc-dark.jpg?v=20190808) no-repeat;
    background-size: auto
}

#b1Video,
#b1Buy {
    display: none
}

.join-service-box {
    float: left;
    padding: 10px 25px;
    height: 180px;
    width: 48.5%;
    background-color: #fff;
    box-shadow: 0 0 4px #eee;
    margin-top: 30px;
    overflow: hidden;
    margin-right: 3%
}

.join-service-box:nth-of-type(2n) {
    margin-right: 0
}

.join-service-box .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    height: 60px
}

.join-service-box .title span:first-child {
    float: left;
    font-size: 36px;
    color: #00aae6
}

.join-service-box .title span:last-child {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    color: #333;
    margin-top: 12px;
    font-weight: 600
}

.join-service-box .content {
    padding-top: 20px;
    font-size: 14px;
    color: #999;
    text-indent: 1.5em
}

.bus-bottom .contact-box {
    flex: 1
}

.bus-bottom .bottomContact {
    width: 100%;
    display: flex
}
/* 产品相关 */
.manual-surface{
    display: block;
    width: 22%;
    margin: 30px 39%;
    margin-bottom: 10px;
}
.pro-manual-name{
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
}
.faq-product-content .action{
    position: relative;
    padding: 0 32%;
}
.faq-product-content .action .m-p-btn{
    position: relative;
    float: left;
    display: block;
    width: 124px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #556C9E;
    font-size: 16px;
    background-color: #F7F7F7;
    margin-bottom: 30px;
    cursor: pointer;
}
.faq-product-content .action .m-p-btn::after{
    position: absolute;
    content: '';
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}
.faq-product-content .action .m-p-btn:hover::after{
    display: block;
}
.faq-product-content .action .m-d-btn{
    position: relative;
    float: right;
    display: block;
    width: 124px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #556C9E;
    margin-bottom: 30px;
    cursor: pointer;
}
.faq-product-content .action .m-d-btn::after{
    position: absolute;
    content: '';
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
}
.faq-product-content .action .m-d-btn:hover::after{
    display: block;
}
.specs-product-content{
    padding: 158px 0 60px 0;
    min-height: 600px;
}
.body-gray {
    background-color: #f8f8f8;
}
.video-product-content{
    position: relative;
    width: 100%;
    min-height: 600px;
    background: none;
}
.video-product-content .video-show{
    position: relative;
    min-height: 600px;
    background-size: cover;
}
.faq-product-content,.video-product-content{
    margin-top: 158px;
    margin-bottom: 80px;
    min-height: 500px;
}
.faq-product-content{
    background: #fff;
}
.fc-product-result{
    width: 100%;
    background: #fff;
    min-height: 400px;
}
.product-layout{
    display: none;
    padding-top: 64px;
}
.product-header{
    position: fixed;
    width: 100%;
    top: 50px!important;
    height: 64px;
    color: #fff;
    background-color: #556C9E;
    z-index: 999;
    transition: all .5s;
}
.product-header.has-privacy{
    top: 150px !important;
}
.product-header .title{
    float: left;
    height: 100%;
    line-height: 64px;
    font-size: 22px;
    color: #FFFFFF;
}
.product-header .tab{
    height: 100%;
    float: right;
}
.product-header .tab .item{
    float: left;
    padding: 0 30px;
    opacity: 0.6;
    font-size: 14px;
    color: #FFFFFF;
    height: 100%;
    line-height: 64px;
    cursor: pointer;
    text-align: center;
}
.product-header .tab .item:last-child{
    padding-right: 0;
}
.product-header .tab .item:hover{
    opacity: 1;
}
.video-show-product{
    width: 60% !important;
    left: 20% !important;
}
.product-header .tab .item.active{
    opacity: 1;
}
.privacy-span{
    cursor: pointer;
}
.privacy-span:hover{
    color: #00aae6;
}
.privacy-header{
    position: fixed;
    width: 100%;
    top: 0;
    height: 70px;
    padding: 14px 0;
    color: #fff;
    background: #556C9E;
    z-index: 9999;
    transition: all 1s;
}
.privacy-header.hide-privacy {
    top: -82px;
}
.privacy-header .container{
    position: relative;
}
.privacy-header h3{
    margin: 0;
    font-size: 16px;
    width: 90%;
    color: #fff;
    margin-bottom: 4px;
}
.privacy-header p{
    margin: 0;
    font-size: 14px;
    color: #fff;
    width: 86%;
    opacity: 0.9;
}
.privacy-header .agree-btn{
    position: absolute;
    top: 2px;
    right: 15px;
    width: 110px;
    height: 38px;
    line-height: 38px;
    color: #556C9E;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.has-privacy{
    top: 70px !important;
}
.support-tap{
    padding: 100px 0;
    min-height: 200px;
    background-color: #f8f8f8;
}
.support-tap .item{
    display: block;
    background-color: #fff;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.support-tap .item:hover{
    box-shadow: 0 4px 15px 0 rgba(0,0,0,0.12);
}
.support-tap .item img{
    width: 45%;
    margin: 22.5% 27.5%;
}
.support-tap .item p{
    font-size: 28px;
    color: #000;
    text-align: center;
}
@media(min-width:1600px){

    .scene-content,
    .my-scene .my-box {
        font-size: 100px
    }
}
@media(max-width:992px){
    #myHomeVideoFace{
        display: none !important;
    }
    #homeVideoBannerMain{
        position: relative;
        width: 100%;
        background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/en/videos/home-video1-mb-hover.jpg) no-repeat;
        background-size: cover; 
    }
    .product-layout{
        padding-top: 100px;
    }
    .product-header{
        height: 100px;
        padding: 10px 0;
        top: 65px;
    }
    .product-header .title{
        float: initial;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 25px;
    }
    .product-header .tab{
        width: 100% !important;
    }
    .product-header .tab .item{
        padding: 0 20px;
        line-height: 30px;
        font-size: 12px;
        text-align: center;
    }
}

@media(min-width:992px) and (max-width:1100px) {
    #homeSearch {
        right: 0
    }
}

@media(min-width:768px) and (max-width:1600px) {
    .brands-box .bottom p,.brands-box .bottom .view-btn{
        font-size: 16px;
    }
    .brands-box .bottom h3{
        font-size: 18px;
    }
    .home-work-with .content h2::after{
        top: 170px;
    }
    .home-video-banner .content h2,.home-video-banner .content h1,.home-work-with .content h2{
        font-size: 28px;
    }
    .home-video-banner .content p{
        font-size: 16px;
    }
    .home-video-banner .content .video-play .play-btn{
        width: 48px;
        height: 48px;
    }    

    .scene-content,
    .my-scene .my-box {
        font-size: 72px
    }

    .main-content img {
        width: 80%;
        margin: 15px 10%
    }
}
/* 大小过渡 */
@media (min-width:768px) and (max-width:1380px) {
   
}
/* 大屏幕 */
@media(min-width:1920px) {
    .pc-content {
        font-size: 100px
    }
}

@media(min-width:1380px) and (max-width:1920px) {
    .pc-content {
        font-size: 72px
    }
    .modal-dialog,
    .modal-lg {
        width: 40% !important;
    }
}

@media(min-width:1380px) and (max-width:1600px) {
    .common-banner-big .common-banner-info p{
        font-size: 12px;
    }
    .common-banner-big .common-banner-info h1{
        font-size: 32px;
    }
    .pc-content {
        font-size: 56px
    }
    .modal-dialog,.modal-lg{width: 40% !important}
}
/* support input */
@media(min-width:768px) and (max-width:1600px) {
    .search-holder ul li{
        font-size: 16px;
    }
    .common-search input,.common-search{
        height: 50px;
    }
    .common-search .icon-search{
        width: 18.4px;
        height: 20px;
        top: 25px;
    }
    .support-container .common-search .icon-search,.faq-container .common-search .icon-search{
        top: 15px !important;
    }
    .faq-cross{
        width: 16px;
        height: 16px;
        top: 17px;
    }
    .support-h1{
        font-size: 32px;
        margin-bottom: 40px;
    }
}
@media(max-width:1180px) {
    .scene-product .scene-pro-box{
        padding: 40px 0 0 0;
        overflow: hidden;
    }
    .scene-product{
        padding-bottom: 60px;
    }
}
@media(max-width:1440px) {
    .pageTitle{
        font-size: 18px;
    }
}
@media(min-width:1180px) and (max-width:1440px) {
    .support-h1{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .scene-content{
        padding-top: 50px;
    }
    .scene-product .scene-pro-box{
        padding: 60px 0 0 0;
    }
    .scene-content .scene-box .pro-box img{
        width: .9em;
        height: .9em;
    }
    .common-banner-big .common-banner-info p{
        font-size: 12px;
    }
    .common-banner-big .common-banner-info h1{
        font-size: 24px;
    }
    .modal-dialog,.modal-lg{width: 40% !important}
    .support-nav {
        margin-top: -70px;
    }

    .icon-svideo,
    .icon-pman,
    .icon-freq {
        width: 48px;
        height: 48px;
    }

    .scene-banner-h1 {
        top: 18%;
        font-size: 24px;
    }

    .pc-content {
        font-size: 46px;
    }

    .fzTitle {
        font-size: 22px;
    }

    .subTitle {
        font-size: 16px
    }

    .video-close-btn.bottom {
        width: 16px;
        height: 16px;
    }

    .support-nav .nav {
        padding: 20px 0;
    }
}

@media(max-width:1180px) {
    .scene-content .scene-box .info{
        padding-top: 2.5% !important;
    }
    .scene-content .scene-box .info-btn{
        width: 90px !important;
        height: 36px !important;
        line-height: 36px !important;
        margin-top: 1.8em;
    }
    .footer-bottom-title {
        text-align: center;
        height: 30px;
        line-height: 30px;
        border: 0
    }

    .footer-bottom-title.right {
        text-align: center
    }
    .support-tap .item p{
        font-size: 20px;
    }
    .support-nav {
        margin-top: -50px;
    }

    .support-nav .nav {
        padding: 10px 0;
    }

    .icon-svideo,
    .icon-pman,
    .icon-freq {
        width: 48px;
        height: 48px;
    }

    .scene-banner-h1 {
        top: 16%;
        font-size: 18px;
    }

    .video-close-btn.bottom {
        width: 16px;
        height: 16px;
    }

    .pc-content {
        font-size: 38px
    }

    .subTitle {
        font-size: 16px
    }

    .marginB_0 {
        font-size: 12px
    }
}
/* ipad */
@media(width: 1024px) {
    .scene-content .scene-box.product-scene-box .pro-box a{
        margin-right: 10px;
    }
    .pageTitle{
        font-size: 16px;
    }
    .pageContent{
        font-size: 12px !important;
    }
    .p-top{
        top: 5% !important;
    }
    .p-height{
        min-height: 300px;
    }
}
/* ipad */
@media(width:768px) {
    .news-list-content, .news-list-others{
        width: 60% !important;
        margin: 0 20% !important;
    }
    .demo-box-surface{
        width: 60%;
        left: 20%;
    }
    .set-video-box .desc{
        text-align: center
    }

    .footer{
        height: auto;
    }
}
/* mobile */
@media(max-width:768px) {
    #newsNormal div:nth-child(2n),#newsNormal div:nth-child(2n+1){
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .product-wrapper a:first-child{
        margin-left: 0;
    }
    #homeNav{
        font-weight: bold !important;
    }
    .fc-answer{
        min-height: 200px;
    }
    .common-search input{
        font-size: 12px !important;
    }
    .fc-nav .fc-classify dd{
        padding: 0 30px;
    }
    .scene-content .media-box .media-bg{
        width: 110%;
    }
    .scene-product .scene-pro-box{
        padding-top: 50px;
    }
    .video-show-product{
        width: 90% !important;
        left: 5% !important;
        margin: 0 !important;
    }
    .where-to-buy .content .item{
        width: 48% !important;
    }
    .where-to-buy{
        min-height: 400px;
    }
    .news-list-others{
        position: initial;
    }
    .news-list-others .news-search{
        position: absolute;
        top: 80px;
        width: 80%;
        left: 10%;
    }
    .news-list-content{
        padding-top: 120px !important;
        padding-bottom: 0 !important;
    }
    .width-video-box{
        top: 15%;
    }
    .brands-slogan{
        padding: 30px 0;
    }
    .brands-award h2{
        font-size: 24px;
        line-height: 100px;
    }
    .video-close-btn{
        right: 0;
        top: -50px;
    }
    .faq-content .fc-title a{
        font-size: 14px;
        padding: 0 4px;
    }
    .scene-product{
        width: 90%;
        margin: 0 5%;
    }
    .scene-content .scene-box.right .info.product-info h3,.scene-content .scene-box.right .info.product-info h4{
        text-align: left !important;
    }
    .scene-content .scene-box .info.product-info h4,.scene-content .scene-box .info.product-info h3{
        text-align: left !important;
    }
    .scene-content .scene-box.product-scene-box .pro-box a{
        height: 120px !important;
        margin-right: 0 !important;
        float: left !important;
        margin-left: 0 !important;
    }
    .scene-content .scene-box.product-scene-box .pro-box a img{
        width: 64px !important;
        height: 64px !important;
    }
    .common-banner-big .common-banner-info{
        left: 5%;
        width: 90%;
        top: 10%;
        background: rgba(0, 0, 0, 0.2);
        padding: 0 4%;
    }
    .common-banner-big .common-banner-info h1,.common-banner-big .common-banner-info p{
        color: #fff;
    }
    .brands-slogan p{
        font-size: 14px;
    }
    .set-video-box{
        width: 90%;
        margin: 0 5%;
        margin-bottom: 20px;
    }
    .fc-nav .fc-classify dt{
        font-size: 16px;
    }
    .fc-result-manual .manual-box .action-btn a{
        font-size: 12px;
    }
    .fc-result-manual .manual-box p,.fc-nav .fc-classify dd{
        font-size: 14px;
    }
    .fc-result-manual .manual-box{
        width: 80%;
        margin: 0 10%;
        margin-bottom: 20px;
    }
    .video-product-content .video-show{
        min-height: 300px;
    }
    .faq-product-content .action .m-p-btn,.faq-product-content .action .m-d-btn{
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .faq-product-content .action{
        padding: 0;
        width: 100%;
    }
    .manual-surface{
        width: 50%;
        margin: 0 25%;
    }
    .search-holder ul li{
        font-size: 14px;
    }
    .fc-result ul li{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .faq-product-content, .video-product-content{
        margin-top: 100px;
        margin-bottom: 30px;
    }
    .specs-product-content{
        padding: 100px 0 30px 0;
    }
    .home-work-with .content h2::after{
        display: none;
    }
    .home-work-with .content{
        width: 100%;
        margin: 0;
    }
    .home-work-with .content h2{
        margin-bottom: 30px;
    }
    .news-content .title .deliver{
        bottom: -30px;
    }
    .news-stick p{
        font-size: 14px;
    }
    .news-normal .item .title{
        font-size: 14px;
    }
    .news-list-content,.news-list-others{
        padding: 50px 0;
    }
    .faq-cross{
        top: 12px;
        width: 16px;
        height: 16px;
    }
    .search-holder ul li{
        font-size: 16px;
    }
    .faq-holder{
        top: 50px;
    }
    .common-banner-big.faq-banner{
        height: 200px;
    }
    .faq-container{
        padding: 75px 0;
        width: 80%;
    }
    .fc-result ul li .question{
        font-size: 16px;
        color: #1E1E1E;
    }
    .fc-result ul li .answer{
        font-size: 14px;
        color: #666666;
    }
    .fc-result{
        width: 100%;
        min-height: auto;
        font-size: 16px;
    }
    .fc-nav{
        width: 100%;
        min-height: auto;
        margin-bottom: 30px;
    }
    .home-video-banner{
        min-height: 200px;
    }
    .home-video-banner #myHomeVideo{
        width: 100% !important;
        height: 100%;
    }
    .home-video-banner .content{
        width: 90%;
        margin: 0 5%;
        left: 0;
        top: 20%;
    }
    .where-to-buy .title{
        font-size: 24px;
    }
    .where-to-buy{
        padding: 30px 0;
    }
    .main-addr-shadow{
        width: 100%;
        left: 0;
        top: 0;
    }
    .main-addr .line-box .content{
        float: initial;
    }
    .main-addr .line-box{
        height: auto;
        margin-bottom: 20px !important;
    }
    .main-addr .line-box i{
        float: initial;
        display: block;
        width: 18px;
        height: 18px;
    }
    .main-addr{
        width: 100%;
        top: 0;
        left: 0;
        padding: 20px !important;
    }
    .main-addr .line-box .content{
        font-size: 12px !important;
    }
    .brands-area{
        padding-top: 30px;
    }
    .brands-award{
        padding: 30px 0;
        padding-bottom: 0;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .brands-box .bottom p,.brands-box .bottom .view-btn{
        font-size: 14px;
    }
    .brands-box .bottom h3{
        font-size: 18px;
    }
    .brands-box{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .brands-video-box{
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .news-list-others .icon-search{
        top: 25px !important;
    }
    .news-list-content,.news-list-others{
        width: 100%;
    }
    .support-container{
       
    }
    .support-tap{
        padding: 50px 0;
    }
    .empty-answer{
        font-size: 18px !important;
        padding-top: 100px;
    }
    .fc-result{
        min-height: 500px;
    }
    .empty-answer-tips{
        font-size: 14px !important;
    }
    .common-search .icon-search{
        top: 10px;
        width: 18.4px;
        height: 20px;
    }
    .common-search input,.common-search{
        height: 40px;
    }
    .support-h1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .support-tap .item img{
        margin: 11% 27.5%;
    }
    .support-tap .item p{
        font-size: 14px;
    }
    .common-banner-big.support-banner{
        height: 200px;
    }
    .scene-product{
        padding: 0 0 35px 0;
    }
    .scene-product .title h2{
        font-size: 24px;
    }
    .scene-product .title p,.scene-product .title h3{
        font-size: 16px;
    }
    .scene-content .scene-box.product-scene-box .media-box,.scene-content .scene-box .info.product-info{
        float: left;
        width: 100% !important;
        padding-left: 0 !important;
    }
    .home-work-with .content h2::after{
        top: 150px;
    }
    .home-work-with{
        padding: 40px 0;
    }
    .scene-content .scene-box .info-btn,.scene-content .scene-box.right .info-btn{
        float: initial;
        margin: 1em auto;
        margin-top: 1em;
    }
    .scene-content .scene-box .info, .scene-content .scene-box.right .info{
        padding: 0;
        padding-top: 8% !important;
        padding-right: 0 !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 30px;
    }
    .product-container{
        overflow: hidden;
    }
    .product-wrapper a p{
        font-size: 12px;
        height: 50px;
    }
    .product-wrapper a img{
        width: 50px;
        height: 50px;
    }
    .product-wrapper{
        position: relative;
        width: 100% !important;
        height: auto;
        padding: 20px 0;
    }
    .product-wrapper a{
        width: 33.33%;
        margin: 10px 0 10px 0;
    }
    .home-product-list{
        height: auto;
    }
    .c-layout-header .c-navbar .c-mega-menu>.nav.navbar-nav>li>.c-link{
        font-size: 12px;
    }
    .privacy-header.hide-privacy{
        top: -102px;
    }
    .has-privacy{
        top: 100px !important;
    }
    .privacy-header{
        height: 100px;
        padding: 10px 0;
    }
    .privacy-header .agree-btn{
        position: absolute;
        top: 0;
        right: 15px;
        width: auto;
        height: auto;
        line-height: 18px;
        padding: 4px 2px;
        font-size: 12px;
    }
    .privacy-header h3{
        font-size: 12px;
        margin-bottom: 1px;
    }
    .privacy-header p{
        font-size: 12px;
    }
    .footer-bottom-copyright{
        text-align: center;
        height: 24px;
        line-height: 24px;
    }
    .footer-badge{
        position: relative;
        text-align: center;
        margin-top: 30px;
        height: auto;
        right: 0;
    }
    .footer-badge a,.footer-badge a img{
        width: 32px;
        height: 32px;
    }
    .footer-links .col-links dt{
        font-size: 14px;
    }
    .footer-links .col-links dd{
        font-size: 12px;
    }
    .home-video-banner .content h1,.home-video-banner .content h2,.home-work-with .content h2{
        font-size: 18px;
    }
    .home-video-banner .content p{
        font-size: 14px;
    }
    .home-video-banner .content .video-play .play-btn{
        width: 24px;
        height: 24px;
    }
    .star-product .info h2{
        font-size: 12px;
    }
    .scene-content {
        padding: 20px 0;
    }

    .support-nav {
        margin-top: 10px;
    }

    .icon-svideo,
    .icon-pman,
    .icon-freq {
        width: 36px;
        height: 36px;
    }

    .scene-banner-h1 {
        top: 12%;
        font-size: 16px;
    }

    .video-close-btn.bottom {
        width: 16px;
        height: 16px;
    }

    .width-video-box .video-btn,.product-video-box .video-btn{
        width: 36px;
        height: 36px;
        margin-left: -18px;
        margin-top: -18px;
    }

    .modal-dialog {
        margin-top: 20% !important
    }

    .bus-bottom .bottomContact {
        display: block
    }

    .bus-bottom .contact-box {
        flex: none;
        width: 100%
    }

    .join-service-box {
        width: 100%
    }

    .serviceIconContainer>img {
        width: 60px !important
    }

    .serviceIconContainer>p {
        font-size: 14px !important
    }

    .sp-project {
        text-align: center !important
    }

    #b1Video {
        display: block;
        width: 100%;
        height: 240px;
        position: absolute;
        top: 600px;
        left: 0;
        cursor: pointer
    }

    #b1Buy {
        display: block;
        width: 100%;
        height: 300px;
        position: absolute;
        top: 3150px;
        left: 0;
        cursor: pointer
    }

    .nav-mobile {
        display: block !important
    }

    .news-content {
        padding: 30px 15px;
    }

    .main-content img {
        width: 100%;
        margin: 15px 0
    }

    .news-content .title {
        font-size: 18px
    }

    .gset-banner {
        padding-top: 30px
    }

    .set-fluid {
        margin-top: 30px;
        padding: 30px 0
    }

    .jobContent {
        padding: 10px 20px !important
    }

    .nav>li>a:hover,
    .nav>li>a:focus {
        background-color: transparent !important
    }

    .navbar-nav>li>a {
        color: #fff !important;
        padding: 10px 20px 10px 20px;
        font-size: 12px;
        letter-spacing: 1px;
        border-bottom: 1px solid #404851
    }

    .story-title {
        margin: 30px 0 10px 0
    }

    .product-box {
        min-height: 300px !important;
        height: 300px !important;
        margin-right: 0 !important
    }

    .product-box .product-img {
        width: 120px !important;
        height: 120px !important
    }

    .product-select {
        margin-bottom: 30px
    }

    .support-video,
    .support-file {
        padding-bottom: 30px
    }

    .support-video .title,
    .support-file .title {
        margin: 30px 0 10px 0
    }

    .service-target {
        margin-top: 30px
    }

    .service-float .item {
        padding: 5px 0;
        margin: 10px 0
    }

    .service-float .item img {
        width: 48px;
        height: 48px;
        margin: 10px auto
    }

    .service-float {
        margin: 30px 0
    }

    .bus-des,
    .bus-demo {
        padding: 30px 0
    }

    .bus-demo .title {
        margin-bottom: 30px
    }

    .bus-bottom .contact-box .item {
        margin: 10px 0;
        border-right: 0
    }

    .adaptive4 {
        padding: 0 !important;
        margin-bottom: 10px
    }

    .bus-bottom .contact-box {
        height: 80px
    }

    .news-stick img {
        width: 100%;
        margin: 0 auto;
    }

    #homeSearch {
        display: none
    }

    .support-banner-bg {
        height: 320px
    }

    .com-search-product {
        width: 90%;
        margin: 0 5%
    }

    .support-banner-title {
        font-size: 24px
    }

    .question-classify {
        display: block;
        position: relative;
        height: auto
    }

    .question-classify div {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .question-log dd,
    .fc-result .detail ul li,
    .fc-result .detail ul li .answer {
        font-size: 14px
    }

    .support-file p {
        font-size: 14px
    }

    .support-file .choose {
        font-size: 14px
    }

    .support-file .pro-man-box img {
        width: 80px;
        height: 80px
    }

    .product-select {
        width: 100%
    }

    .bus-product div {
        width: 100%;
        min-width: 100%
    }

    .bus-product .active {
        width: 100%
    }

    .home-bg-product h2,
    .home-bg-scene h2,
    .home-bg-exp h1 {
        margin: 0;
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
        color: #333
    }

    .home-bg-product,
    .home-bg-exp,
    .home-bg-scene {
        padding: 30px 0
    }

    .my-scene .my-box {
        width: 100%;
        margin-bottom: 20px
    }

    .home-bg-product .star-product {
        height: 573px;
        min-height: 573px;
        cursor: pointer
    }

    .clear {
        clear: both
    }

    .star-product .info {
        bottom: 4px
    }

    .star-product .info h3,
    .star-product .info h4 {
        font-size: 11px
    }

    .scene-content,
    .my-scene .my-box {
        font-size: 46px
    }

    .scene-banner {
        height: 300px
    }

    .scene-title {
        padding: 10px 0;
        margin: 10px 0 25px 0;
        border-bottom: 1px solid #eee
    }

    .pagePoint {
        font-size: 10px
    }

    .width20Max768 {
        width: 20%
    }

    .footer-bottom-title {
        text-align: center;
        height: 30px;
        line-height: 30px;
        border: 0
    }

    .footer-bottom-title.right {
        text-align: center
    }

    .footer {
        padding: 30px 0 0 0;
    }

    .c-layout-footer{
        background-color: #fff;
        padding-bottom: 50px;
    }
 
    .footer-title {
        margin-bottom: 5px
    }

    .scene-content .scene-box .info {
        width: 100%;
    }
    .scene-content .scene-box .info.product-info{
        padding-top: 10% !important;
    }

    .scene-content .scene-box .media-box {
        width: 100%
    }
}

.modal {
    z-index: 10001 !important
}

#freshwidget-button{
    left: auto !important;
    right: 100px !important;
}
.pageThirdTitle{
    font-size:16px;
}
.service-enter-btn{
    position: fixed;
    right: 7px !important;
    bottom: 20px;
    display: block !important;
    width: 132px;
    height: 50px;
    z-index: 90000;
    margin: 0;
    outline: 0;
    background: url(https://cdn.cnbj2.fds.api.mi-img.com/cdn/website/aqara/en/images/customer_service.png) no-repeat;
    background-size: 100%;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}
.service-enter-btn:focus,.service-enter-btn:hover{
    color: #fff;
}
.service-enter-btn:hover{
   
}

@media (max-width: 768px) {
    .service-enter-btn{
        width: 100px;
        height: 42px;
        bottom: 5px;
    }
    .pl-btn-left,.pl-btn-right{
      display: none !important;
    }
}
@media(width:768px) {
  .product-wrapper a{
    width: 25% !important;
  }
  .scene-content{
    padding: 0;
    margin: 120px 0;
  }
  .footer-badge{
    position: absolute !important;
    right: 15px;

  }
}